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

(-)b/devel/hg-git/Makefile (-3 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	hg-git
8
PORTNAME=	hg-git
9
PORTVERSION=	0.2.3
9
PORTVERSION=	0.2.4
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-24 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.0:${PORTSDIR}/devel/dulwich \
17
RUN_DEPENDS=	${PKGNAMEPREFIX}dulwich>=0.6.1:${PORTSDIR}/devel/dulwich \
18
		hg:${PORTSDIR}/devel/mercurial
18
		mercurial>=1.6.2:${PORTSDIR}/devel/mercurial
19
19
20
LICENSE=	GPLv2
20
LICENSE=	GPLv2
21
21
22
MAKE_JOBS_SAFE=	yes
23
22
USE_PYTHON=	yes
24
USE_PYTHON=	yes
23
USE_PYDISTUTILS=easy_install
25
USE_PYDISTUTILS=easy_install
24
26
(-)b/devel/hg-git/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hg-git-0.2.3.tar.gz) = 55833b386e025ad877fde766adaf66bf
1
MD5 (hg-git-0.2.4.tar.gz) = 6181c101f47a9ac522ee4ca9da69b211
2
SHA256 (hg-git-0.2.3.tar.gz) = 6e1ccf358dc8ddacc69c2ce90a1768db0e1b1226f7847784a56b858408a32ce7
2
SHA256 (hg-git-0.2.4.tar.gz) = 832909b4a6b1ecf74d8698185050214be22ab4ae2f85da6d419aebb1710f4f1a
3
SIZE (hg-git-0.2.3.tar.gz) = 11582
3
SIZE (hg-git-0.2.4.tar.gz) = 11819

Return to bug 150024