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

(-)mod_wsgi3/Makefile (-5 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_wsgi
8
PORTNAME=	mod_wsgi
9
PORTVERSION=	2.8
9
PORTVERSION=	3.1
10
CATEGORIES=	www python
10
CATEGORIES=	www python
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
12
		http://apt.douglasthrift.net/files/${PORTNAME}/ \
12
		http://apt.douglasthrift.net/files/${PORTNAME}/ \
Lines 17-37 Link Here
17
17
18
MAKE_JOBS_SAFE=	yes
18
MAKE_JOBS_SAFE=	yes
19
19
20
LATEST_LINK=	mod_wsgi
20
CONFLICTS=	mod_wsgi-2.*
21
CONFLICTS=	mod_wsgi-3.*
22
21
23
PROJECTHOST=	modwsgi
22
PROJECTHOST=	modwsgi
24
23
25
USE_APACHE=	1.3+
24
USE_APACHE=	1.3+
26
USE_PYTHON=	2.3-2.6
25
USE_PYTHON=	2.3+
27
26
28
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
29
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
28
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
30
29
31
SUB_FILES=	pkg-message
30
SUB_FILES=	pkg-message
32
31
32
.include <bsd.port.pre.mk>
33
34
.if ${PYTHON_REL} >= 300 && ${PYTHON_REL} < 310
35
IGNORE=	is unsupported with Python 3.0
36
.endif
37
33
post-install:
38
post-install:
34
	@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
39
	@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
35
	@${CAT} ${PKGMESSAGE}
40
	@${CAT} ${PKGMESSAGE}
36
41
37
.include <bsd.port.mk>
42
.include <bsd.port.post.mk>
(-)mod_wsgi3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mod_wsgi-2.8.tar.gz) = f4d09ce314502f438af3155348cfc234
1
MD5 (mod_wsgi-3.1.tar.gz) = f9aabdcd7a3f66a2319d10793477f9e9
2
SHA256 (mod_wsgi-2.8.tar.gz) = 4c93167002d718c5899afb86495152acdc9f15f351e374a6886caff76b7f7d82
2
SHA256 (mod_wsgi-3.1.tar.gz) = 167b75d757cf43ec7d54f98dd666ff86b0f37807b24c867eb153dd4d3f973887
3
SIZE (mod_wsgi-2.8.tar.gz) = 99997
3
SIZE (mod_wsgi-3.1.tar.gz) = 116568

Return to bug 141265