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/topgit | |
parent | 7ce6f93e47c974929b5039c1eae54b21c15e50e9 (diff) | |
download | pkgsrc-b83d6fbfce1ad89096492aae2eef589886e93648.tar.gz |
Finish git rename from scmgit to git.
Diffstat (limited to 'devel/topgit')
-rw-r--r-- | devel/topgit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/topgit/Makefile b/devel/topgit/Makefile index d7fddd7648f..d8cf3cc19fd 100644 --- a/devel/topgit/Makefile +++ b/devel/topgit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2012/10/31 11:19:51 asau Exp $ +# $NetBSD: Makefile,v 1.3 2013/09/09 14:07:59 wiz Exp $ DISTNAME= topgit_0.7.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/t/topgit/} @@ -9,7 +10,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://repo.or.cz/w/topgit.git COMMENT= Different patch queue manager -DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base +DEPENDS+= git-base-[0-9]*:../../devel/git-base WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LANGUAGES= # none |