Ticket #31232: beaker.patch

File beaker.patch, 1.0 KB (added by singingwolfboy@…, 13 years ago)

Example diff of the changes

  • Portfile

    old new  
    22# $Id: Portfile 78753 2011-05-21 14:00:08Z ryandesign@macports.org $
    33
    44PortSystem          1.0
    5 PortGroup           python25 1.0
     5PortGroup           python 1.0
    66
    7 name                py25-beaker
     7name                py-beaker
    88version             1.5.4
     9python.versions     24 25 26 27
    910categories-append   www
    1011maintainers         openmaintainer akitada
    1112supported_archs     noarch
     
    2021master_sites        http://cheeseshop.python.org/packages/source/B/Beaker/
    2122distname            Beaker-${version}
    2223
    23 depends_lib         port:py25-distribute \
    24                     port:py25-myghtyutils
     24depends_lib         port:py${python.version}-distribute \
     25                    port:py${python.version}-myghtyutils
    2526
    2627checksums           md5     de84e7511119dc0b8eb4ac177d3e2512 \
    2728                    sha1    72a696854e36e2ea92f4535209e4538baf06caa0 \