Ticket #31711: Portfile-py26-twisted.diff

File Portfile-py26-twisted.diff, 1.1 KB (added by larryv (Lawrence Velázquez), 12 years ago)

fix, update to Twisted 11.1.0

  • Portfile

    old new  
    55PortGroup  python26 1.0
    66
    77name                    py26-twisted
    8 version                 10.1.0
     8version                 11.1.0
    99categories              python devel net
    1010license                 MIT
    1111platforms               darwin
     
    1818                                much more.
    1919
    2020homepage                http://www.twistedmatrix.com/
    21 master_sites    http://tmrc.mit.edu/mirror/twisted/Twisted/[join [lrange [split ${version} .] 0 1] .]
     21
     22set dl_version [join [lrange [split ${version} .] 0 1] .]
     23master_sites    http://tmrc.mit.edu/mirror/twisted/Twisted/${dl_version} \
     24                http://twistedmatrix.com/Releases/Twisted/${dl_version}
    2225distname                Twisted-${version}
    2326use_bzip2               yes
    24 checksums           md5     04cca97506e830074cffc1965297da3f \
    25                     sha1    ad5a6d60c0d0316bd1b95566fd3ddb598ddd52e6 \
    26                     rmd160  a344f9c4de66fdea1c1ef13194f4d4ce9b778139
     27checksums       md5     972f3497e6e19318c741bf2900ffe31c \
     28                sha1    7976650e8b38691c5bffa40067feb290f967e3ea \
     29                rmd160  569419f06bd72d658a870cee6ac596f00008a955
    2730
    2831depends_lib-append      port:py26-zopeinterface
    2932