View | Details | Raw Unified | Return to bug 160639 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/hg-git/Makefile (-4 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	hg-git
8
PORTNAME=	hg-git
9
PORTVERSION=	0.2.6
9
PORTVERSION=	0.3.1
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.7.0:${PORTSDIR}/devel/dulwich \
18
		mercurial>=1.7.5:${PORTSDIR}/devel/mercurial
19
20
LICENSE=	GPLv2
17
LICENSE=	GPLv2
21
18
19
RUN_DEPENDS=	${PKGNAMEPREFIX}dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \
20
		mercurial>=1.9.0:${PORTSDIR}/devel/mercurial
21
22
MAKE_JOBS_SAFE=	yes
22
MAKE_JOBS_SAFE=	yes
23
23
24
USE_PYTHON=	yes
24
USE_PYTHON=	yes
(-)b/devel/hg-git/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hg-git-0.2.6.tar.gz) = 31b3b01632f090cde2fbc421b2d0e0b04c8e078595c314f5a0d90d8187a70d2d
1
SHA256 (hg-git-0.3.1.tar.gz) = c877a407a55d65f634410bb9b567b7565310d3005fb1256484bde156bf30ab0e
2
SIZE (hg-git-0.2.6.tar.gz) = 12710
2
SIZE (hg-git-0.3.1.tar.gz) = 16361
(-)b/devel/hg-git/pkg-message (-2 / +2 lines)
Lines 10-16 Mercurial global configuration file '~/.hgrc': Link Here
10
bookmarks =
10
bookmarks =
11
hggit =
11
hggit =
12
12
13
The bookmarks section is not compulsory, but it makes some things a bit nicer.
13
The bookmarks section is only required prior to hg 1.7. Bookmarks will be
14
Bookmarks will be translated to git heads when pushing.
14
translated to git heads when pushing.
15
15
16
====
16
====

Return to bug 160639