diff -Naur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/restund/Portfile net/restund/Portfile
old
|
new
|
|
2 | 2 | # $Id: Portfile 94134 2012-06-09 23:32:56Z ryandesign@macports.org $ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | | #PortGroup muniversal 1.0 |
| 5 | PortGroup muniversal 1.0 |
6 | 6 | |
7 | 7 | name restund |
8 | | version 0.4.1 |
| 8 | version 0.4.11 |
9 | 9 | categories net |
10 | 10 | platforms darwin |
11 | 11 | maintainers db.org:aeh |
… |
… |
|
18 | 18 | homepage http://www.creytiv.com/ |
19 | 19 | master_sites ${homepage}pub/ |
20 | 20 | |
21 | | checksums rmd160 0039dd52ad482a77f24a5c9aea6e28e0f6c4007e \ |
22 | | sha256 dba1ebf20153fd87c6a39ca5a9c50a7c2c7114e941b5a95f89e699771db85996 |
| 21 | checksums rmd160 f4168287a76177b99b75cde8625ac7fb9676b604 \ |
| 22 | sha256 d4630dfb8777f12cc48ed118da0ea6445bc60e94ff916ab0ca5d436c74bdc2d7 |
23 | 23 | |
24 | | depends_lib port:libre \ |
25 | | path:bin/mysql_config5:mysql5 |
| 24 | depends_lib port:libre |
26 | 25 | |
27 | 26 | patchfiles patch-src-main.c.diff |
28 | 27 | |
… |
… |
|
34 | 33 | |
35 | 34 | build.args PREFIX=${prefix} \ |
36 | 35 | SYSROOT_ALT=${prefix} \ |
| 36 | USE_MYSQL= \ |
37 | 37 | LIBRE_MK=${prefix}/share/re/re.mk \ |
38 | 38 | LIBRE_INC=${prefix}/include/re \ |
39 | 39 | LIBRE_SO=${prefix}/lib |
… |
… |
|
56 | 56 | post-destroot { |
57 | 57 | reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/etc/restund.conf |
58 | 58 | xinstall -m 644 ${worksrcpath}/etc/restund.conf ${destroot}${prefix}/etc/restund.conf.sample |
| 59 | xinstall -m 644 ${worksrcpath}/etc/restund.auth ${destroot}${prefix}/etc/restund.auth |
59 | 60 | } |