svn commit: r340853 - head/databases/py-dbutils

Marcus von Appen mva at FreeBSD.org
Thu Jan 23 20:07:31 UTC 2014


Author: mva
Date: Thu Jan 23 20:07:31 2014
New Revision: 340853
URL: http://svnweb.freebsd.org/changeset/ports/340853
QAT: https://qat.redports.org/buildarchive/r340853/

Log:
  - Enable stagedir support
  - Convert to PYDISTUTILS_AUTOPLIST
  - Convert USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes

Deleted:
  head/databases/py-dbutils/pkg-plist
Modified:
  head/databases/py-dbutils/Makefile

Modified: head/databases/py-dbutils/Makefile
==============================================================================
--- head/databases/py-dbutils/Makefile	Thu Jan 23 19:57:32 2014	(r340852)
+++ head/databases/py-dbutils/Makefile	Thu Jan 23 20:07:31 2014	(r340853)
@@ -13,9 +13,8 @@ DISTNAME=	DBUtils-${PORTVERSION}
 MAINTAINER=	python at FreeBSD.org
 COMMENT=	Providing solid, persistent, and pooled connections to a database
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=easy_install
-PYDISTUTILS_PKGNAME=	DBUtils
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list