Ticket #38284: Portfile.diff
File Portfile.diff, 1.0 KB (added by howarth@…, 12 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python 1.0 6 6 7 7 name py-pmw 8 version 1.3.3 8 version 1.3.3a 9 9 maintainers macsforever2000 10 10 platforms darwin 11 11 license MIT … … 16 16 17 17 homepage http://pmw.sourceforge.net/ 18 18 master_sites sourceforge:pmw 19 distname Pmw .${version}19 distname Pmw_1_3_3a 20 20 21 checksums rmd160 7186bc011d342b899b2dbd0fc08054e6c2f588ca \22 sha256 0727bada8afe2e8844e95eb007f5331777389e23f9fce8f49c4864b153e4a49421 checksums rmd160 8646f857f20615671422d6275ed2b8126cc1d0ea \ 22 sha256 46abf4f0ac3c51e3b65e350543e08bb92f4ac93bd47d23e3d072bc9d5f7a815b 23 23 24 24 supported_archs noarch 25 25 26 26 python.versions 24 25 26 27 27 27 28 worksrcdir src28 worksrcdir Pmw 29 29 30 30 if {$subport != $name} { 31 31 depends_lib-append port:py${python.version}-tkinter