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

(-)b/devel/hg-git/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	hg-git
8
PORTNAME=	hg-git
9
PORTVERSION=	0.2.5
9
PORTVERSION=	0.2.6
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 14-21 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Link Here
14
MAINTAINER=	marco.broeder@gmx.eu
14
MAINTAINER=	marco.broeder@gmx.eu
15
COMMENT=	Mercurial extension to pull from or push to a Git repository
15
COMMENT=	Mercurial extension to pull from or push to a Git repository
16
16
17
RUN_DEPENDS=	${PKGNAMEPREFIX}dulwich>=0.6.2:${PORTSDIR}/devel/dulwich \
17
RUN_DEPENDS=	${PKGNAMEPREFIX}dulwich>=0.7.0:${PORTSDIR}/devel/dulwich \
18
		mercurial>=1.6.4:${PORTSDIR}/devel/mercurial
18
		mercurial>=1.7.5:${PORTSDIR}/devel/mercurial
19
19
20
LICENSE=	GPLv2
20
LICENSE=	GPLv2
21
21
(-)b/devel/hg-git/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hg-git-0.2.5.tar.gz) = 98546157e98bbd08c0a6fc904bc8fda4122f8dca3a7ccdc39b3ad1d25e307e99
1
SHA256 (hg-git-0.2.6.tar.gz) = 31b3b01632f090cde2fbc421b2d0e0b04c8e078595c314f5a0d90d8187a70d2d
2
SIZE (hg-git-0.2.5.tar.gz) = 11915
2
SIZE (hg-git-0.2.6.tar.gz) = 12710

Return to bug 155207