Ticket #33397: py27-Twisted-Portfile.diff

File py27-Twisted-Portfile.diff, 927 bytes (added by locker537@…, 12 years ago)

The patch file, accidentally uploaded the Portfile the first time

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 88259 2011-12-23 15:40:26Z macsforever2000@macports.org $
     2# $Id$
    33
    44PortSystem 1.0
    55PortGroup  python27 1.0
    66
    77name                    py27-twisted
    8 version                 11.1.0
     8version                 12.0.0
    99categories              python devel net
    1010license                 MIT
    1111platforms               darwin
     
    2525distname                Twisted-${version}
    2626use_bzip2               yes
    2727
    28 checksums       rmd160  569419f06bd72d658a870cee6ac596f00008a955 \
    29                 sha256  7fbb4529aaa3547708bb0a84377107db1e6ae7a6a9940bb8d8b05976c2754f15
     28checksums       rmd160  95228c1c8919a61f84ad1d5087c8b96719f11f25 \
     29                sha256  e5561c9714583fd052ea9e0b10331609a719b3878f9d2593e4c57eab0ba0effd
    3030
    3131depends_lib-append  port:py27-zopeinterface
    3232