svn commit: r521705 - head/devel/py-graphql-relay2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 1 09:21:16 UTC 2020


Author: sunpoet
Date: Wed Jan  1 09:21:15 2020
New Revision: 521705
URL: https://svnweb.freebsd.org/changeset/ports/521705

Log:
  Add py-graphql-relay2 2.0.1 (copied from py-graphql-relay)
  
  - Add PORTSCOUT

Added:
  head/devel/py-graphql-relay2/
     - copied from r521519, head/devel/py-graphql-relay/
Modified:
  head/devel/py-graphql-relay2/Makefile

Modified: head/devel/py-graphql-relay2/Makefile
==============================================================================
--- head/devel/py-graphql-relay/Makefile	Mon Dec 30 16:58:15 2019	(r521519)
+++ head/devel/py-graphql-relay2/Makefile	Wed Jan  1 09:21:15 2020	(r521705)
@@ -3,10 +3,10 @@
 
 PORTNAME=	graphql-relay
 PORTVERSION=	2.0.1
-PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Relay implementation for Python
@@ -22,5 +22,7 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^2\.
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list