ports/184259: Update port: www/mod_wsgi www/mod_wsgi3 Take 2: rename to avoid package name collision
Douglas William Thrift
douglas at douglasthrift.net
Sun Nov 24 22:00:03 UTC 2013
>Number: 184259
>Category: ports
>Synopsis: Update port: www/mod_wsgi www/mod_wsgi3 Take 2: rename to avoid package name collision
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 24 22:00:02 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 at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The intent of ports/184065 was to rename www/mod_wsgi to www/mod_wsgi2, but
somehow sunpoet at FreeBSD.org missed this and only renamed www/mod_wsgi3. Other
than applying this patch all that needs to be done is:
1. svn move www/mod_wsgi www/mod_wsgi2
2. update MOVED to reflect this
>How-To-Repeat:
>Fix:
--- mod_wsgi.2013-11-24T214209Z.diff begins here ---
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile
--- /usr/ports/www/mod_wsgi/Makefile 2013-11-20 12:58:38.000000000 -0800
+++ mod_wsgi/Makefile 2013-11-24 13:19:23.000000000 -0800
@@ -1,20 +1,19 @@
-# Created by: Douglas Thrift
+# Created by: Douglas Thrift <douglas at douglasthrift.net>
# $FreeBSD: www/mod_wsgi/Makefile 334453 2013-11-20 20:58:38Z sunpoet $
PORTNAME= mod_wsgi
PORTVERSION= 2.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 2
MAINTAINER= douglas at douglasthrift.net
COMMENT= Python WSGI adapter module for Apache
LICENSE= AL2
-
-LATEST_LINK= mod_wsgi2
CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* ${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi-3.*
PROJECTHOST= modwsgi
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/Makefile mod_wsgi3/Makefile
--- /usr/ports/www/mod_wsgi3/Makefile 2013-11-21 09:38:40.000000000 -0800
+++ mod_wsgi3/Makefile 2013-11-24 13:40:19.000000000 -0800
@@ -1,8 +1,9 @@
+# Created by: Douglas Thrift <douglas at douglasthrift.net>
# $FreeBSD: www/mod_wsgi3/Makefile 334504 2013-11-21 17:38:40Z sunpoet $
PORTNAME= mod_wsgi
PORTVERSION= 3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@
LICENSE= AL2
-CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.*
+CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* ${PKGNAMEPREFIX}mod_wsgi2.* mod_wsgi-2.*
PROJECTHOST= modwsgi
--- mod_wsgi.2013-11-24T214209Z.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list