From owner-svn-ports-head@freebsd.org Thu Oct 19 18:33:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52CABE43DEB; Thu, 19 Oct 2017 18:33:48 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20EA57690C; Thu, 19 Oct 2017 18:33:48 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9JIXljr089359; Thu, 19 Oct 2017 18:33:47 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9JIXlh5089357; Thu, 19 Oct 2017 18:33:47 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201710191833.v9JIXlh5089357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 19 Oct 2017 18:33:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452461 - head/devel/hg-git X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/hg-git X-SVN-Commit-Revision: 452461 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2017 18:33:48 -0000 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@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