Ticket #31711: Portfile-py26-twisted.diff
File Portfile-py26-twisted.diff, 1.1 KB (added by larryv (Lawrence Velázquez), 13 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python26 1.0 6 6 7 7 name py26-twisted 8 version 1 0.1.08 version 11.1.0 9 9 categories python devel net 10 10 license MIT 11 11 platforms darwin … … 18 18 much more. 19 19 20 20 homepage http://www.twistedmatrix.com/ 21 master_sites http://tmrc.mit.edu/mirror/twisted/Twisted/[join [lrange [split ${version} .] 0 1] .] 21 22 set dl_version [join [lrange [split ${version} .] 0 1] .] 23 master_sites http://tmrc.mit.edu/mirror/twisted/Twisted/${dl_version} \ 24 http://twistedmatrix.com/Releases/Twisted/${dl_version} 22 25 distname Twisted-${version} 23 26 use_bzip2 yes 24 checksums md5 04cca97506e830074cffc1965297da3f\25 sha1 ad5a6d60c0d0316bd1b95566fd3ddb598ddd52e6\26 rmd160 a344f9c4de66fdea1c1ef13194f4d4ce9b77813927 checksums md5 972f3497e6e19318c741bf2900ffe31c \ 28 sha1 7976650e8b38691c5bffa40067feb290f967e3ea \ 29 rmd160 569419f06bd72d658a870cee6ac596f00008a955 27 30 28 31 depends_lib-append port:py26-zopeinterface 29 32