[50891] trunk/dports/devel/uthash/Portfile

mww at macports.org mww at macports.org
Tue May 12 04:49:17 PDT 2009


Revision: 50891
          http://trac.macports.org/changeset/50891
Author:   mww at macports.org
Date:     2009-05-12 04:49:17 -0700 (Tue, 12 May 2009)
Log Message:
-----------
version 1.6

Modified Paths:
--------------
    trunk/dports/devel/uthash/Portfile

Modified: trunk/dports/devel/uthash/Portfile
===================================================================
--- trunk/dports/devel/uthash/Portfile	2009-05-12 11:46:10 UTC (rev 50890)
+++ trunk/dports/devel/uthash/Portfile	2009-05-12 11:49:17 UTC (rev 50891)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			uthash
-version			1.5
+version			1.6
 categories		devel
 platforms		darwin
 maintainers		mww
@@ -12,7 +12,9 @@
 
 homepage		http://uthash.sourceforge.net/
 master_sites		sourceforge
-checksums		sha1 95642e68ada15977601ae3466ccf123f2b3220df
+checksums           md5     7ed6d0e80edb9180dac64cd54dcc4f10 \
+                    sha1    56d3ff2d4a5a34f083c5a030e0a3ac5105a54f8d \
+                    rmd160  86b11bc1fbde29150f73833272ffaf47948bbdd7
 use_bzip2		yes
 
 use_configure		no
@@ -21,7 +23,7 @@
 
 destroot {
 	xinstall -d ${destroot}${prefix}/include/uthash/
-	xinstall -m 0444 ${worksrcpath}/src/uthash.h \
+	xinstall -m 0444 -W ${worksrcpath}/src uthash.h utlist.h \
 		${destroot}${prefix}/include/uthash/
 	xinstall -d ${destroot}${prefix}/share/doc/
 	copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090512/48896285/attachment.html>


More information about the macports-changes mailing list