Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2016 18:04:06 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425346 - head/devel/git-cvs
Message-ID:  <201611041804.uA4I46cf055678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611041804.uA4I46cf055678>