From 985ce60b1eb344d5a55e82f54d695a210257268d Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sun, 8 Jun 2014 09:03:01 +0000 Subject: [PATCH] - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) --- audio/py-pyacoustid/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/py-pyacoustid/Makefile b/audio/py-pyacoustid/Makefile index 9222dc8c3412..085f901aedbb 100644 --- a/audio/py-pyacoustid/Makefile +++ b/audio/py-pyacoustid/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyacoustid PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,8 @@ LICENSE= MIT LIB_DEPENDS= libchromaprint.so:${PORTSDIR}/audio/chromaprint -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include