1 | 1c1 |
---|
2 | < # $Id: Portfile 80084 2011-07-04 00:06:06Z jmr@macports.org $ |
---|
3 | --- |
---|
4 | > # $Id$ |
---|
5 | 3c3 |
---|
6 | < PortSystem 1.0 |
---|
7 | --- |
---|
8 | > PortSystem 1.0 |
---|
9 | 6c6 |
---|
10 | < version 1.0.8 |
---|
11 | --- |
---|
12 | > version 1.2.101 |
---|
13 | 9c9 |
---|
14 | < maintainers nomaintainer |
---|
15 | --- |
---|
16 | > maintainers michael@stray-hound.com |
---|
17 | 17c17 |
---|
18 | < master_sites http://www.cherokee-project.com/download/1.0/${version} |
---|
19 | --- |
---|
20 | > master_sites http://www.cherokee-project.com/download/1.2/${version} |
---|
21 | 19,20c19,21 |
---|
22 | < checksums md5 12117a80c2a970173bd32660439c2db0 \ |
---|
23 | < sha1 28b2e2b192c713aa9c43737ae8376a55effa7336 |
---|
24 | --- |
---|
25 | > checksums md5 ef47003355a2e368e4d9596cd070ef23 \ |
---|
26 | > sha1 b27f149c7d7111207ac8c3cd8a4856c05490d136 \ |
---|
27 | > rmd160 dd3dedc352ba17bdcefd8e200143b8ffa19ad035 |
---|
28 | 26c27 |
---|
29 | < configure.args --mandir=${prefix}/share/man |
---|
30 | --- |
---|
31 | > configure.args --mandir=${prefix}/share/man |
---|
32 | 34,37c35,38 |
---|
33 | < startupitem.create yes |
---|
34 | < startupitem.init "PIDFILE=${cherokee_pidfile}" |
---|
35 | < startupitem.start "${prefix}/sbin/cherokee -C ${cherokee_config}" |
---|
36 | < startupitem.stop "kill \$(cat \$PIDFILE)" |
---|
37 | --- |
---|
38 | > startupitem.create yes |
---|
39 | > startupitem.init "PIDFILE=${cherokee_pidfile}" |
---|
40 | > startupitem.start "${prefix}/sbin/cherokee -C ${cherokee_config}" |
---|
41 | > startupitem.stop "kill \$(cat \$PIDFILE)" |
---|