[58197] trunk/dports/www/spawn-fcgi/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Sep 23 17:07:17 PDT 2009
Revision: 58197
http://trac.macports.org/changeset/58197
Author: ryandesign at macports.org
Date: 2009-09-23 17:07:14 -0700 (Wed, 23 Sep 2009)
Log Message:
-----------
spawn-fcgi: update to 1.6.3, also install documentation files, add license info
Modified Paths:
--------------
trunk/dports/www/spawn-fcgi/Portfile
Modified: trunk/dports/www/spawn-fcgi/Portfile
===================================================================
--- trunk/dports/www/spawn-fcgi/Portfile 2009-09-23 23:59:26 UTC (rev 58196)
+++ trunk/dports/www/spawn-fcgi/Portfile 2009-09-24 00:07:14 UTC (rev 58197)
@@ -3,10 +3,11 @@
PortSystem 1.0
name spawn-fcgi
-version 1.6.2
+version 1.6.3
categories www
platforms darwin
maintainers ryandesign openmaintainer
+license BSD
homepage http://www.lighttpd.net/
master_sites ${homepage}download/
@@ -14,8 +15,19 @@
long_description ${description}
-checksums md5 e11fe80bf9e59ab4ab39797181eafab6 \
- sha1 493dea4c39054278c85c52a7eb7766d4e0722eb0 \
- rmd160 cf2757e110881399f1616aff6d32bb76b8f9e5ba
+checksums md5 6d75f9e9435056fa1e574d836d823cd0 \
+ sha1 2b97ea57d9d79745fe8d6051d830fa507b421169 \
+ rmd160 4c09fb3d8b03e17b491c733469570d538d3ff5ce
use_parallel_build yes
+
+post-destroot {
+ set docdir ${destroot}${prefix}/share/doc/${name}
+ xinstall -d ${docdir}
+ xinstall -m 644 -W ${worksrcpath} \
+ AUTHORS \
+ COPYING \
+ NEWS \
+ README \
+ ${docdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090923/e09b2b37/attachment-0001.html>
More information about the macports-changes
mailing list