Ticket #2738: py-spyce-Portfile.diff

File py-spyce-Portfile.diff, 975 bytes (added by cwright@…, 19 years ago)

Updates spyce to 1.3.13-1

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/python/py-spyce/Portfile,v
    retrieving revision 1.1
    diff -u -r1.1 Portfile
     
    33PortSystem 1.0
    44
    55name                            py-spyce
    6 version                         1.3.12-1
     6version                         1.3.13-1
    77categories                      python www
    88platforms                       darwin
    99maintainers                     michaelm@opendarwin.org
     
    2121master_sites            sourceforge:spyce
    2222distname                        spyce-${version}
    2323extract.suffix          .tgz
    24 checksums                       md5 f3b4a2dd79e1bb57a7561ddf415c530a
     24checksums                       md5 18a4892e1a7cc8f7e9b3cd3362ac8806
    2525
    2626depends_lib                     path:${prefix}/apache2/modules/mod_python.so:mod_python \
    2727                                        bin:python2.4:python24 \
    2828                                        path:${prefix}/apache2/bin/httpd:apache2
    2929
    30 worksrcdir                      spyce-1.3.12
     30worksrcdir                      spyce-${version}
    3131configure                       {reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/makefile}
    3232