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

mww at macports.org mww at macports.org
Sun Sep 25 23:51:42 PDT 2011


Revision: 84407
          http://trac.macports.org/changeset/84407
Author:   mww at macports.org
Date:     2011-09-25 23:51:42 -0700 (Sun, 25 Sep 2011)
Log Message:
-----------
uthash: whitespace changes only

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

Modified: trunk/dports/devel/uthash/Portfile
===================================================================
--- trunk/dports/devel/uthash/Portfile	2011-09-26 06:49:43 UTC (rev 84406)
+++ trunk/dports/devel/uthash/Portfile	2011-09-26 06:51:42 UTC (rev 84407)
@@ -2,39 +2,39 @@
 
 PortSystem 1.0
 
-name			uthash
-version			1.9.4
-revision		1
-categories		devel
-platforms		darwin
-maintainers		mww
-license			BSD
-description		easy-to-use hash implementation for C programmers.
-long_description	${description}
+name                uthash
+version             1.9.4
+revision            1
+categories          devel
+platforms           darwin
+maintainers         mww
+license             BSD
+description         easy-to-use hash implementation for C programmers.
+long_description    ${description}
 
-homepage		http://uthash.sourceforge.net/
-master_sites		sourceforge
+homepage            http://uthash.sourceforge.net/
+master_sites        sourceforge
 checksums           md5     f8c2d5c560fe0f8d7b26148ea442ae93 \
                     sha1    8b257ffc5a2607f04d0b93457afb7ef1e573a13b \
                     rmd160  06c3ad4855eba2635f8cda2763c05c52921e6a62
-use_bzip2		yes
+use_bzip2           yes
 
-use_configure		no
+use_configure       no
 
-supported_archs		noarch
+supported_archs     noarch
 
-build			{}
+build               {}
 
 destroot {
-	xinstall -d ${destroot}${prefix}/include/uthash/
-	xinstall -m 0444 -W ${worksrcpath}/src uthash.h utlist.h utarray.h utstring.h \
-		${destroot}${prefix}/include/uthash/
-	xinstall -d ${destroot}${prefix}/share/doc/
-	copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
-	delete ${destroot}${prefix}/share/doc/${name}/Makefile
+    xinstall -d ${destroot}${prefix}/include/uthash/
+    xinstall -m 0444 -W ${worksrcpath}/src uthash.h utlist.h utarray.h utstring.h \
+        ${destroot}${prefix}/include/uthash/
+    xinstall -d ${destroot}${prefix}/share/doc/
+    copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
+    delete ${destroot}${prefix}/share/doc/${name}/Makefile
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	${name}-(\[0-9\\.\]+)\\${extract.suffix}
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     ${name}-(\[0-9\\.\]+)\\${extract.suffix}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110925/9d99ba52/attachment.html>


More information about the macports-changes mailing list