Date: Mon, 4 Nov 2019 15:57:09 +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: r516651 - in head/devel: . py-rx1 Message-ID: <201911041557.xA4Fv9E4048634@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 4 15:57:09 2019 New Revision: 516651 URL: https://svnweb.freebsd.org/changeset/ports/516651 Log: Add py-rx1 1.6.1 (copied from py-rx) - Add PORTSCOUT Added: head/devel/py-rx1/ - copied from r516614, head/devel/py-rx/ Modified: head/devel/Makefile head/devel/py-rx1/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 4 15:57:03 2019 (r516650) +++ head/devel/Makefile Mon Nov 4 15:57:09 2019 (r516651) @@ -5015,6 +5015,7 @@ SUBDIR += py-rubymarshal SUBDIR += py-rwt SUBDIR += py-rx + SUBDIR += py-rx1 SUBDIR += py-sanetime SUBDIR += py-saneyaml SUBDIR += py-sarge Modified: head/devel/py-rx1/Makefile ============================================================================== --- head/devel/py-rx/Makefile Sun Nov 3 23:32:37 2019 (r516614) +++ head/devel/py-rx1/Makefile Mon Nov 4 15:57:09 2019 (r516651) @@ -6,6 +6,7 @@ PORTVERSION= 1.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 1 DISTNAME= Rx-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org @@ -17,5 +18,7 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +PORTSCOUT= limit:^1\. .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911041557.xA4Fv9E4048634>