Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2020 09:44:43 +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: r525630 - in head/devel: . py-castellan1
Message-ID:  <202002090944.0199ihRo012117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002090944.0199ihRo012117>