[118190] trunk/dports/gnome/libgsf/Portfile

devans at macports.org devans at macports.org
Mon Mar 24 23:21:04 PDT 2014


Revision: 118190
          https://trac.macports.org/changeset/118190
Author:   devans at macports.org
Date:     2014-03-24 23:21:04 -0700 (Mon, 24 Mar 2014)
Log Message:
-----------
libgsf: update to version 1.14.30, update m4/intltool.m4 before autoreconf to fix intltool configuration.

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

Modified: trunk/dports/gnome/libgsf/Portfile
===================================================================
--- trunk/dports/gnome/libgsf/Portfile	2014-03-25 05:26:15 UTC (rev 118189)
+++ trunk/dports/gnome/libgsf/Portfile	2014-03-25 06:21:04 UTC (rev 118190)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    libgsf
-version                 1.14.29
+version                 1.14.30
 license                 LGPL-2.1
 set branch              [join [lrange [split $version .] 0 1] .]
 maintainers             nomaintainer
@@ -24,8 +24,8 @@
 
 use_xz                  yes
 
-checksums           rmd160  fb5693585dd5272f3d6c5b9354632457daed044f \
-                    sha256  4d8bca33424eb711acdb6a060cb488b132063d699c4fa201db24c2c89c62529c
+checksums           rmd160  d76cebb595f50c9ccd6b4db8e75660e0581fc9c4 \
+                    sha256  cb48c3480be4a691963548e664308f497d93c9d7bc12cf6a68d5ebae930a5b70
 
 depends_build           port:pkgconfig \
                         port:intltool
@@ -38,14 +38,19 @@
                         port:zlib \
                         port:bzip2
 
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf          yes
+autoreconf.args         -fvi
+
 configure.args          --disable-compile-warnings \
                         --disable-silent-rules \
                         --enable-introspection
 
-# Don't do intltool's INTLTOOL_PERL dance
-use_autoreconf  yes
-autoreconf.args -fvi
-
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140324/10cf72d6/attachment.html>


More information about the macports-changes mailing list