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

(-)devel/py-configobj/Makefile (-7 / +8 lines)
Lines 2-19 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	configobj
4
PORTNAME=	configobj
5
PORTVERSION=	4.7.2
5
PORTVERSION=	5.0.6
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	http://www.voidspace.org.uk/downloads/ \
8
		SF \
9
		${MASTER_SITE_GOOGLE_CODE}
10
7
11
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
13
MAINTAINER=	nivit@FreeBSD.org
8
MAINTAINER=	nivit@FreeBSD.org
14
COMMENT=	Simple but powerful config file reader and writer
9
COMMENT=	Simple but powerful config file reader and writer
15
10
16
USES=		python zip
11
LICENSE=	BSD3CLAUSE
12
13
USES=		python
17
USE_PYTHON=	distutils autoplist
14
USE_PYTHON=	distutils autoplist
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	DiffSK
17
GH_TAGNAME=	v${PORTVERSION}
18
GH_COMMIT=	9d2aab0
18
19
19
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)devel/py-configobj/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (configobj-4.7.2.zip) = 332a0d20d4d736d521d95cb2cf069b1ac7c858985207db4296f4050396558c49
1
SHA256 (configobj-5.0.6.tar.gz) = 27a02e93cfbd9a215d7b87a683cf446f9c990e15fd13c90e346147d9720b6b5e
2
SIZE (configobj-4.7.2.zip) = 143618
2
SIZE (configobj-5.0.6.tar.gz) = 143718
(-)devel/py-configobj/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
round tripper. Its main feature is that it is very easy to use, with a
2
round tripper. Its main feature is that it is very easy to use, with a
3
straightforward programmer's interface and a simple syntax for config file 
3
straightforward programmer's interface and a simple syntax for config file 
4
4
5
WWW:	http://www.voidspace.org.uk/python/configobj.html
5
WWW: http://www.voidspace.org.uk/python/configobj.html

Return to bug 194630