[40277] trunk/dports/gnome/libglade2/Portfile

nox at macports.org nox at macports.org
Sun Sep 28 04:44:56 PDT 2008


Revision: 40277
          http://trac.macports.org/changeset/40277
Author:   nox at macports.org
Date:     2008-09-28 04:44:54 -0700 (Sun, 28 Sep 2008)
Log Message:
-----------
libglade2: Updated to 2.6.3.

Modified Paths:
--------------
    trunk/dports/gnome/libglade2/Portfile

Modified: trunk/dports/gnome/libglade2/Portfile
===================================================================
--- trunk/dports/gnome/libglade2/Portfile	2008-09-28 11:24:03 UTC (rev 40276)
+++ trunk/dports/gnome/libglade2/Portfile	2008-09-28 11:44:54 UTC (rev 40277)
@@ -5,7 +5,7 @@
 
 name            libglade2
 set my_name     libglade
-version         2.6.2
+version         2.6.3
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      gnome
 maintainers     nomaintainer
@@ -27,24 +27,36 @@
 distname        ${my_name}-${version}
 use_bzip2       yes
 
-checksums   md5 da4f9d1c6cd1337f6ef5e2db768d8557 \
-            sha1 99ffcf33bcd0fdd67191c99b117a0cefc26b84bc \
-            rmd160 d6b25114cdbcc5c74412186a9a5a2cc9a140c4e7
+checksums \
+    md5 1c359860b1a0f369f0b6e3f96fd985c2 \
+    sha1 0af8b3263f241d4495243282e64b9aa43fecb618 \
+    rmd160 73b00932c5a5ea1dfa25b2677783f5e52202ce8e
 
+post-patch {
+    reinplace -E "/^install-data-am:/s/install-data-local//" ${worksrcpath}/Makefile.in
+}
+
 depends_build \
     port:pkgconfig
 
 depends_lib \
+    port:gettext \
     port:fontconfig \
     port:libxml2 \
     port:gtk2
 
-configure.args  --disable-gtktest
+configure.args  --disable-gtktest \
+                --with-xml-catalog=${prefix}/etc/xml/catalog
 
+use_parallel_build  yes
+
 test.run        yes
 test.target     check
 
+post-activate {
+    system "xmlcatalog --noout --add system http://glade.gnome.org/glade-2.0.dtd ${prefix}/share/xml/libglade/glade-2.0.dtd ${prefix}/etc/xml/catalog"
+}
+
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080928/0b18d56b/attachment.html 


More information about the macports-changes mailing list