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

(-)py-subvertpy/Makefile (-2 / +2 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	subvertpy
8
PORTNAME=	subvertpy
9
PORTVERSION=	0.7.4
9
PORTVERSION=	0.7.5
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	https://launchpadlibrarian.net/56729076/ \
11
MASTER_SITES=	https://launchpadlibrarian.net/58252850/ \
12
		http://www.c-s.li/ports/
12
		http://www.c-s.li/ports/
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
14
14
(-)py-subvertpy/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (subvertpy-0.7.4.tar.gz) = 7ad42a1d5d625fe19d35534b97d6162f
1
SHA256 (subvertpy-0.7.5.tar.gz) = c43782ef281f347a1c4fe02e5cab4dd361fe228a6c3186f2d76ec01daca9bb5e
2
SHA256 (subvertpy-0.7.4.tar.gz) = 94cfaf50edf47bfc79698a08dac10655be97e938f55ef656cea04cd174606ab4
2
SIZE (subvertpy-0.7.5.tar.gz) = 91369
3
SIZE (subvertpy-0.7.4.tar.gz) = 90695
(-)py-subvertpy/pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
access and repository APIs. A hookable server side implementation
6
access and repository APIs. A hookable server side implementation
7
of the custom Subversion protocol (svn_ra) is also provided.
7
of the custom Subversion protocol (svn_ra) is also provided.
8
8
9
www: https://launchpad.net/subvertpy
9
WWW: https://launchpad.net/subvertpy

Return to bug 151858