svn commit: r347206 - head/devel/py-dal

Martin Wilke miwi at FreeBSD.org
Thu Mar 6 14:06:56 UTC 2014


Author: miwi
Date: Thu Mar  6 14:06:56 2014
New Revision: 347206
URL: http://svnweb.freebsd.org/changeset/ports/347206
QAT: https://qat.redports.org/buildarchive/r347206/

Log:
  - Stage support
  - Convert to autoplist
  - Bump PORTREVISION

Deleted:
  head/devel/py-dal/pkg-plist
Modified:
  head/devel/py-dal/Makefile

Modified: head/devel/py-dal/Makefile
==============================================================================
--- head/devel/py-dal/Makefile	Thu Mar  6 14:05:39 2014	(r347205)
+++ head/devel/py-dal/Makefile	Thu Mar  6 14:06:56 2014	(r347206)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dal
 PORTVERSION=	20081016
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	http://download.sippysoft.com/bamby/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ MAINTAINER=	bamby at sippysoft.com
 COMMENT=	A database abstraction layer for Python
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list