[Midnightbsd-cvs] mports [20871] trunk/net/py-oauth2/Makefile: modernize

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 15 16:09:53 EST 2015


Revision: 20871
          http://svnweb.midnightbsd.org/mports/?rev=20871
Author:   laffer1
Date:     2015-11-15 16:09:52 -0500 (Sun, 15 Nov 2015)
Log Message:
-----------
modernize

Modified Paths:
--------------
    trunk/net/py-oauth2/Makefile

Modified: trunk/net/py-oauth2/Makefile
===================================================================
--- trunk/net/py-oauth2/Makefile	2015-11-15 21:07:27 UTC (rev 20870)
+++ trunk/net/py-oauth2/Makefile	2015-11-15 21:09:52 UTC (rev 20871)
@@ -2,7 +2,7 @@
 
 PORTNAME=	oauth2
 PORTVERSION=	1.5.211
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,7 @@
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list