Ticket #14235: pylons.diff

File pylons.diff, 1.6 KB (added by ebgssth@…, 16 years ago)

a patch file for py24, py25

  • py25-pylons/Portfile

     
    33PortSystem                      1.0
    44PortGroup                       python25 1.0
    55name                            py25-pylons
    6 version                         0.9.5
     6version                         0.9.6.1
    77categories-append               www
    88maintainers                     stechert@macports.org
    99description                     Pylons is a lightweight web framework.
     
    2323distname                        Pylons-${version}
    2424
    2525
    26 checksums                       md5 929825ab20610f4ec15038c2a590d8cf \
    27                                 sha1 c92fe3e3a2cad54dfc825442be2d6bab5b1aeef6 \
    28                                 rmd160 3bb2874312a702b49e31b3b3ec531bbafcc0fdb9
     26checksums                       sha1 a164eb19720b4b3a7143d55a34a2e03364855351 \
     27                                rmd160 80448d55d3e403b6b704933ff1a0d8bf8ceab978
    2928
    3029depends_lib                     port:py25-setuptools \
    3130                                port:py25-routes \
  • py-pylons/Portfile

     
    33PortSystem                      1.0
    44PortGroup                       python24 1.0
    55name                            py-pylons
    6 version                         0.9.4.1
     6version                         0.9.6.1
    77categories-append               www
    88maintainers                     stechert@macports.org
    99description                     Pylons is a lightweight web framework.
     
    2323distname                        Pylons-${version}
    2424
    2525
    26 checksums                       md5 59d438240d6dce3b560d9912f2204992 \
    27                                 sha1 91cb56761c08396c577fe09aed9edd9e153fff28 \
    28                                 rmd160 602f34c425a1c68c4197d9c0a96d2e1c7aa956d2
     26checksums                       sha1 a164eb19720b4b3a7143d55a34a2e03364855351 \
     27                                rmd160 80448d55d3e403b6b704933ff1a0d8bf8ceab978
    2928
    3029depends_lib                     port:py-setuptools \
    3130                                port:py-routes \