Ticket #17654: Portfile.patch
File Portfile.patch, 1.4 KB (added by matteocorti (Matteo Corti), 16 years ago) |
---|
-
Portfile
old new 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 39892 2008-09-10 20:23:03Z ryandesign@macports.org $ 2 3 # Subversion 4 # $Id$ 5 # $Revision$ 6 # $HeadURL$ 7 # $Date$ 3 8 4 9 PortSystem 1.0 5 10 6 11 name roll 7 version 1.1.3 12 version 1.1.4 13 revision 0 8 14 categories games 9 platforms darwin 10 maintainers gmail.com:matteo.corti 15 maintainers matteo.corti@gmail.com 11 16 description Dice roller 12 17 long_description rolls a user-defined dice sequence 13 18 homepage http://matteocorti.ch/software/roll/ 14 master_sites ${homepage} 19 platforms darwin 20 master_sites http://matteocorti.ch/software/roll/ 15 21 16 checksums md5 b7b9bcbb403a14d45a3201f9a161b540\17 sha1 d 6de8e77731a4fb89a5dfe82293eb951705da05a\18 rmd160 7e6144587d9ace1deab74a95815eeb04e6a4335622 checksums md5 534b733a08e80be39ab3e82ed6db5919 \ 23 sha1 d052281e144817c97c9d89ad9408287fe7316bb8 \ 24 rmd160 2ecaf7f099a27a4dad1c3eee887b8f9800dc0224 19 25 20 26 use_parallel_build yes 21 27