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

(-)Makefile (-4 / +7 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	foolscap
4
PORTNAME=	foolscap
5
PORTVERSION=	0.6.4
5
PORTVERSION=	0.8.0
6
PORTREVISION=	1
7
CATEGORIES=	devel python
6
CATEGORIES=	devel python
8
MASTER_SITES=	http://foolscap.lothar.com/releases/
7
MASTER_SITES=	http://foolscap.lothar.com/releases/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-23 Link Here
15
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
16
15
17
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
18
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
19
18
20
USES=		python twisted
19
USES=		python twisted
21
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	autoplist distutils
21
NO_ARCH=	yes
22
22
23
regression-test: build
24
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
25
23
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (foolscap-0.6.4.tar.gz) = 74b283dd68a3c9d68ebf4e9b4ebf5cfb37480915b6a808ac930fe858a66f8d99
1
SHA256 (foolscap-0.8.0.tar.gz) = 6ab49e8c52ee49597148802a877593ddb6ca9a63cb32eaae8bff2900667be1c9
2
SIZE (foolscap-0.6.4.tar.gz) = 479664
2
SIZE (foolscap-0.8.0.tar.gz) = 475062
(-)files/patch-setup.py (-11 lines)
Lines 1-11 Link Here
1
--- setup.py.orig	2012-01-06 11:21:39.000000000 +0800
2
+++ setup.py	2012-03-12 15:07:15.000000000 +0800
3
@@ -58,7 +58,7 @@
4
     # entry_points= scripts to create the appropriate .bat files.
5
     import setuptools
6
     _hush_pyflakes = [setuptools]
7
-    have_setuptools = True
8
+    have_setuptools = False
9
 except ImportError:
10
     pass
11
 

Return to bug 202261