svn commit: r346673 - head/deskutils/py-vobject
Martin Wilke
miwi at FreeBSD.org
Sat Mar 1 18:01:07 UTC 2014
Author: miwi
Date: Sat Mar 1 18:01:06 2014
New Revision: 346673
URL: http://svnweb.freebsd.org/changeset/ports/346673
QAT: https://qat.redports.org/buildarchive/r346673/
Log:
- Convert to autoplist
- Stage support
- Bump PORTREVISION
Deleted:
head/deskutils/py-vobject/pkg-plist
Modified:
head/deskutils/py-vobject/Makefile
Modified: head/deskutils/py-vobject/Makefile
==============================================================================
--- head/deskutils/py-vobject/Makefile Sat Mar 1 18:00:51 2014 (r346672)
+++ head/deskutils/py-vobject/Makefile Sat Mar 1 18:01:06 2014 (r346673)
@@ -3,7 +3,7 @@
PORTNAME= vobject
PORTVERSION= 0.8.1c
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python
MASTER_SITES= http://vobject.skyhouseconsulting.com/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ COMMENT= ICalendar library
RUN_DEPENDS= py*-dateutil>=1.1:${PORTSDIR}/devel/py-dateutil
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-all
mailing list