svn commit: r358663 - head/databases/py-mysql2pgsql

Marcus von Appen mva at FreeBSD.org
Sat Jun 21 06:16:02 UTC 2014


Author: mva
Date: Sat Jun 21 06:16:02 2014
New Revision: 358663
URL: http://svnweb.freebsd.org/changeset/ports/358663
QAT: https://qat.redports.org/buildarchive/r358663/

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/databases/py-mysql2pgsql/Makefile

Modified: head/databases/py-mysql2pgsql/Makefile
==============================================================================
--- head/databases/py-mysql2pgsql/Makefile	Sat Jun 21 06:13:20 2014	(r358662)
+++ head/databases/py-mysql2pgsql/Makefile	Sat Jun 21 06:16:02 2014	(r358663)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mysql2pgsql
 PORTVERSION=	0.1.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py-${PORTNAME}-${PORTVERSION}
@@ -19,8 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQ
 		${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
 
 USE_PYTHON=		2
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	py_${PORTNAME}
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list