diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-06-13 20:44:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-06-13 20:44:44 +0800 |
commit | b2a2c38b1e66eb251ed1441c97b35f7f1e920191 (patch) | |
tree | d568797b2cfe3d01cd7be359284c98d0074fe388 /net | |
parent | 65d6e6422c8a069f572e2d1272ad97954ea27911 (diff) | |
download | freebsd-ports-gnome-b2a2c38b1e66eb251ed1441c97b35f7f1e920191.tar.gz freebsd-ports-gnome-b2a2c38b1e66eb251ed1441c97b35f7f1e920191.tar.zst freebsd-ports-gnome-b2a2c38b1e66eb251ed1441c97b35f7f1e920191.zip |
- Update to 0.12.2
Changes: http://git.gnome.org/browse/gupnp-av/tree/NEWS
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-av/Makefile | 5 | ||||
-rw-r--r-- | net/gupnp-av/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index 37c39697b186..6a28026ab6f0 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp-av -PORTVERSION= 0.12.1 +PORTVERSION= 0.12.2 CATEGORIES= net MASTER_SITES= GNOME @@ -25,4 +25,7 @@ USE_LDCONFIG= yes USE_XZ= yes USES= pathfix pkgconfig +post-patch: + @${REINPLACE_CMD} -e 's|-Wno-unused-parameters||' ${WRKSRC}/tests/Makefile.in + .include <bsd.port.mk> diff --git a/net/gupnp-av/distinfo b/net/gupnp-av/distinfo index cafb8e494e00..427f550a56d0 100644 --- a/net/gupnp-av/distinfo +++ b/net/gupnp-av/distinfo @@ -1,2 +1,2 @@ -SHA256 (gupnp-av-0.12.1.tar.xz) = 7c73f3c1e1c8f552079b8db8971348acf85078c82ed4da883b218bd993fcd4c4 -SIZE (gupnp-av-0.12.1.tar.xz) = 336864 +SHA256 (gupnp-av-0.12.2.tar.xz) = 43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270 +SIZE (gupnp-av-0.12.2.tar.xz) = 337716 |