From 24432b214cb6a86c1f7c3781bcceeabbdbaf348d Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sun, 15 Jun 2014 09:05:16 +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) --- security/py-keyring/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index 544a0dfcbfdf..46b3afbf4778 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -3,6 +3,7 @@ PORTNAME= keyring PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,8 +18,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytes LATEST_LINK= py-${PORTNAME} USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS \