Ticket #31232: beaker.patch
File beaker.patch, 1.0 KB (added by singingwolfboy@…, 13 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 78753 2011-05-21 14:00:08Z ryandesign@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup python 251.05 PortGroup python 1.0 6 6 7 name py 25-beaker7 name py-beaker 8 8 version 1.5.4 9 python.versions 24 25 26 27 9 10 categories-append www 10 11 maintainers openmaintainer akitada 11 12 supported_archs noarch … … 20 21 master_sites http://cheeseshop.python.org/packages/source/B/Beaker/ 21 22 distname Beaker-${version} 22 23 23 depends_lib port:py 25-distribute \24 port:py 25-myghtyutils24 depends_lib port:py${python.version}-distribute \ 25 port:py${python.version}-myghtyutils 25 26 26 27 checksums md5 de84e7511119dc0b8eb4ac177d3e2512 \ 27 28 sha1 72a696854e36e2ea92f4535209e4538baf06caa0 \