svn commit: r434663 - branches/2017Q1/devel/hg-git
Ruslan Makhmatkhanov
rm at FreeBSD.org
Thu Feb 23 09:52:06 UTC 2017
Author: rm
Date: Thu Feb 23 09:52:04 2017
New Revision: 434663
URL: https://svnweb.freebsd.org/changeset/ports/434663
Log:
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 at reztek.cz
Approved by: maintainer timeout (month+)
Approved by: ports-secteam (junovitch)
Modified:
branches/2017Q1/devel/hg-git/Makefile
branches/2017Q1/devel/hg-git/distinfo
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/devel/hg-git/Makefile
==============================================================================
--- branches/2017Q1/devel/hg-git/Makefile Thu Feb 23 09:50:41 2017 (r434662)
+++ branches/2017Q1/devel/hg-git/Makefile Thu Feb 23 09:52:04 2017 (r434663)
@@ -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 at posteo.eu
COMMENT= Mercurial extension to pull from or push to a Git repository
@@ -17,7 +18,9 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}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
Modified: branches/2017Q1/devel/hg-git/distinfo
==============================================================================
--- branches/2017Q1/devel/hg-git/distinfo Thu Feb 23 09:50:41 2017 (r434662)
+++ branches/2017Q1/devel/hg-git/distinfo Thu Feb 23 09:52:04 2017 (r434663)
@@ -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
More information about the svn-ports-branches
mailing list