MFH: r434489
devel/hg-git: update past 0.8.5 Update hg-git to 0.8.5 + recent commits for compatibility with current Mercurial Attempting to use the previous version of hg-git with current hg results in an error stating the extension only supports version 3.6 of Mercurial. While here, add NO_ARCH and adjust python version. PR: 212714 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (month+) Approved by: ports-secteam (junovitch)
This commit is contained in:
parent
f848dab4fb
commit
fe0afe5b6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2017Q1/; revision=434663
@ -2,10 +2,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hg-git
|
||||
PORTVERSION= 0.8.5
|
||||
PORTVERSION= 0.8.5.20161206
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
MASTER_SITES= http://bitbucket.org/durin42/${PORTNAME}/get/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= fa23c454c528
|
||||
|
||||
MAINTAINER= marco.broeder@posteo.eu
|
||||
COMMENT= Mercurial extension to pull from or push to a Git repository
|
||||
@ -17,7 +18,9 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=*:devel/dulwich \
|
||||
|
||||
PORTDOCS= README.md
|
||||
|
||||
USES= python:2
|
||||
NO_ARCH= yes
|
||||
WRKSRC= ${WRKDIR}/durin42-${PORTNAME}-${DISTNAME}
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1481321913
|
||||
SHA256 (hg-git-0.8.5.tar.gz) = f5cab3cc610926458733a2321ad3df5a7c56870bbf0c6d962dfa742e6ea04782
|
||||
SIZE (hg-git-0.8.5.tar.gz) = 96675
|
||||
TIMESTAMP = 1481296489
|
||||
SHA256 (fa23c454c528.tar.gz) = 51e3827799e96b66f6872ac995f902b79c93c4f79a761608a6a587820f7d52ba
|
||||
SIZE (fa23c454c528.tar.gz) = 102686
|
||||
|
Loading…
Reference in New Issue
Block a user