svn commit: r455444 - head/net/gupnp-igd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 3 20:35:26 UTC 2017


Author: sunpoet
Date: Sun Dec  3 20:35:22 2017
New Revision: 455444
URL: https://svnweb.freebsd.org/changeset/ports/455444

Log:
  Change from USES=python:2 to USES=python:2.7
  
  - Bump PORTREVISION for dependency change

Modified:
  head/net/gupnp-igd/Makefile

Modified: head/net/gupnp-igd/Makefile
==============================================================================
--- head/net/gupnp-igd/Makefile	Sun Dec  3 20:35:17 2017	(r455443)
+++ head/net/gupnp-igd/Makefile	Sun Dec  3 20:35:22 2017	(r455444)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gupnp-igd
 PORTVERSION=	0.2.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
@@ -30,7 +31,7 @@ USES=		gmake gnome libtool pathfix pkgconfig tar:xz
 
 PYTHON_CONFIGURE_ENABLE=python
 PYTHON_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gobject>=2.12.0:devel/py-gobject@${PY_FLAVOR}
-PYTHON_USES=		python:2
+PYTHON_USES=		python:2.7
 
 post-patch:
 	@${REINPLACE_CMD} -e '/ --define-variable=/d' ${WRKSRC}/configure


More information about the svn-ports-head mailing list