svn commit: r562984 - in head/www: . py-tornado5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 19:24:10 UTC 2021


Author: sunpoet
Date: Tue Jan 26 19:24:09 2021
New Revision: 562984
URL: https://svnweb.freebsd.org/changeset/ports/562984

Log:
  Add py-tornado5 5.1.1 (copied from py-tornado)
  
  - Add PORTSCOUT

Added:
  head/www/py-tornado5/
     - copied from r562386, head/www/py-tornado/
Modified:
  head/www/Makefile
  head/www/py-tornado5/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Jan 26 19:24:04 2021	(r562983)
+++ head/www/Makefile	Tue Jan 26 19:24:09 2021	(r562984)
@@ -1741,6 +1741,7 @@
     SUBDIR += py-textile
     SUBDIR += py-tornado
     SUBDIR += py-tornado4
+    SUBDIR += py-tornado5
     SUBDIR += py-tornado6
     SUBDIR += py-treq
     SUBDIR += py-ttrv

Modified: head/www/py-tornado5/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Sat Jan 23 09:47:09 2021	(r562386)
+++ head/www/py-tornado5/Makefile	Tue Jan 26 19:24:09 2021	(r562984)
@@ -6,6 +6,7 @@ PORTVERSION=	5.1.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	5
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python Web Server from FriendFeed
@@ -15,7 +16,10 @@ LICENSE=	APACHE20
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}tornado4 \
+PORTSCOUT=	limit:^5\.
+
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}tornado \
+			${PYTHON_PKGNAMEPREFIX}tornado4 \
 			${PYTHON_PKGNAMEPREFIX}tornado6
 
 post-install:


More information about the svn-ports-all mailing list