RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/python/py-spyce/Portfile,v
retrieving revision 1.1
diff -u -r1.1 Portfile
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name py-spyce |
6 | | version 1.3.12-1 |
| 6 | version 1.3.13-1 |
7 | 7 | categories python www |
8 | 8 | platforms darwin |
9 | 9 | maintainers michaelm@opendarwin.org |
… |
… |
|
21 | 21 | master_sites sourceforge:spyce |
22 | 22 | distname spyce-${version} |
23 | 23 | extract.suffix .tgz |
24 | | checksums md5 f3b4a2dd79e1bb57a7561ddf415c530a |
| 24 | checksums md5 18a4892e1a7cc8f7e9b3cd3362ac8806 |
25 | 25 | |
26 | 26 | depends_lib path:${prefix}/apache2/modules/mod_python.so:mod_python \ |
27 | 27 | bin:python2.4:python24 \ |
28 | 28 | path:${prefix}/apache2/bin/httpd:apache2 |
29 | 29 | |
30 | | worksrcdir spyce-1.3.12 |
| 30 | worksrcdir spyce-${version} |
31 | 31 | configure {reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/makefile} |
32 | 32 | |