[68023] trunk/dports/devel/pkgconfig/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 24 17:14:53 PDT 2010


Revision: 68023
          http://trac.macports.org/changeset/68023
Author:   ryandesign at macports.org
Date:     2010-05-24 17:14:50 -0700 (Mon, 24 May 2010)
Log Message:
-----------
pkgconfig: update to 0.24, add doc files and license info, enable tests

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

Modified: trunk/dports/devel/pkgconfig/Portfile
===================================================================
--- trunk/dports/devel/pkgconfig/Portfile	2010-05-24 23:47:52 UTC (rev 68022)
+++ trunk/dports/devel/pkgconfig/Portfile	2010-05-25 00:14:50 UTC (rev 68023)
@@ -3,10 +3,10 @@
 PortSystem          1.0
 
 name                pkgconfig
-version             0.23
-revision            1
+version             0.24
 categories          devel
 maintainers         ryandesign
+license             GPL-3
 homepage            http://pkg-config.freedesktop.org/
 master_sites        ${homepage}releases/ \
                     http://www.vg.kernel.org/pub/mirrors/gentoo/source/distfiles/
@@ -21,13 +21,28 @@
                     about installed libraries in the system. It is typically \
                     used to compile and link against one or more libraries.
 
-checksums           md5     d922a88782b64441d06547632fd85744 \
-                    sha1    b59dddd6b5320bd74c0f74b3339618a327096b2a \
-                    rmd160  0aa5565430d609319917ac2c8ffeaa5e4a509489
+checksums           md5     597a98e254943995f2ad5f3f1dac0e4a \
+                    sha1    e40ef36026fc7bccf335b88a9f848d404fb7d261 \
+                    rmd160  320887e843115687edef4d168ceabb530089fa58
 
 configure.args      --enable-indirect-deps \
                     --with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig
 
+test.run            yes
+test.target         check
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING \
+        ChangeLog \
+        NEWS \
+        README \
+        ${docdir}
+}
+
 livecheck.type      regex
 livecheck.url       "${homepage}releases/?C=M&O=D"
 livecheck.regex     pkg-config-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100524/801f4881/attachment-0001.html>


More information about the macports-changes mailing list