svn commit: r357868 - head/textproc/py-pysrt

Marcus von Appen mva at FreeBSD.org
Sun Jun 15 11:47:52 UTC 2014


Author: mva
Date: Sun Jun 15 11:47:51 2014
New Revision: 357868
URL: http://svnweb.freebsd.org/changeset/ports/357868
QAT: https://qat.redports.org/buildarchive/r357868/

Log:
  - Remove easy_install dependency
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Modified:
  head/textproc/py-pysrt/Makefile

Modified: head/textproc/py-pysrt/Makefile
==============================================================================
--- head/textproc/py-pysrt/Makefile	Sun Jun 15 11:42:59 2014	(r357867)
+++ head/textproc/py-pysrt/Makefile	Sun Jun 15 11:47:51 2014	(r357868)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pysrt
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +13,8 @@ COMMENT=	SubRip (.srt) subtitle parser a
 
 LICENSE=	GPLv3
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-post-patch:
-	@${REINPLACE_CMD} 's/="GPLv3",/="GPLv3", zip_safe=False,/' \
-		${WRKSRC}/setup.py
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list