1 |
douglas |
616 |
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile |
2 |
|
|
--- /usr/ports/www/mod_wsgi/Makefile 2013-11-20 12:58:38.000000000 -0800 |
3 |
|
|
+++ mod_wsgi/Makefile 2013-11-24 13:19:23.000000000 -0800 |
4 |
|
|
@@ -1,20 +1,19 @@ |
5 |
|
|
-# Created by: Douglas Thrift |
6 |
|
|
+# Created by: Douglas Thrift <douglas@douglasthrift.net> |
7 |
|
|
# $FreeBSD: www/mod_wsgi/Makefile 334453 2013-11-20 20:58:38Z sunpoet $ |
8 |
|
|
|
9 |
|
|
PORTNAME= mod_wsgi |
10 |
|
|
PORTVERSION= 2.8 |
11 |
|
|
-PORTREVISION= 2 |
12 |
|
|
+PORTREVISION= 3 |
13 |
|
|
CATEGORIES= www python |
14 |
|
|
MASTER_SITES= GOOGLE_CODE |
15 |
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} |
16 |
|
|
+PKGNAMESUFFIX= 2 |
17 |
|
|
|
18 |
|
|
MAINTAINER= douglas@douglasthrift.net |
19 |
|
|
COMMENT= Python WSGI adapter module for Apache |
20 |
|
|
|
21 |
|
|
LICENSE= AL2 |
22 |
|
|
|
23 |
|
|
- |
24 |
|
|
-LATEST_LINK= mod_wsgi2 |
25 |
|
|
CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* ${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi-3.* |
26 |
|
|
|
27 |
|
|
PROJECTHOST= modwsgi |
28 |
|
|
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/Makefile mod_wsgi3/Makefile |
29 |
|
|
--- /usr/ports/www/mod_wsgi3/Makefile 2013-11-21 09:38:40.000000000 -0800 |
30 |
|
|
+++ mod_wsgi3/Makefile 2013-11-24 13:40:19.000000000 -0800 |
31 |
|
|
@@ -1,8 +1,9 @@ |
32 |
|
|
+# Created by: Douglas Thrift <douglas@douglasthrift.net> |
33 |
|
|
# $FreeBSD: www/mod_wsgi3/Makefile 334504 2013-11-21 17:38:40Z sunpoet $ |
34 |
|
|
|
35 |
|
|
PORTNAME= mod_wsgi |
36 |
|
|
PORTVERSION= 3.4 |
37 |
|
|
-PORTREVISION= 1 |
38 |
|
|
+PORTREVISION= 2 |
39 |
|
|
CATEGORIES= www python |
40 |
|
|
MASTER_SITES= GOOGLE_CODE |
41 |
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} |
42 |
|
|
@@ -13,7 +14,7 @@ |
43 |
|
|
|
44 |
|
|
LICENSE= AL2 |
45 |
|
|
|
46 |
|
|
-CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* |
47 |
|
|
+CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* ${PKGNAMEPREFIX}mod_wsgi2.* mod_wsgi-2.* |
48 |
|
|
|
49 |
|
|
PROJECTHOST= modwsgi |
50 |
|
|
|