Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 18:14:14 +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: r357913 - head/www/py-feedgenerator
Message-ID:  <201406151814.s5FIEEm2077411@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Jun 15 18:14:13 2014
New Revision: 357913
URL: http://svnweb.freebsd.org/changeset/ports/357913
QAT: https://qat.redports.org/buildarchive/r357913/

Log:
  - Remove easy_install dependency
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Modified:
  head/www/py-feedgenerator/Makefile

Modified: head/www/py-feedgenerator/Makefile
==============================================================================
--- head/www/py-feedgenerator/Makefile	Sun Jun 15 18:10:41 2014	(r357912)
+++ head/www/py-feedgenerator/Makefile	Sun Jun 15 18:14:13 2014	(r357913)
@@ -3,6 +3,7 @@
 
 PORTNAME=	feedgenerator
 PORTVERSION=	1.6
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz
 		${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
 
 PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 USE_PYTHON=		yes
 
 regression-test: build



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