Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 20:49:43 -0800 (PST)
From:      Douglas William Thrift <douglas@douglasthrift.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        douglas@douglasthrift.net
Subject:   ports/184065: Update port: www/mod_wsgi www/mod_wsgi3 Rename to avoid package name collision
Message-ID:  <201311190449.rAJ4ndKX023191@slowhand.douglasthrift.net>
Resent-Message-ID: <201311190450.rAJ4o067046180@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184065
>Category:       ports
>Synopsis:       Update port: www/mod_wsgi www/mod_wsgi3 Rename to avoid package name collision
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 19 04:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Douglas William Thrift
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD journeyman-freebsd.douglasthrift.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
Renamed www/mod_wsgi to mod_wsgi2 (it should probably also be moved to
www/mod_wsgi2) and renamed www/mod_wsgi3 to mod_wsgi3. Also, added STAGE support
to www/mod_wsgi. The changes to www/mod_wsgi3 depend on ports/183353.

https://redports.org/buildarchive/20131118011500-7360/
https://redports.org/buildarchive/20131118011800-54574/
>How-To-Repeat:
	
>Fix:

	

--- mod_wsgi.2013-11-19T035121Z.diff begins here ---
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile
--- /usr/ports/www/mod_wsgi/Makefile	2013-09-20 16:36:50.000000000 -0700
+++ mod_wsgi/Makefile	2013-11-17 16:55:26.000000000 -0800
@@ -1,23 +1,20 @@
-# Created by: Douglas Thrift
+# Created by: Douglas Thrift <douglas@douglasthrift.net>
 # $FreeBSD: www/mod_wsgi/Makefile 327776 2013-09-20 23:36:50Z bapt $
 
-PORTNAME=	mod_wsgi
+PORTNAME=	mod_wsgi2
 PORTVERSION=	2.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www python
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
-		http://apt.douglasthrift.net/files/${PORTNAME}/ \
-		http://code.douglasthrift.net/files/${PORTNAME}/
+MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
+DISTNAME=	mod_wsgi-${PORTVERSION}
 
 MAINTAINER=	douglas@douglasthrift.net
 COMMENT=	Python WSGI adapter module for Apache
 
 LICENSE=	AL2
 
-
-LATEST_LINK=	mod_wsgi2
-CONFLICTS=	${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.*
+CONFLICTS=	${PKGNAMEPREFIX}mod_wsgi3.* ${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.*
 
 PROJECTHOST=	modwsgi
 
@@ -26,12 +23,12 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
+MODULENAME=	mod_wsgi
 
 SUB_FILES=	pkg-message
 
 PORTSCOUT=	limit:^2\.
 
-NO_STAGE=	yes
 pre-everything::
 	@${ECHO_MSG} "======================= ATTENTION! ======================"
 	@${ECHO_MSG}
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/Makefile mod_wsgi3/Makefile
--- /usr/ports/www/mod_wsgi3/Makefile	2013-09-20 16:36:50.000000000 -0700
+++ mod_wsgi3/Makefile	2013-11-17 16:51:03.000000000 -0800
@@ -1,19 +1,20 @@
+# Created by: Douglas Thrift <douglas@douglasthrift.net>
 # $FreeBSD: www/mod_wsgi3/Makefile 327776 2013-09-20 23:36:50Z bapt $
 
-PORTNAME=	mod_wsgi
+PORTNAME=	mod_wsgi3
 PORTVERSION=	3.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
+DISTNAME=	mod_wsgi-${PORTVERSION}
 
 MAINTAINER=	douglas@douglasthrift.net
 COMMENT=	Python WSGI adapter module for Apache
 
 LICENSE=	AL2
 
-#LATEST_LINK=	mod_wsgi
-CONFLICTS=	${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.*
+CONFLICTS=	${PKGNAMEPREFIX}mod_wsgi2.* ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.*
 
 PROJECTHOST=	modwsgi
 
@@ -22,6 +23,7 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
+MODULENAME=	mod_wsgi
 
 SUB_FILES=	pkg-message
 
--- mod_wsgi.2013-11-19T035121Z.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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