Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 19:45:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496104 - in head/www: . py-tornado6
Message-ID:  <201903171945.x2HJjCLS076101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar 17 19:45:12 2019
New Revision: 496104
URL: https://svnweb.freebsd.org/changeset/ports/496104

Log:
  Fix PKGBASE collision

Modified:
  head/www/Makefile
  head/www/py-tornado6/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Mar 17 19:31:25 2019	(r496103)
+++ head/www/Makefile	Sun Mar 17 19:45:12 2019	(r496104)
@@ -1704,8 +1704,8 @@
     SUBDIR += py-hyperframe
     SUBDIR += py-hyperlink
     SUBDIR += py-imdbpy
-    SUBDIR += py-internetarchive
     SUBDIR += py-instabot
+    SUBDIR += py-internetarchive
     SUBDIR += py-jonpy
     SUBDIR += py-jsonfield
     SUBDIR += py-jswebkit
@@ -1871,6 +1871,7 @@
     SUBDIR += py-tmdb3
     SUBDIR += py-tornado
     SUBDIR += py-tornado4
+    SUBDIR += py-tornado6
     SUBDIR += py-trello
     SUBDIR += py-treq
     SUBDIR += py-turbogears2

Modified: head/www/py-tornado6/Makefile
==============================================================================
--- head/www/py-tornado6/Makefile	Sun Mar 17 19:31:25 2019	(r496103)
+++ head/www/py-tornado6/Makefile	Sun Mar 17 19:45:12 2019	(r496104)
@@ -6,6 +6,7 @@ PORTVERSION=	6.0.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	6
 
 MAINTAINER=	gblach@FreeBSD.org
 COMMENT=	Python Web Server from FriendFeed



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