Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2014 08:34:07 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357115 - head/audio/py-discogs-client
Message-ID:  <201406090834.s598Y7eH077409@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Mon Jun  9 08:34:07 2014
New Revision: 357115
URL: http://svnweb.freebsd.org/changeset/ports/357115
QAT: https://qat.redports.org/buildarchive/r357115/

Log:
  - 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)

Deleted:
  head/audio/py-discogs-client/pkg-plist
Modified:
  head/audio/py-discogs-client/Makefile

Modified: head/audio/py-discogs-client/Makefile
==============================================================================
--- head/audio/py-discogs-client/Makefile	Mon Jun  9 08:20:43 2014	(r357114)
+++ head/audio/py-discogs-client/Makefile	Mon Jun  9 08:34:07 2014	(r357115)
@@ -15,7 +15,8 @@ LICENSE=	BSD
 
 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}requests1>=1.0.0:${PORTSDIR}/www/py-requests1
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>



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