Ticket #34126: Portfile-rrdtool.diff
File Portfile-rrdtool.diff, 1.1 KB (added by ryan@…, 13 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 91540 2012-04-04 17:49:31Z singingwolfboy@macports.org $1 # $Id: Portfile 89119 2012-01-19 20:00:54Z singingwolfboy@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 PortGroup python 1.0 5 5 6 6 name py-selenium 7 7 set real_name selenium 8 version 2.2 0.08 version 2.21.2 9 9 python.versions 24 25 26 27 10 10 maintainers singingwolfboy openmaintainer 11 11 platforms darwin … … 20 20 homepage http://code.google.com/p/selenium/ 21 21 master_sites http://pypi.python.org/packages/source/s/${real_name}/ 22 22 distname ${real_name}-${version} 23 checksums rmd160 5117852523caf8934e297cfa447b5256eb74781e\24 sha256 9808c5dfdd9f028d0361ba5a0ea717743849f4dee3eefc397a0b65e6cb3f06fd23 checksums rmd160 cea927e4072d7362ada0c3283fac1118f3b97d21 \ 24 sha256 cac18c32c1e39e2a3959872dcac5cc0386d6f4f553c6dafb59cbaea8178dc7fc 25 25 26 26 if {$name != $subport} { 27 27 depends_build-append port:py${python.version}-distribute