diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-06-13 12:44:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-06-13 12:44:44 +0000 |
commit | 184d140a700bae4d98b57d8c1cbde8ba0797690f (patch) | |
tree | d568797b2cfe3d01cd7be359284c98d0074fe388 /net/gupnp-av | |
parent | bd524320306a726bb89f449cd39f1a096b9b454b (diff) |
Notes
Diffstat (limited to 'net/gupnp-av')
-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 |