Ticket #47390: Portfile2.patch

File Portfile2.patch, 946 bytes (added by kobayos, 8 years ago)
  • Portfile

    old new  
    55PortGroup           python 1.0
    66
    77name                py-django
    8 version             1.7.1
     8version             1.9.4
    99categories-append   www
    1010platforms           darwin
    1111license             BSD
     
    2121master_sites        https://www.djangoproject.com/m/releases/${branch}/
    2222distname            Django-${version}
    2323
    24 checksums           rmd160  cc8a74dadb0c39a3d6186bcb79376d719db1a5e6 \
    25                     sha256  3de62e71ce2cfbcdecb6e344cad04948506c8410ea5c6eab15c8f3b31b8ac1c0
     24checksums           rmd160  649f869ed0bbc456f89280a3bcb19a1b2d8f024f \
     25                    sha256  ada8e7aa697e47c94b5660291cc0a14bb555385e0898da0a119d8f4b648fbde9
    2626
    27 python.versions     26 27 33 34
     27python.versions     26 27 33 34 35
    2828
    2929if {${name} ne ${subport}} {
    3030    depends_lib-append  port:py${python.version}-setuptools