svn commit: r357059 - head/devel/py-ydbf

Marcus von Appen mva at FreeBSD.org
Sun Jun 8 16:35:31 UTC 2014


Author: mva
Date: Sun Jun  8 16:35:30 2014
New Revision: 357059
URL: http://svnweb.freebsd.org/changeset/ports/357059
QAT: https://qat.redports.org/buildarchive/r357059/

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)

Modified:
  head/devel/py-ydbf/Makefile

Modified: head/devel/py-ydbf/Makefile
==============================================================================
--- head/devel/py-ydbf/Makefile	Sun Jun  8 16:34:32 2014	(r357058)
+++ head/devel/py-ydbf/Makefile	Sun Jun  8 16:35:30 2014	(r357059)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ydbf
 PORTVERSION=	0.0.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
 MASTER_SITE_SUBDIR=	source/Y/YDbf/
@@ -13,12 +14,9 @@ COMMENT=	Yelded DBF reader/writer for Py
 
 LICENSE=	GPLv2
 
-PLIST_FILES=	${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/${PYEASYINSTALL_EGG}
-
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_NOEGGINFO=	yes
-PYDISTUTILS_PKGNAME=	YDbf
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_PKGVERSION=	0.0.1dev_20080514
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list