mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Update to version 0.3.1
PR: ports/160639 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer) Approved by: miwi, wen (mentors implicit)
This commit is contained in:
parent
36d340fef3
commit
4d2f709f2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281870
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
====
|
||||
|
Loading…
Reference in New Issue
Block a user