diff options
author | christos <christos> | 2012-10-28 01:17:08 +0000 |
---|---|---|
committer | christos <christos> | 2012-10-28 01:17:08 +0000 |
commit | b38941ea3094532bf2431a3363ab8a19d1dd6604 (patch) | |
tree | d66be0189d40513461d08bc1ed366f17eb86e1a4 /devel/scmgit-base | |
parent | 4169363fd3e405654aced95c9925d052140d0eb6 (diff) | |
download | pkgsrc-b38941ea3094532bf2431a3363ab8a19d1dd6604.tar.gz |
undo previous
Diffstat (limited to 'devel/scmgit-base')
-rw-r--r-- | devel/scmgit-base/Makefile | 3 | ||||
-rw-r--r-- | devel/scmgit-base/PLIST | 7 |
2 files changed, 7 insertions, 3 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index 87c13b7a71a..e4a3e31b164 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2012/10/27 20:26:17 christos Exp $ +# $NetBSD: Makefile,v 1.53 2012/10/28 01:17:08 christos Exp $ .include "../../devel/scmgit/Makefile.common" PKGNAME= scmgit-base-${GIT_VERSION} -PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (base package) PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/scmgit-base/PLIST b/devel/scmgit-base/PLIST index 3f497100511..6613ada5cfe 100644 --- a/devel/scmgit-base/PLIST +++ b/devel/scmgit-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.36 2012/10/27 20:26:17 christos Exp $ +@comment $NetBSD: PLIST,v 1.37 2012/10/28 01:17:09 christos Exp $ bin/git bin/git-cvsserver bin/git-receive-pack @@ -81,6 +81,8 @@ libexec/git-core/git-grep libexec/git-core/git-hash-object libexec/git-core/git-help libexec/git-core/git-http-backend +libexec/git-core/git-http-fetch +libexec/git-core/git-http-push libexec/git-core/git-imap-send libexec/git-core/git-index-pack libexec/git-core/git-init @@ -134,7 +136,10 @@ libexec/git-core/git-relink libexec/git-core/git-remote libexec/git-core/git-remote-ext libexec/git-core/git-remote-fd +libexec/git-core/git-remote-ftp +libexec/git-core/git-remote-ftps libexec/git-core/git-remote-http +libexec/git-core/git-remote-https libexec/git-core/git-remote-testgit libexec/git-core/git-repack libexec/git-core/git-replace |