[135370] users/devans/GNOME-3/stable/dports/gnome/glib-networking

devans at macports.org devans at macports.org
Thu Apr 23 08:22:22 PDT 2015


Revision: 135370
          https://trac.macports.org/changeset/135370
Author:   devans at macports.org
Date:     2015-04-23 08:22:22 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: glib-networking, update to version 2.44.0, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/glib-networking/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/glib-networking/files/
    users/devans/GNOME-3/stable/dports/gnome/glib-networking/files/autogen.sh

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/glib-networking/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/glib-networking
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/glib-networking:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/glib-networking:116275-133802
/users/devans/GNOME-3/unstable/dports/gnome/glib-networking:122424-125621
/users/rmstonecipher/gnome/glib-networking:102363-103172
   + /branches/mld-qt-481/dports/gnome/glib-networking:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/glib-networking:116275-133802
/users/devans/GNOME-3/unstable/dports/gnome/glib-networking:122424-125621,128864-134379
/users/rmstonecipher/gnome/glib-networking:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/glib-networking/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glib-networking/Portfile	2015-04-23 15:22:21 UTC (rev 135369)
+++ users/devans/GNOME-3/stable/dports/gnome/glib-networking/Portfile	2015-04-23 15:22:22 UTC (rev 135370)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                glib-networking
-version             2.42.1
+version             2.44.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Network-related giomodules for glib
 long_description    ${description}
@@ -17,11 +17,14 @@
 
 use_xz              yes
 
-checksums           rmd160  057240b980498779f8f62ae9c531e9b680efaf21 \
-                    sha256  c06bf76da3353695fcc791b7b02e5d60c01c379e554f7841dc6cbca32f65f3a0
+checksums           rmd160  4da1c0fd698523438716b2b59c6fdd0a6532671e \
+                    sha256  8f8a340d3ba99bfdef38b653da929652ea6640e27969d29f7ac51fbbe11a4346
 
 depends_build       port:pkgconfig \
-                    port:intltool
+                    port:intltool \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:gnutls \
@@ -32,18 +35,14 @@
 depends_run         path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
 
 post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
     reinplace "s|-Werror=|-W|g" ${worksrcpath}/configure.ac
 }
 
-# update m4/intltool.m4 and autoreconf
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
-}
+configure.cmd       ./autogen.sh
 
-use_autoreconf      yes
-autoreconf.args     -fvi
-
 configure.args      --with-gnutls \
                     --with-libproxy \
                     --with-gnome-proxy \

Added: users/devans/GNOME-3/stable/dports/gnome/glib-networking/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glib-networking/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/glib-networking/files/autogen.sh	2015-04-23 15:22:22 UTC (rev 135370)
@@ -0,0 +1,21 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
+
+olddir=`pwd`
+cd "$srcdir"
+
+AUTORECONF=`which autoreconf`
+if test -z $AUTORECONF; then
+        echo "*** No autoreconf found, please install it ***"
+        exit 1
+fi
+
+mkdir -p m4
+intltoolize --copy --force --automake || exit $?
+autoreconf --force --install --verbose || exit $?
+
+cd "$olddir"
+test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/c407b06b/attachment-0001.html>


More information about the macports-changes mailing list