svn commit: r526138 - head/devel/py-jaraco.functools2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 14 19:48:11 UTC 2020


Author: sunpoet
Date: Fri Feb 14 19:48:10 2020
New Revision: 526138
URL: https://svnweb.freebsd.org/changeset/ports/526138

Log:
  Add py-jaraco.functools2 2.0 (copied from py-jaraco.functools)
  
  - Add PORTSCOUT

Added:
  head/devel/py-jaraco.functools2/
     - copied from r525846, head/devel/py-jaraco.functools/
Modified:
  head/devel/py-jaraco.functools2/Makefile

Modified: head/devel/py-jaraco.functools2/Makefile
==============================================================================
--- head/devel/py-jaraco.functools/Makefile	Tue Feb 11 17:54:09 2020	(r525846)
+++ head/devel/py-jaraco.functools2/Makefile	Fri Feb 14 19:48:10 2020	(r526138)
@@ -3,10 +3,10 @@
 
 PORTNAME=	jaraco.functools
 PORTVERSION=	2.0
-PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Additional functools for Python
@@ -23,6 +23,8 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 POST_PLIST=	trim-jaraco-namespace
+
+PORTSCOUT=	limit:^2\.
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list