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 | 65fc18675806e2c264f53308b166974f7df8f78a (patch) | |
tree | a01cd1410064a2c35042e517571bf5a1b90b58d4 /devel/stgit | |
parent | 691d82248abf152ca3882bfa36e1eb611970693e (diff) | |
download | pkgsrc-65fc18675806e2c264f53308b166974f7df8f78a.tar.gz |
Finish git rename from scmgit to git.
Diffstat (limited to 'devel/stgit')
-rw-r--r-- | devel/stgit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index b0a7766286d..a97a27e5a76 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2013/05/31 12:40:57 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/09/09 14:07:59 wiz Exp $ DISTNAME= stgit-0.14.3 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel MASTER_SITES= http://homepage.ntlworld.com/cmarinas/stgit/ @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto -DEPENDS+= scmgit-base>=1.5.2:../../devel/scmgit-base +DEPENDS+= git-base>=1.5.2:../../devel/git-base AUTO_MKDIRS= yes USE_TOOLS+= bash:run perl gmake |