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

(-)Makefile (-4 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	cherrypy
4
PORTNAME=	cherrypy
5
PORTVERSION=	3.2.6
5
PORTVERSION=	5.4.0
6
PORTREVISION=	0
7
CATEGORIES=	www python
6
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 30-37 USE_PYTHON= distutils autoplist Link Here
30
# handle tutorial separately, and remove cherrypy.process from data_files
29
# handle tutorial separately, and remove cherrypy.process from data_files
31
# otherwise it confuses build_py.get_outputs() and breaks PYDISTUTILS_AUTOPLIST
30
# otherwise it confuses build_py.get_outputs() and breaks PYDISTUTILS_AUTOPLIST
32
post-patch:
31
post-patch:
33
	@${REINPLACE_CMD} -e '89,96d' -e '68s/"cherrypy.tutorial",//1' \
32
	@${REINPLACE_CMD} -e '99,106d' -e '78s/"cherrypy.tutorial",//1' \
34
		-e '78d' -i.bak ${WRKSRC}/${PYSETUP}
33
		-e '88d' -i.bak ${WRKSRC}/${PYSETUP}
35
34
36
.if ${PORT_OPTIONS:MEXAMPLES}
35
.if ${PORT_OPTIONS:MEXAMPLES}
37
post-install:
36
post-install:
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (CherryPy-3.2.6.tar.gz) = bb20185786e852ef6ab5836a0b12c0f17d454cbbc4d073291535481978315b86
1
TIMESTAMP = 1464940005
2
SIZE (CherryPy-3.2.6.tar.gz) = 423894
2
SHA256 (CherryPy-5.4.0.tar.gz) = bc8702099f6071ddd8b6404c110e22bb93e6a007fd9455e27f056be59a2ca801
3
SIZE (CherryPy-5.4.0.tar.gz) = 435759

Return to bug 209986