Ticket #52609: patch
File patch, 1.3 KB (added by jfcaron3, 8 years ago) |
---|
-
(a) Portfile.original vs. (b) PortFile
a b 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id : Portfile 147849 2016-04-18 06:04:48Z ryandesign@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 6 6 name angband 7 version 4.0. 37 version 4.0.5 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 10 10 categories games 11 11 license Noncommercial 12 12 platforms darwin 13 13 14 maintainers nomaintainer14 maintainers phas.ubc.ca:jfcaron 15 15 16 16 description a rogue-like dungeon exploration game (curses-based) 17 17 long_description Angband is a freeware computer dungeon exploration game \ … … 22 22 homepage http://rephial.org/ 23 23 master_sites ${homepage}downloads/${branch} 24 24 25 checksums rmd160 605443205fe1c5f55344b65ada99dc78ad3f348b\26 sha256 1752d22a164bb073b9a7be322a2b607b06a4c919c073d012c010a61578081ce825 checksums rmd160 3ef1c798f974fa03edc54b898d093bf6d5681b66 \ 26 sha256 0d769a0f349842b0c78cbcd1804a9e08f064e75ca26b957710e4c2a3eb14f852 27 27 28 28 depends_build port:autoconf \ 29 29 port:automake \