Ticket #16725: Portfile-py-django.diff

File Portfile-py-django.diff, 2.1 KB (added by arthur@…, 16 years ago)
  • Portfile

    old new  
    11# $Id: Portfile 32592 2008-01-08 21:42:49Z erickt@macports.org $
    22
    3 PortSystem        1.0
    4 PortGroup         python24 1.0
     3PortSystem          1.0
     4PortGroup           python24 1.0
    55
    6 name                    py-django-devel
    7 version                 0.96.1
    8 revision                1
    9 categories              python www
    10 platforms               darwin
    11 maintainers             deric@caveo.se erickt@macports.org
    12 homepage                http://www.djangoproject.com
    13 description             Django is a high-level Python Web framework
    14 long_description        Django is a high-level Python Web framework that \
    15                         encourages rapid development and clean, pragmatic \
    16                         design.
    17 
    18 master_sites            http://media.djangoproject.com/releases/0.96/
    19 distname                Django-${version}
    20 checksums               md5 10aa32e58969c4efeb00ef42ba192b17 \
    21                         sha1 85270f857ff405983cae9a1ef76dfb3303ca6eec \
    22                         rmd160 1bd8fcceab101f80560bb4aa8a4851c204f3918b
     6name                py-django-devel
     7version             1.0
     8categories          python www
     9platforms           darwin
     10maintainers         deric@caveo.se erickt@macports.org
     11homepage            http://www.djangoproject.com
     12description         Django is a high-level Python Web framework
     13long_description    Django is a high-level Python Web framework that \
     14                    encourages rapid development and clean, pragmatic \
     15                    design.
     16
     17master_sites        http://media.djangoproject.com/releases/1.0/
     18distname            Django-${version}
     19checksums           md5 84d0490e4126f31d1c23f640e1e86f2f \
     20                    sha1 e3875f5ebf6f956d93f8b9bac47e23c48631b798 \
     21                    rmd160 ace144c8d33fda35e29b6a07cd5645d2666c98d9
    2322
    24 depends_lib-append      port:py-setuptools
     23depends_lib-append  port:py-setuptools
    2524
    2625post-destroot   {
    2726        xinstall -m 644 -W ${worksrcpath} AUTHORS INSTALL LICENSE README \