From owner-svn-ports-all@freebsd.org Fri Nov 4 18:04:07 2016 Return-Path: Delivered-To: svn-ports-all@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 623ADC2F896; Fri, 4 Nov 2016 18:04:07 +0000 (UTC) (envelope-from pi@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 2B1F9D34; Fri, 4 Nov 2016 18:04:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA4I46Xi055680; Fri, 4 Nov 2016 18:04:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA4I46cf055678; Fri, 4 Nov 2016 18:04:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611041804.uA4I46cf055678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 4 Nov 2016 18:04:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425346 - head/devel/git-cvs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 18:04:07 -0000 Author: pi Date: Fri Nov 4 18:04:06 2016 New Revision: 425346 URL: https://svnweb.freebsd.org/changeset/ports/425346 Log: devel/git-cvs: update 0.0.1 -> 0.1.0 PR: 213775 Changes: https://github.com/ustuehler/git-cvs/blob/master/CHANGELOG.md Submitted by: mp39590@gmail.com (maintainer) Modified: head/devel/git-cvs/Makefile head/devel/git-cvs/distinfo Modified: head/devel/git-cvs/Makefile ============================================================================== --- head/devel/git-cvs/Makefile Fri Nov 4 17:38:19 2016 (r425345) +++ head/devel/git-cvs/Makefile Fri Nov 4 18:04:06 2016 (r425346) @@ -2,12 +2,13 @@ # $FreeBSD$ PORTNAME= git-cvs -PORTVERSION= 0.0.1.20151027 +PORTVERSION= 0.1.0 CATEGORIES= devel python MAINTAINER= mp39590@gmail.com COMMENT= Tool to incrementally import changesets from CVS into Git +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rcsparse>0:devel/py-rcsparse \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 @@ -15,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= ustuehler -GH_TAGNAME= d068834 USES= python:2.7 USE_PYTHON= autoplist distutils Modified: head/devel/git-cvs/distinfo ============================================================================== --- head/devel/git-cvs/distinfo Fri Nov 4 17:38:19 2016 (r425345) +++ head/devel/git-cvs/distinfo Fri Nov 4 18:04:06 2016 (r425346) @@ -1,2 +1,3 @@ -SHA256 (ustuehler-git-cvs-0.0.1.20151027-d068834_GH0.tar.gz) = 632d30087c30f57c834e843e9334f1367a46bfb3f53a3e44d4c26eef8e16a08f -SIZE (ustuehler-git-cvs-0.0.1.20151027-d068834_GH0.tar.gz) = 67055 +TIMESTAMP = 1477340161 +SHA256 (ustuehler-git-cvs-0.1.0_GH0.tar.gz) = 3ed0855e3b15a29ecf5430ad7a5c0593f5cc02ea708602cbff1b049cf57eb14a +SIZE (ustuehler-git-cvs-0.1.0_GH0.tar.gz) = 69853