svn commit: r525630 - in head/devel: . py-castellan1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 9 09:44:43 UTC 2020


Author: sunpoet
Date: Sun Feb  9 09:44:42 2020
New Revision: 525630
URL: https://svnweb.freebsd.org/changeset/ports/525630

Log:
  Add py-castellan1 1.4.0 (copied from py-castellan)
  
  - Add PORTSCOUT

Added:
  head/devel/py-castellan1/
     - copied from r525628, head/devel/py-castellan/
Modified:
  head/devel/Makefile
  head/devel/py-castellan1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Feb  9 08:37:07 2020	(r525629)
+++ head/devel/Makefile	Sun Feb  9 09:44:42 2020	(r525630)
@@ -4196,6 +4196,7 @@
     SUBDIR += py-canonicaljson
     SUBDIR += py-capstone
     SUBDIR += py-castellan
+    SUBDIR += py-castellan1
     SUBDIR += py-cbor
     SUBDIR += py-cbor2
     SUBDIR += py-cclib

Modified: head/devel/py-castellan1/Makefile
==============================================================================
--- head/devel/py-castellan/Makefile	Sun Feb  9 07:53:33 2020	(r525628)
+++ head/devel/py-castellan1/Makefile	Sun Feb  9 09:44:42 2020	(r525630)
@@ -6,6 +6,7 @@ PORTVERSION=	1.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Generic Key Manager interface for OpenStack
@@ -31,6 +32,8 @@ USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.
 
 SHEBANG_GLOB=	*.sh
 


More information about the svn-ports-all mailing list