diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-19 15:33:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-19 15:33:32 +0000 |
commit | 657d61a6e75e826b78f2d228b446ca95f92e2fbb (patch) | |
tree | 9dd778b6fbc6c206b0b96eb684897f8c7770a012 /net/gupnp-av/Makefile | |
parent | dfb44dd19c28b2d9d0ae7f36d323aeb8dbcecb07 (diff) |
- Update to 0.12.3
- Support STAGEDIR
Changes: http://git.gnome.org/browse/gupnp-av/tree/NEWS
Notes
Notes:
svn path=/head/; revision=330887
Diffstat (limited to 'net/gupnp-av/Makefile')
-rw-r--r-- | net/gupnp-av/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index 4195dbb75877..dbdaef35d53d 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp-av -PORTVERSION= 0.12.2 +PORTVERSION= 0.12.3 CATEGORIES= net MASTER_SITES= GNOME @@ -24,7 +24,6 @@ USE_LDCONFIG= yes USE_XZ= yes USES= gmake pathfix pkgconfig -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wno-unused-parameters||' ${WRKSRC}/tests/Makefile.in |