diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-09 14:07:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-09 14:07:58 +0000 |
commit | b83d6fbfce1ad89096492aae2eef589886e93648 (patch) | |
tree | a01cd1410064a2c35042e517571bf5a1b90b58d4 /devel/fromcvs | |
parent | 7ce6f93e47c974929b5039c1eae54b21c15e50e9 (diff) | |
download | pkgsrc-b83d6fbfce1ad89096492aae2eef589886e93648.tar.gz |
Finish git rename from scmgit to git.
Diffstat (limited to 'devel/fromcvs')
-rw-r--r-- | devel/fromcvs/MESSAGE | 4 | ||||
-rw-r--r-- | devel/fromcvs/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/fromcvs/MESSAGE b/devel/fromcvs/MESSAGE index 781586303a5..6c3282daadf 100644 --- a/devel/fromcvs/MESSAGE +++ b/devel/fromcvs/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2007/04/21 10:38:06 wiz Exp $ +$NetBSD: MESSAGE,v 1.2 2013/09/09 14:07:58 wiz Exp $ -You'll need git-1.5 or newer (from devel/scmgit) for togit, +You'll need git-1.5 or newer (from devel/git) for togit, or mercurial (from devel/mercurial) for tohg. =========================================================================== diff --git a/devel/fromcvs/Makefile b/devel/fromcvs/Makefile index 88f66676032..9a9ca149240 100644 --- a/devel/fromcvs/Makefile +++ b/devel/fromcvs/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2013/05/26 01:48:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2013/09/09 14:07:58 wiz Exp $ DISTNAME= fromcvs-fromcvs-184311d # Bump simply to 0.0.0.133, I am not sure... PKGNAME= fromcvs-0.0.0.133 +PKGREVISION= 1 CATEGORIES= devel scm MASTER_SITES= -http://gitorious.org/fromcvs/fromcvs/archive-tarball/184311d EXTRACT_SUFX= .tar.gz |