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

Collapse All | Expand All

(-)Makefile (-4 / +5 lines)
Lines 2-20 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	texttable
4
PORTNAME=	texttable
5
PORTVERSION=	0.8.4
5
PORTVERSION=	0.8.5
6
CATEGORIES=	textproc python
6
CATEGORIES=	textproc python
7
MASTER_SITES=	CHEESESHOP \
7
MASTER_SITES=	CHEESESHOP \
8
		http://foutaise.org/code/texttable/
8
		http://foutaise.org/code/texttable/
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	dbaio@bsd.com.br
12
COMMENT=	Module for creating simple ASCII tables
12
COMMENT=	Module for creating simple ASCII tables
13
13
14
LICENSE=	LGPL3
14
LICENSE=	LGPL3+
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
USES=		python
17
USES=	python
18
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
19
NO_ARCH=	yes
19
20
20
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (texttable-0.8.4.tar.gz) = 8587b61cb6c6022d0eb79e56e59825df4353f0f33099b4ae3bcfe8d41bd1702e
1
TIMESTAMP = 1476619566
2
SIZE (texttable-0.8.4.tar.gz) = 9677
2
SHA256 (texttable-0.8.5.tar.gz) = c2b554b0c20c866f061cf08a315354278590b312ee178199a29bfde7a944f986
3
SIZE (texttable-0.8.5.tar.gz) = 9729

Return to bug 213538