Date: Mon, 11 Feb 2019 18:59:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492721 - head/devel/py-wsgiutils Message-ID: <201902111859.x1BIxbGY048271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902111859.x1BIxbGY048271>