[91225] trunk/dports/www/cherokee/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 26 01:55:45 PDT 2012


Revision: 91225
          https://trac.macports.org/changeset/91225
Author:   ryandesign at macports.org
Date:     2012-03-26 01:55:45 -0700 (Mon, 26 Mar 2012)
Log Message:
-----------
cherokee: update to 1.2.101; remove unnecessary configure.args and distname directive; new maintainer; GPL-2 license; see #33750

Modified Paths:
--------------
    trunk/dports/www/cherokee/Portfile

Modified: trunk/dports/www/cherokee/Portfile
===================================================================
--- trunk/dports/www/cherokee/Portfile	2012-03-26 08:49:50 UTC (rev 91224)
+++ trunk/dports/www/cherokee/Portfile	2012-03-26 08:55:45 UTC (rev 91225)
@@ -3,10 +3,13 @@
 PortSystem 1.0
 
 name            cherokee
-version         1.0.8
+version         1.2.101
+set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      www
 platforms       darwin
-maintainers     nomaintainer
+maintainers     stray-hound.com:michael
+license         GPL-2
+
 description     Cherokee web server
 long_description \
   Cherokee is a relatively new HTTP server designed to be as\
@@ -14,17 +17,17 @@
   configure and maintain.  It ships out-of-the-box SCGI \
   support, making it ideal for deploying dynamic websites.
 homepage        http://www.cherokee-project.com/
-master_sites    http://www.cherokee-project.com/download/1.0/${version}
-distname        ${name}-${version}
-checksums       md5     12117a80c2a970173bd32660439c2db0 \
-                sha1    28b2e2b192c713aa9c43737ae8376a55effa7336
+master_sites    ${homepage}download/${branch}/${version}
+
+checksums       md5     ef47003355a2e368e4d9596cd070ef23 \
+                sha1    b27f149c7d7111207ac8c3cd8a4856c05490d136 \
+                rmd160  dd3dedc352ba17bdcefd8e200143b8ffa19ad035
+
 depends_lib     port:pcre \
                 port:zlib \
                 port:libgeoip \
                 port:rrdtool
 
-configure.args    --mandir=${prefix}/share/man
-
 # Startup item.
 set cherokee_config_name   cherokee.conf
 set cherokee_config        ${prefix}/etc/${name}/${cherokee_config_name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120326/839e94d1/attachment.html>


More information about the macports-changes mailing list