svn commit: r341414 - head/devel/py-pytz

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Jan 27 15:32:30 UTC 2014


Author: lwhsu
Date: Mon Jan 27 15:32:29 2014
New Revision: 341414
URL: http://svnweb.freebsd.org/changeset/ports/341414
QAT: https://qat.redports.org/buildarchive/r341414/

Log:
  - Replace USE_PYDISTUTILS= easy_install with yes
  - Remove pkg-plist, use PYDISTUTILS_AUTOPLIST
  
  PR:		ports/186121
  Submitted by:	Johannes Jost Meixner <xmj at chaot.net>

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

Modified: head/devel/py-pytz/Makefile
==============================================================================
--- head/devel/py-pytz/Makefile	Mon Jan 27 15:15:04 2014	(r341413)
+++ head/devel/py-pytz/Makefile	Mon Jan 27 15:32:29 2014	(r341414)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pytz
 PORTVERSION=	2013.9
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
@@ -15,8 +16,8 @@ LICENSE=	MIT
 
 USE_BZIP2=	yes
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYTHON_PY3K_PLIST_HACK=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/setup.py


More information about the svn-ports-all mailing list