svn commit: r523028 - in head/security: . py-pysaml24

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 14 16:43:55 UTC 2020


Author: sunpoet
Date: Tue Jan 14 16:43:55 2020
New Revision: 523028
URL: https://svnweb.freebsd.org/changeset/ports/523028

Log:
  Add py-pysaml24 4.9.0 (copied from py-pysaml2)
  
  - Add PORTSCOUT

Added:
  head/security/py-pysaml24/
     - copied from r523011, head/security/py-pysaml2/
Modified:
  head/security/Makefile
  head/security/py-pysaml24/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Jan 14 16:29:19 2020	(r523027)
+++ head/security/Makefile	Tue Jan 14 16:43:55 2020	(r523028)
@@ -962,6 +962,7 @@
     SUBDIR += py-pyotp
     SUBDIR += py-pyptlib
     SUBDIR += py-pysaml2
+    SUBDIR += py-pysaml24
     SUBDIR += py-pyscard
     SUBDIR += py-pysha3
     SUBDIR += py-pysodium

Modified: head/security/py-pysaml24/Makefile
==============================================================================
--- head/security/py-pysaml2/Makefile	Tue Jan 14 13:28:20 2020	(r523011)
+++ head/security/py-pysaml24/Makefile	Tue Jan 14 16:43:55 2020	(r523028)
@@ -6,6 +6,7 @@ PORTVERSION=	4.9.0
 CATEGORIES=	security devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	4
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python implementation of SAML Version 2
@@ -32,6 +33,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^4\.
 
 do-test:
 	@(cd ${WRKSRC} && ${PYTHON_CMD} -m pytest)


More information about the svn-ports-all mailing list