svn commit: r344492 - head/devel/py-timelib

Antoine Brodin antoine at FreeBSD.org
Sat Feb 15 22:34:31 UTC 2014


Author: antoine
Date: Sat Feb 15 22:34:30 2014
New Revision: 344492
URL: http://svnweb.freebsd.org/changeset/ports/344492
QAT: https://qat.redports.org/buildarchive/r344492/

Log:
  - Stage support
  - Switch from easy_install to install
  - Use PYDISTUTILS_AUTOPLIST
  - Remove infozip dependency

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

Modified: head/devel/py-timelib/Makefile
==============================================================================
--- head/devel/py-timelib/Makefile	Sat Feb 15 22:17:21 2014	(r344491)
+++ head/devel/py-timelib/Makefile	Sat Feb 15 22:34:30 2014	(r344492)
@@ -3,17 +3,17 @@
 
 PORTNAME=	timelib
 PORTVERSION=	0.2.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Parse English textual date descriptions
 
-USE_ZIP=		yes
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list