1 |
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile |
2 |
--- /usr/ports/www/mod_wsgi/Makefile 2013-09-20 16:36:50.000000000 -0700 |
3 |
+++ mod_wsgi/Makefile 2013-11-17 16:55:26.000000000 -0800 |
4 |
@@ -1,23 +1,20 @@ |
5 |
-# Created by: Douglas Thrift |
6 |
+# Created by: Douglas Thrift <douglas@douglasthrift.net> |
7 |
# $FreeBSD: www/mod_wsgi/Makefile 327776 2013-09-20 23:36:50Z bapt $ |
8 |
|
9 |
-PORTNAME= mod_wsgi |
10 |
+PORTNAME= mod_wsgi2 |
11 |
PORTVERSION= 2.8 |
12 |
-PORTREVISION= 2 |
13 |
+PORTREVISION= 3 |
14 |
CATEGORIES= www python |
15 |
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ |
16 |
- http://apt.douglasthrift.net/files/${PORTNAME}/ \ |
17 |
- http://code.douglasthrift.net/files/${PORTNAME}/ |
18 |
+MASTER_SITES= GOOGLE_CODE |
19 |
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} |
20 |
+DISTNAME= mod_wsgi-${PORTVERSION} |
21 |
|
22 |
MAINTAINER= douglas@douglasthrift.net |
23 |
COMMENT= Python WSGI adapter module for Apache |
24 |
|
25 |
LICENSE= AL2 |
26 |
|
27 |
- |
28 |
-LATEST_LINK= mod_wsgi2 |
29 |
-CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.* |
30 |
+CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi3.* ${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.* |
31 |
|
32 |
PROJECTHOST= modwsgi |
33 |
|
34 |
@@ -26,12 +23,12 @@ |
35 |
|
36 |
GNU_CONFIGURE= yes |
37 |
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" |
38 |
+MODULENAME= mod_wsgi |
39 |
|
40 |
SUB_FILES= pkg-message |
41 |
|
42 |
PORTSCOUT= limit:^2\. |
43 |
|
44 |
-NO_STAGE= yes |
45 |
pre-everything:: |
46 |
@${ECHO_MSG} "======================= ATTENTION! ======================" |
47 |
@${ECHO_MSG} |
48 |
diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/Makefile mod_wsgi3/Makefile |
49 |
--- /usr/ports/www/mod_wsgi3/Makefile 2013-09-20 16:36:50.000000000 -0700 |
50 |
+++ mod_wsgi3/Makefile 2013-11-17 16:51:03.000000000 -0800 |
51 |
@@ -1,19 +1,20 @@ |
52 |
+# Created by: Douglas Thrift <douglas@douglasthrift.net> |
53 |
# $FreeBSD: www/mod_wsgi3/Makefile 327776 2013-09-20 23:36:50Z bapt $ |
54 |
|
55 |
-PORTNAME= mod_wsgi |
56 |
+PORTNAME= mod_wsgi3 |
57 |
PORTVERSION= 3.4 |
58 |
-PORTREVISION= 2 |
59 |
+PORTREVISION= 3 |
60 |
CATEGORIES= www python |
61 |
MASTER_SITES= GOOGLE_CODE |
62 |
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} |
63 |
+DISTNAME= mod_wsgi-${PORTVERSION} |
64 |
|
65 |
MAINTAINER= douglas@douglasthrift.net |
66 |
COMMENT= Python WSGI adapter module for Apache |
67 |
|
68 |
LICENSE= AL2 |
69 |
|
70 |
-#LATEST_LINK= mod_wsgi |
71 |
-CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* |
72 |
+CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi2.* ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* |
73 |
|
74 |
PROJECTHOST= modwsgi |
75 |
|
76 |
@@ -22,6 +23,7 @@ |
77 |
|
78 |
GNU_CONFIGURE= yes |
79 |
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" |
80 |
+MODULENAME= mod_wsgi |
81 |
|
82 |
SUB_FILES= pkg-message |
83 |
|