View | Details | Raw Unified | Return to bug 225010 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-zope.configuration/Makefile (-2 / +4 lines)
Lines 1-24 Link Here
1
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
1
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	zope.configuration
4
PORTNAME=	zope.configuration
5
PORTVERSION=	3.8.0
5
PORTVERSION=	4.1.0
6
PORTREVISION=	1
6
PORTREVISION=	0
7
CATEGORIES=	devel textproc python
7
CATEGORIES=	devel textproc python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
DIST_SUBDIR=	zope
10
DIST_SUBDIR=	zope
11
11
12
MAINTAINER=	zope@FreeBSD.org
12
MAINTAINER=	zope@FreeBSD.org
13
COMMENT=	Zope Configuration Markup Language (ZCML)
13
COMMENT=	Zope Configuration Markup Language (ZCML)
14
14
15
LICENSE=	ZPL21
15
LICENSE=	ZPL21
16
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${FLAVOR} \
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${FLAVOR}
20
20
21
USES=		python
21
USES=		python
22
USE_PYTHON=	distutils autoplist
22
USE_PYTHON=	distutils autoplist
23
23
24
NO_ARCH=	yes
25
24
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/devel/py-zope.configuration/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (zope/zope.configuration-3.8.0.tar.gz) = 715b1a669a49d1968165ad6ce4dd7ae206df9289ffa0376bf71466c88a0ff4c1
1
TIMESTAMP = 1515434873
2
SIZE (zope/zope.configuration-3.8.0.tar.gz) = 51630
2
SHA256 (zope/zope.configuration-4.1.0.tar.gz) = eebea03062b9d7ddd512a31412bcdf3549aa2dff481503487067dbbd06774050
3
SIZE (zope/zope.configuration-4.1.0.tar.gz) = 77780

Return to bug 225010