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

(-)./Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pp
8
PORTNAME=	pp
9
PORTVERSION=	1.6.1
9
PORTVERSION=	1.6.2
10
CATEGORIES=	devel python
10
CATEGORIES=	devel python
11
MASTER_SITES=	http://www.parallelpython.com/downloads/pp/
11
MASTER_SITES=	http://www.parallelpython.com/downloads/pp/
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
MAINTAINER=	lwhsu@FreeBSD.org
14
MAINTAINER=	lwhsu@FreeBSD.org
15
COMMENT=	Parallel python execution server
15
COMMENT=	Parallel python execution server
16
16
17
USE_PYTHON=	yes
17
USE_PYTHON=	2.5-2.7
18
USE_PYDISTUTILS=	yes
18
USE_PYDISTUTILS=	yes
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pp-1.6.1.tar.gz) = 945057470397e9da9a8d02b07cb2b0e586f3d7fbf0ec83098a55615090303dbd
1
SHA256 (pp-1.6.2.tar.gz) = c0da00bdd569140c9b19574a8b30df20cdfcb59906ac7d8057f4980c8511fca6
2
SIZE (pp-1.6.1.tar.gz) = 25275
2
SIZE (pp-1.6.2.tar.gz) = 27842

Return to bug 169099