Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2017 20:35:22 +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: r455444 - head/net/gupnp-igd
Message-ID:  <201712032035.vB3KZMMh056842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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