svn commit: r452461 - head/devel/hg-git
Jochen Neumeister
joneum at FreeBSD.org
Thu Oct 19 18:33:48 UTC 2017
Author: joneum
Date: Thu Oct 19 18:33:47 2017
New Revision: 452461
URL: https://svnweb.freebsd.org/changeset/ports/452461
Log:
devel/hg-git: Update from 0.8.6 to 0.8.9
While here, switch it to DISTVERISON
PR: 222494
Reported by: xmj
Approved by: maintainer timeout (2 weeks), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12713
Modified:
head/devel/hg-git/Makefile
head/devel/hg-git/distinfo
Modified: head/devel/hg-git/Makefile
==============================================================================
--- head/devel/hg-git/Makefile Thu Oct 19 18:31:56 2017 (r452460)
+++ head/devel/hg-git/Makefile Thu Oct 19 18:33:47 2017 (r452461)
@@ -2,24 +2,25 @@
# $FreeBSD$
PORTNAME= hg-git
-PORTVERSION= 0.8.6
+DISTVERSION= 0.8.9
CATEGORIES= devel python
MASTER_SITES= http://bitbucket.org/durin42/${PORTNAME}/get/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTVERSION}
+DIST_SUBDIR= ${PORTNAME}
MAINTAINER= marco.broeder at posteo.eu
COMMENT= Mercurial extension to pull from or push to a Git repository
LICENSE= GPLv2
-RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=*:devel/dulwich \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dulwich>=*:devel/dulwich \
mercurial>=*:devel/mercurial
PORTDOCS= README.md
NO_ARCH= yes
-WRKSRC= ${WRKDIR}/durin42-${PORTNAME}-1bd9d9a0201c
+WRKSRC= ${WRKDIR}/durin42-${PORTNAME}-88de3215e138
USES= python:2.7
USE_PYTHON= distutils autoplist
Modified: head/devel/hg-git/distinfo
==============================================================================
--- head/devel/hg-git/distinfo Thu Oct 19 18:31:56 2017 (r452460)
+++ head/devel/hg-git/distinfo Thu Oct 19 18:33:47 2017 (r452461)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497355521
-SHA256 (0.8.6.tar.gz) = 71f85d995251cae8f54bef08db893c967bd93966eabaa87fad1814ef8ef0b867
-SIZE (0.8.6.tar.gz) = 104112
+TIMESTAMP = 1508436170
+SHA256 (hg-git/0.8.9.tar.gz) = b752f7bb7da685d3c2dff29910087564a714cd43eda4598266a7c405da5a892d
+SIZE (hg-git/0.8.9.tar.gz) = 107248
More information about the svn-ports-head
mailing list