svn commit: r425180 - head/devel/py-pystorm

Mark Felder feld at FreeBSD.org
Thu Nov 3 00:41:00 UTC 2016


Author: feld
Date: Thu Nov  3 00:40:58 2016
New Revision: 425180
URL: https://svnweb.freebsd.org/changeset/ports/425180

Log:
  devel/py-pystorm: Fix plist conflict
  
  %%PYTHON_SITELIBDIR%%/test/__init__.py is a common conflict.

Modified:
  head/devel/py-pystorm/Makefile

Modified: head/devel/py-pystorm/Makefile
==============================================================================
--- head/devel/py-pystorm/Makefile	Thu Nov  3 00:25:34 2016	(r425179)
+++ head/devel/py-pystorm/Makefile	Thu Nov  3 00:40:58 2016	(r425180)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pystorm
 PORTVERSION=	3.0.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,4 +22,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}msg
 
 NO_ARCH=	yes
 
+post-patch:
+	${RM} ${WRKSRC}/test/__init__.py
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list