diff options
author | christos <christos> | 2012-10-27 20:26:17 +0000 |
---|---|---|
committer | christos <christos> | 2012-10-27 20:26:17 +0000 |
commit | e4048c66cdb00604093496c93d6bb54784b6d935 (patch) | |
tree | 12dcb18d7a9365272de7b129a8ba50db1487bb44 /devel | |
parent | d7fad4e0b16fb688a5ce29afe9f68508bc569b0e (diff) | |
download | pkgsrc-e4048c66cdb00604093496c93d6bb54784b6d935.tar.gz |
kind of hard to use http repositories without the http helper.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scmgit-base/Makefile | 3 | ||||
-rw-r--r-- | devel/scmgit-base/PLIST | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index cfb5638ae90..87c13b7a71a 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.51 2012/10/06 18:28:13 adam Exp $ +# $NetBSD: Makefile,v 1.52 2012/10/27 20:26:17 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 b6c917f0dc3..3f497100511 100644 --- a/devel/scmgit-base/PLIST +++ b/devel/scmgit-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.35 2012/09/16 21:50:16 cheusov Exp $ +@comment $NetBSD: PLIST,v 1.36 2012/10/27 20:26:17 christos Exp $ bin/git bin/git-cvsserver bin/git-receive-pack @@ -81,8 +81,6 @@ 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 @@ -136,10 +134,7 @@ 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 |