[148106] trunk/dports/net/gupnp-tools
devans at macports.org
devans at macports.org
Tue Apr 26 22:44:21 PDT 2016
Revision: 148106
https://trac.macports.org/changeset/148106
Author: devans at macports.org
Date: 2016-04-26 22:44:21 -0700 (Tue, 26 Apr 2016)
Log Message:
-----------
gupnp-tools: update to version 0.8.12, update autogen.sh from upstream git master, no longer uses intltool.
Modified Paths:
--------------
trunk/dports/net/gupnp-tools/Portfile
trunk/dports/net/gupnp-tools/files/autogen.sh
trunk/dports/net/gupnp-tools/files/patch-m4-ax_compiler_flags_ldflags.m4.diff
Modified: trunk/dports/net/gupnp-tools/Portfile
===================================================================
--- trunk/dports/net/gupnp-tools/Portfile 2016-04-27 05:28:11 UTC (rev 148105)
+++ trunk/dports/net/gupnp-tools/Portfile 2016-04-27 05:44:21 UTC (rev 148106)
@@ -5,7 +5,7 @@
PortGroup compiler_blacklist_versions 1.0
name gupnp-tools
-version 0.8.11
+version 0.8.12
license LGPL
set branch [join [lrange [split ${version} .] 0 1] .]
description GUPnP Tools are free replacements of Intel UPnP tools that use GUPnP.
@@ -20,11 +20,10 @@
use_xz yes
-checksums rmd160 de887ae7b605971564d005295254f7cfa99a8e56 \
- sha256 f4ce8799cf32077eb2ab8076c3420d6b8fc3dcdc3fffbfe84a2ac59764ec8d3d
+checksums rmd160 820d7b60b7a62bdfd7567849877f9b8460d5e3aa \
+ sha256 658de96953608c4b1f47578ae563a7066d1f1983565daf22ad52b7b328ef97b1
depends_build port:pkgconfig \
- port:intltool \
port:autoconf \
port:automake \
port:libtool
Modified: trunk/dports/net/gupnp-tools/files/autogen.sh
===================================================================
--- trunk/dports/net/gupnp-tools/files/autogen.sh 2016-04-27 05:28:11 UTC (rev 148105)
+++ trunk/dports/net/gupnp-tools/files/autogen.sh 2016-04-27 05:44:21 UTC (rev 148106)
@@ -11,13 +11,8 @@
echo "*** No autoreconf found, please install it ***"
exit 1
fi
-INTLTOOLIZE=`which intltoolize`
-if test -z $INTLTOOLIZE; then
- echo "*** No intltoolize found, please install the intltool package ***"
- exit 1
-fi
-intltoolize --force --copy --automake || exit $?
+aclocal --install || exit 1
autoreconf --force --install --verbose || exit $?
cd "$olddir"
Modified: trunk/dports/net/gupnp-tools/files/patch-m4-ax_compiler_flags_ldflags.m4.diff
===================================================================
--- trunk/dports/net/gupnp-tools/files/patch-m4-ax_compiler_flags_ldflags.m4.diff 2016-04-27 05:28:11 UTC (rev 148105)
+++ trunk/dports/net/gupnp-tools/files/patch-m4-ax_compiler_flags_ldflags.m4.diff 2016-04-27 05:44:21 UTC (rev 148106)
@@ -1,9 +1,9 @@
---- m4/ax_compiler_flags_ldflags.m4.orig 2015-07-11 13:33:47.000000000 -0700
-+++ m4/ax_compiler_flags_ldflags.m4 2015-12-02 11:20:18.000000000 -0800
+--- m4/ax_compiler_flags_ldflags.m4.orig 2016-03-26 09:01:24.000000000 -0700
++++ m4/ax_compiler_flags_ldflags.m4 2016-04-26 22:35:31.000000000 -0700
@@ -49,7 +49,6 @@
# Base flags
- AX_APPEND_COMPILE_FLAGS([ dnl
+ AX_APPEND_LINK_FLAGS([ dnl
- -Wl,--no-as-needed dnl
$3 dnl
],ax_warn_ldflags_variable,[$ax_compiler_flags_test])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160426/f35419cc/attachment.html>
More information about the macports-changes
mailing list