svn commit: r516651 - in head/devel: . py-rx1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 4 15:57:10 UTC 2019


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 at FreeBSD.org
@@ -17,5 +18,7 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list