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

(-)Makefile (-7 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pygments
4
PORTNAME=	pygments
5
PORTVERSION=	1.6
5
PORTVERSION=	2.0.1
6
PORTREVISION=	2
7
CATEGORIES=	textproc python
6
CATEGORIES=	textproc python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-23 Link Here
14
13
15
LICENSE=	BSD2CLAUSE
14
LICENSE=	BSD2CLAUSE
16
15
17
USE_PYTHON=		yes
16
USES=	python
18
USE_PYDISTUTILS=	yes
17
USE_PYTHON=	distutils autoplist
19
PYDISTUTILS_AUTOPLIST=	yes
20
18
21
OPTIONS_DEFINE=	DOCS
22
23
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Pygments-1.6.tar.gz) = 799ed4caf77516e54440806d8d9cd82a7607dfdf4e4fb643815171a4b5c921c0
1
SHA256 (Pygments-2.0.1.tar.gz) = 5e039e1d40d232981ed58914b6d1ac2e453a7e83ddea22ef9f3eeadd01de45cb
2
SIZE (Pygments-1.6.tar.gz) = 1423161
2
SIZE (Pygments-2.0.1.tar.gz) = 2739480

Return to bug 194928