[79633] trunk/dports/devel/pkgconfig

ryandesign at macports.org ryandesign at macports.org
Tue Jun 21 14:54:45 PDT 2011


Revision: 79633
          http://trac.macports.org/changeset/79633
Author:   ryandesign at macports.org
Date:     2011-06-21 14:54:44 -0700 (Tue, 21 Jun 2011)
Log Message:
-----------
pkgconfig: update to 0.26; see #29514

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

Removed Paths:
-------------
    trunk/dports/devel/pkgconfig/files/

Modified: trunk/dports/devel/pkgconfig/Portfile
===================================================================
--- trunk/dports/devel/pkgconfig/Portfile	2011-06-21 21:47:54 UTC (rev 79632)
+++ trunk/dports/devel/pkgconfig/Portfile	2011-06-21 21:54:44 UTC (rev 79633)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                pkgconfig
-version             0.25
-revision            2
+version             0.26
 categories          devel
 maintainers         ryandesign
 license             GPL-2+
@@ -23,14 +22,17 @@
                     about installed libraries in the system. It is typically \
                     used to compile and link against one or more libraries.
 
-checksums           md5     a3270bab3f4b69b7dc6dbdacbcae9745 \
-                    sha1    8922aeb4edeff7ed554cc1969cbb4ad5a4e6b26e \
-                    rmd160  835509d01f68c45823ee89c718776eb66f61316b
+checksums           sha1    fd71a70b023b9087c8a7bb76a0dc135a61059652 \
+                    rmd160  face3d16ec338b9b1ab41d56d6e4d1a5624b52d0
 
-patchfiles          patch-underquoting.diff
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2
 
 configure.args      --with-pc-path=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig
 
+configure.env       PKG_CONFIG=false \
+                    GLIB_CFLAGS="-I${prefix}/include/glib-2.0 -I${prefix}/lib/glib-2.0/include -I${prefix}/include" \
+                    GLIB_LIBS="-L${prefix}/lib -lglib-2.0 -lintl"
+
 test.run            yes
 test.target         check
 
@@ -40,7 +42,6 @@
     xinstall -m 644 -W ${worksrcpath} \
         AUTHORS \
         COPYING \
-        ChangeLog \
         NEWS \
         README \
         ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110621/1b1579a4/attachment.html>


More information about the macports-changes mailing list