Ticket #32454: Portfile-py27-twisted.diff
File Portfile-py27-twisted.diff, 1.1 KB (added by larryv (Lawrence Velázquez), 13 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python27 1.0 6 6 7 7 name py27-twisted 8 version 11. 0.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 27 25 checksums rmd160 c8ca4d78cb0055f355eecde38f920baea6da68a7\26 sha256 dd91254a4c946f51c4248590ca31b496ad3e4fd1b5a9fbc3a82c39a41131a2e228 checksums rmd160 569419f06bd72d658a870cee6ac596f00008a955 \ 29 sha256 7fbb4529aaa3547708bb0a84377107db1e6ae7a6a9940bb8d8b05976c2754f15 27 30 28 31 depends_lib-append port:py27-zopeinterface 29 32