Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2016 00:40:58 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425180 - head/devel/py-pystorm
Message-ID:  <201611030040.uA30ew9T081686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611030040.uA30ew9T081686>