svn commit: r339643 - head/databases/mydbf2mysql

Antoine Brodin antoine at FreeBSD.org
Mon Jan 13 22:00:41 UTC 2014


Author: antoine
Date: Mon Jan 13 22:00:40 2014
New Revision: 339643
URL: http://svnweb.freebsd.org/changeset/ports/339643

Log:
  Fix packaging after the move from distutils to setuptools (egginfo is now
  a directory, not a file):
  - Use PYDISTUTILS_AUTOPLIST
  - Stage support
  - Bump PORTREVISION

Deleted:
  head/databases/mydbf2mysql/pkg-plist
Modified:
  head/databases/mydbf2mysql/Makefile

Modified: head/databases/mydbf2mysql/Makefile
==============================================================================
--- head/databases/mydbf2mysql/Makefile	Mon Jan 13 21:41:12 2014	(r339642)
+++ head/databases/mydbf2mysql/Makefile	Mon Jan 13 22:00:40 2014	(r339643)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mydbf2mysql
 PORTVERSION=	0.8.4.5
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	SF/mydbf2mysql/mydbf2mysql/${PORTVERSION}/
 DISTNAME=	MyDBF2MySQL-${PORTVERSION}
@@ -13,17 +14,11 @@ COMMENT=	Flexible tool for DBF import in
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb
 RUN_DEPENDS+=	ydbf=0.0.1:${PORTSDIR}/devel/py-ydbf
 
-PLIST_SUB+=	PYTHON_VER=${PYTHON_VER}
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=yes
 USE_BZIP2=	yes
-PYDISTUTILS_NOEGGINFO=	yes
-PYDISTUTILS_PKGNAME=	MyDBF2MySQL
-PYDISTUTILS_PKGVERSION=	${PORTVERSION}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/${PORTNAME}/dist/${DISTNAME}/
 
-MAN1=	mydbf2mysql.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list