Date: Wed, 14 Sep 2011 09:20:03 GMT From: Marco =?utf-8?q?Br=C3=B6der?= <marco.broeder@gmx.eu> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/160639: [maintainer-update] [patch] devel/hg-git: Update to 0.3.0 Message-ID: <201109140920.p8E9K3q6033300@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/160639; it has been noted by GNATS. From: Marco =?utf-8?q?Br=C3=B6der?= <marco.broeder@gmx.eu> To: bug-followup@freebsd.org Cc: marco.broeder@gmx.eu Subject: Re: ports/160639: [maintainer-update] [patch] devel/hg-git: Update to 0.3.0 Date: Wed, 14 Sep 2011 11:10:25 +0200 --Boundary-00=_E+GcOo8OXGu8UW/ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Resend patch. This time not inlined to ease extraction. Hopefully gnats will recognize it, now. -- Regards --Boundary-00=_E+GcOo8OXGu8UW/ Content-Type: text/x-patch; charset="us-ascii"; name="hg-git-0.3.1.patch" Content-Transfer-Encoding: 7bit Content-Description: new patch Content-Disposition: attachment; filename="hg-git-0.3.1.patch" diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index ece5c8b..5d0f8a8 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hg-git -PORTVERSION= 0.2.6 +PORTVERSION= 0.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +14,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= marco.broeder@gmx.eu COMMENT= Mercurial extension to pull from or push to a Git repository -RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.7.0:${PORTSDIR}/devel/dulwich \ - mercurial>=1.7.5:${PORTSDIR}/devel/mercurial - LICENSE= GPLv2 +RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \ + mercurial>=1.9.0:${PORTSDIR}/devel/mercurial + MAKE_JOBS_SAFE= yes USE_PYTHON= yes diff --git a/devel/hg-git/distinfo b/devel/hg-git/distinfo index bb37bfc..550b803 100644 --- a/devel/hg-git/distinfo +++ b/devel/hg-git/distinfo @@ -1,2 +1,2 @@ -SHA256 (hg-git-0.2.6.tar.gz) = 31b3b01632f090cde2fbc421b2d0e0b04c8e078595c314f5a0d90d8187a70d2d -SIZE (hg-git-0.2.6.tar.gz) = 12710 +SHA256 (hg-git-0.3.1.tar.gz) = c877a407a55d65f634410bb9b567b7565310d3005fb1256484bde156bf30ab0e +SIZE (hg-git-0.3.1.tar.gz) = 16361 diff --git a/devel/hg-git/pkg-message b/devel/hg-git/pkg-message index 693fb47..72cba35 100644 --- a/devel/hg-git/pkg-message +++ b/devel/hg-git/pkg-message @@ -10,7 +10,7 @@ Mercurial global configuration file '~/.hgrc': bookmarks = hggit = -The bookmarks section is not compulsory, but it makes some things a bit nicer. -Bookmarks will be translated to git heads when pushing. +The bookmarks section is only required prior to hg 1.7. Bookmarks will be +translated to git heads when pushing. ==== --Boundary-00=_E+GcOo8OXGu8UW/--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109140920.p8E9K3q6033300>