svn commit: r492721 - head/devel/py-wsgiutils

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 11 18:59:39 UTC 2019


Author: sunpoet
Date: Mon Feb 11 18:59:37 2019
New Revision: 492721
URL: https://svnweb.freebsd.org/changeset/ports/492721

Log:
  Remove incorrectly-installed /usr/local/LICENSE.txt and /usr/local/README.txt
  
  - Bump PORTREVISION for package change

Modified:
  head/devel/py-wsgiutils/Makefile

Modified: head/devel/py-wsgiutils/Makefile
==============================================================================
--- head/devel/py-wsgiutils/Makefile	Mon Feb 11 18:59:31 2019	(r492720)
+++ head/devel/py-wsgiutils/Makefile	Mon Feb 11 18:59:37 2019	(r492721)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wsgiutils
 PORTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	devel textproc www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,5 +19,8 @@ USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes
+
+post-patch:
+	@${REINPLACE_CMD} -e '/data_files/d' ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list