From b277fc3bdf817351c556b4d64b50d95279d94548 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 14 Jun 2014 11:13:34 +0000 Subject: [PATCH] - Remove easy_install dependency - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) --- net/py-pynsq/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/py-pynsq/Makefile b/net/py-pynsq/Makefile index 5d954cb3bf1b..60762d434883 100644 --- a/net/py-pynsq/Makefile +++ b/net/py-pynsq/Makefile @@ -3,6 +3,7 @@ PORTNAME= pynsq PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,14 +23,13 @@ OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options USE_GITHUB= yes USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes GH_ACCOUNT= bitly GH_TAGNAME= v${PORTVERSION} GH_COMMIT= b64f3f3 -PYDISTUTILS_AUTOPLIST= yes - .include .if ${PORT_OPTIONS:MTESTS}