diff options
author | pawel <pawel@FreeBSD.org> | 2011-09-17 08:05:15 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-09-17 08:05:15 +0800 |
commit | f86cd210a428364cf008a1aa25f06d61cf1af90d (patch) | |
tree | 044897460849549b4b823a53b3a5fc1ee57a7022 /devel | |
parent | 7f66d956dac83c13fb71300d0a521bbd4a99ba60 (diff) | |
download | freebsd-ports-gnome-f86cd210a428364cf008a1aa25f06d61cf1af90d.tar.gz freebsd-ports-gnome-f86cd210a428364cf008a1aa25f06d61cf1af90d.tar.zst freebsd-ports-gnome-f86cd210a428364cf008a1aa25f06d61cf1af90d.zip |
Update to version 0.3.1
PR: ports/160639
Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer)
Approved by: miwi, wen (mentors implicit)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hg-git/Makefile | 8 | ||||
-rw-r--r-- | devel/hg-git/distinfo | 4 | ||||
-rw-r--r-- | devel/hg-git/pkg-message | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index 78f065d82c8b..1fe9d5317db0 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 bb37bfc4eb2d..550b80388554 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 693fb4750ebf..72cba35faf5e 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. ==== |