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

(-)b/devel/hg-git/Makefile (-1 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	hg-git
8
PORTNAME=	hg-git
9
PORTVERSION=	0.2.2
9
PORTVERSION=	0.2.3
10
CATEGORIES=	devel python
10
CATEGORIES=	devel python
11
MASTER_SITES=	CHEESESHOP
11
MASTER_SITES=	CHEESESHOP
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-22 COMMENT= Mercurial extension to pull from or push to a Git repository Link Here
17
RUN_DEPENDS=	${PKGNAMEPREFIX}dulwich>=0.6.0:${PORTSDIR}/devel/dulwich \
17
RUN_DEPENDS=	${PKGNAMEPREFIX}dulwich>=0.6.0:${PORTSDIR}/devel/dulwich \
18
		hg:${PORTSDIR}/devel/mercurial
18
		hg:${PORTSDIR}/devel/mercurial
19
19
20
LICENSE=	GPLv2
21
20
USE_PYTHON=	yes
22
USE_PYTHON=	yes
21
USE_PYDISTUTILS=easy_install
23
USE_PYDISTUTILS=easy_install
22
24
(-)b/devel/hg-git/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hg-git-0.2.2.tar.gz) = 55660e05c04383b446f1b01668c72da0
1
MD5 (hg-git-0.2.3.tar.gz) = 55833b386e025ad877fde766adaf66bf
2
SHA256 (hg-git-0.2.2.tar.gz) = 83a269334a6a7a2e972b9df46dfe8c098d9a8f75e911937529ec1837a6b18748
2
SHA256 (hg-git-0.2.3.tar.gz) = 6e1ccf358dc8ddacc69c2ce90a1768db0e1b1226f7847784a56b858408a32ce7
3
SIZE (hg-git-0.2.2.tar.gz) = 11061
3
SIZE (hg-git-0.2.3.tar.gz) = 11582

Return to bug 148400