Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 15:32:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330886 - head/net/gupnp
Message-ID:  <201310191532.r9JFWuaf016924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 19 15:32:55 2013
New Revision: 330886
URL: http://svnweb.freebsd.org/changeset/ports/330886

Log:
  - Update to 0.20.7
  - Use USES=shebangfix
  - Support STAGEDIR
  
  Changes:	http://git.gnome.org/browse/gupnp/tree/NEWS

Modified:
  head/net/gupnp/Makefile
  head/net/gupnp/distinfo

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Sat Oct 19 15:32:46 2013	(r330885)
+++ head/net/gupnp/Makefile	Sat Oct 19 15:32:55 2013	(r330886)
@@ -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>

Modified: head/net/gupnp/distinfo
==============================================================================
--- head/net/gupnp/distinfo	Sat Oct 19 15:32:46 2013	(r330885)
+++ head/net/gupnp/distinfo	Sat Oct 19 15:32:55 2013	(r330886)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310191532.r9JFWuaf016924>