diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-19 23:32:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-19 23:32:55 +0800 |
commit | d8c7bd6d028316b520eef8182ebfb7ac1a5c4b0d (patch) | |
tree | 2d9a786f148dfd878130f0769a916d23ac9a0631 /net/gupnp | |
parent | 661162109a94578c7a6111a3c7620e03920c04a6 (diff) | |
download | freebsd-ports-gnome-d8c7bd6d028316b520eef8182ebfb7ac1a5c4b0d.tar.gz freebsd-ports-gnome-d8c7bd6d028316b520eef8182ebfb7ac1a5c4b0d.tar.zst freebsd-ports-gnome-d8c7bd6d028316b520eef8182ebfb7ac1a5c4b0d.zip |
- Update to 0.20.7
- Use USES=shebangfix
- Support STAGEDIR
Changes: http://git.gnome.org/browse/gupnp/tree/NEWS
Diffstat (limited to 'net/gupnp')
-rw-r--r-- | net/gupnp/Makefile | 9 | ||||
-rw-r--r-- | net/gupnp/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 88b00b41b579..d3bdb9264837 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp -PORTVERSION= 0.20.6 +PORTVERSION= 0.20.7 CATEGORIES= net MASTER_SITES= GNOME @@ -23,10 +23,9 @@ USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes USE_PYTHON= yes USE_XZ= yes -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig shebangfix -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/tools/gupnp-binding-tool +SHEBANG_FILES= tools/gupnp-binding-tool +python_CMD= ${PYTHON_CMD} .include <bsd.port.mk> diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo index 349be89ee076..ed74de5b7ea7 100644 --- a/net/gupnp/distinfo +++ b/net/gupnp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gupnp-0.20.6.tar.xz) = 1b4ed7de9fdf2da2a5610a0101271f1661706e6481737d7a2ac0f318b5b2dbaa -SIZE (gupnp-0.20.6.tar.xz) = 379124 +SHA256 (gupnp-0.20.7.tar.xz) = ccfa6b04935d81bbcd4aa1f15b6dada977fb32386cf3b99c59a4166067ce3102 +SIZE (gupnp-0.20.7.tar.xz) = 379644 |