Ticket #26622: Portfile.patch
File Portfile.patch, 1.5 KB (added by felix.bellanger@…, 14 years ago) |
---|
-
Portfile
1 # $Id $1 # $Id: Portfile 58296 2009-09-25 13:46:41Z arthurk@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name cherokee 6 version 0.99.246 version 1.0.8 7 7 categories www 8 8 platforms darwin 9 9 maintainers gmail.com:leidel … … 14 14 configure and maintain. It ships out-of-the-box SCGI \ 15 15 support, making it ideal for deploying dynamic websites. 16 16 homepage http://www.cherokee-project.com/ 17 master_sites http://www.cherokee-project.com/download/ 0.99/${version}17 master_sites http://www.cherokee-project.com/download/1.0/${version} 18 18 distname ${name}-${version} 19 checksums md5 5afed8bdd6020dc5bf0ba9ec83b947f1\20 sha1 a4a81bd9a99ba631f93f593d25a3c69acf8c745519 checksums md5 12117a80c2a970173bd32660439c2db0 \ 20 sha1 28b2e2b192c713aa9c43737ae8376a55effa7336 21 21 depends_lib port:pcre \ 22 22 port:zlib \ 23 port:libgeoip 23 port:libgeoip \ 24 port:rrdtool 24 25 25 26 configure.args --mandir=${prefix}/share/man 26 27 … … 31 32 set cherokee_pidfile ${prefix}/var/run/${cherokee_pidfile_name} 32 33 33 34 startupitem.create yes 34 startupitem.init "PIDFILE=${cherokee_ config}"35 startupitem.init "PIDFILE=${cherokee_pidfile}" 35 36 startupitem.start "${prefix}/sbin/cherokee -C ${cherokee_config}" 36 37 startupitem.stop "kill \$(cat \$PIDFILE)" 37 38