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

mww at macports.org mww at macports.org
Tue Aug 12 02:11:52 PDT 2008


Revision: 39189
          http://trac.macosforge.org/projects/macports/changeset/39189
Author:   mww at macports.org
Date:     2008-08-12 02:11:50 -0700 (Tue, 12 Aug 2008)
Log Message:
-----------
version 1.3

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

Modified: trunk/dports/devel/uthash/Portfile
===================================================================
--- trunk/dports/devel/uthash/Portfile	2008-08-12 07:53:45 UTC (rev 39188)
+++ trunk/dports/devel/uthash/Portfile	2008-08-12 09:11:50 UTC (rev 39189)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			uthash
-version			1.2
+version			1.3
 categories		devel
 platforms		darwin
 maintainers		mww
@@ -12,7 +12,7 @@
 
 homepage		http://uthash.sourceforge.net/
 master_sites		sourceforge
-checksums		sha1 5faf5da28be9d80fb2a4229cb9826a2e2883c528
+checksums		sha1 d92a898844a4d343da11a2761c1a5e8e84be25fd
 use_bzip2		yes
 
 use_configure		no
@@ -23,13 +23,10 @@
 	xinstall -d ${destroot}${prefix}/include/uthash/
 	xinstall -m 0444 ${worksrcpath}/src/uthash.h \
 		${destroot}${prefix}/include/uthash/
-	xinstall -m 0444 ${worksrcpath}/doc/man/uthash.3 \
-		${destroot}${prefix}/share/man/man3/
-	xinstall -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 0444 -W ${worksrcpath}/doc/txt sflogo.txt toc.txt \
-		topnav.txt userguide.txt uthash.3.txt \
-		${destroot}${prefix}/share/doc/${name}
+	xinstall -d ${destroot}${prefix}/share/doc/
+	copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
+	delete ${destroot}${prefix}/share/doc/${name}/Makefile
 }
 
-livecheck.version	uthash-1.2
+livecheck.version	uthash-${version}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080812/37164823/attachment.html 


More information about the macports-changes mailing list