View | Details | Raw Unified | Return to bug 184065
Collapse All | Expand All

(-)mod_wsgi/Makefile (-10 / +7 lines)
Lines 1-23 Link Here
1
# Created by: Douglas Thrift
1
# Created by: Douglas Thrift <douglas@douglasthrift.net>
2
# $FreeBSD: www/mod_wsgi/Makefile 327776 2013-09-20 23:36:50Z bapt $
2
# $FreeBSD: www/mod_wsgi/Makefile 327776 2013-09-20 23:36:50Z bapt $
3
3
4
PORTNAME=	mod_wsgi
4
PORTNAME=	mod_wsgi2
5
PORTVERSION=	2.8
5
PORTVERSION=	2.8
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	www python
7
CATEGORIES=	www python
8
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
8
MASTER_SITES=	GOOGLE_CODE
9
		http://apt.douglasthrift.net/files/${PORTNAME}/ \
10
		http://code.douglasthrift.net/files/${PORTNAME}/
11
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
10
DISTNAME=	mod_wsgi-${PORTVERSION}
12
11
13
MAINTAINER=	douglas@douglasthrift.net
12
MAINTAINER=	douglas@douglasthrift.net
14
COMMENT=	Python WSGI adapter module for Apache
13
COMMENT=	Python WSGI adapter module for Apache
15
14
16
LICENSE=	AL2
15
LICENSE=	AL2
17
16
18
17
CONFLICTS=	${PKGNAMEPREFIX}mod_wsgi3.* ${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.*
19
LATEST_LINK=	mod_wsgi2
20
CONFLICTS=	${PKGNAMEPREFIX}mod_wsgi-3.* mod_wsgi-3.*
21
18
22
PROJECTHOST=	modwsgi
19
PROJECTHOST=	modwsgi
23
20
Lines 26-37 Link Here
26
23
27
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
28
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
25
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
26
MODULENAME=	mod_wsgi
29
27
30
SUB_FILES=	pkg-message
28
SUB_FILES=	pkg-message
31
29
32
PORTSCOUT=	limit:^2\.
30
PORTSCOUT=	limit:^2\.
33
31
34
NO_STAGE=	yes
35
pre-everything::
32
pre-everything::
36
	@${ECHO_MSG} "======================= ATTENTION! ======================"
33
	@${ECHO_MSG} "======================= ATTENTION! ======================"
37
	@${ECHO_MSG}
34
	@${ECHO_MSG}
(-)mod_wsgi3/Makefile (-4 / +6 lines)
Lines 1-19 Link Here
1
# Created by: Douglas Thrift <douglas@douglasthrift.net>
1
# $FreeBSD: www/mod_wsgi3/Makefile 327776 2013-09-20 23:36:50Z bapt $
2
# $FreeBSD: www/mod_wsgi3/Makefile 327776 2013-09-20 23:36:50Z bapt $
2
3
3
PORTNAME=	mod_wsgi
4
PORTNAME=	mod_wsgi3
4
PORTVERSION=	3.4
5
PORTVERSION=	3.4
5
PORTREVISION=	2
6
PORTREVISION=	3
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	GOOGLE_CODE
8
MASTER_SITES=	GOOGLE_CODE
8
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
10
DISTNAME=	mod_wsgi-${PORTVERSION}
9
11
10
MAINTAINER=	douglas@douglasthrift.net
12
MAINTAINER=	douglas@douglasthrift.net
11
COMMENT=	Python WSGI adapter module for Apache
13
COMMENT=	Python WSGI adapter module for Apache
12
14
13
LICENSE=	AL2
15
LICENSE=	AL2
14
16
15
#LATEST_LINK=	mod_wsgi
17
CONFLICTS=	${PKGNAMEPREFIX}mod_wsgi2.* ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.*
16
CONFLICTS=	${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.*
17
18
18
PROJECTHOST=	modwsgi
19
PROJECTHOST=	modwsgi
19
20
Lines 22-27 Link Here
22
23
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
25
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
26
MODULENAME=	mod_wsgi
25
27
26
SUB_FILES=	pkg-message
28
SUB_FILES=	pkg-message

Return to bug 184065