summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon>2015-04-30 00:18:23 +0000
committerryoon <ryoon>2015-04-30 00:18:23 +0000
commit72f239740589196c2b7dee6c36537dc1978fa5f1 (patch)
treeecc880bdc3efd10f51b53dcb12c4eb78188b7535 /devel
parent30b4f6fbcc020a6ee73def9f292b8e0b345bc0fe (diff)
downloadpkgsrc-72f239740589196c2b7dee6c36537dc1978fa5f1.tar.gz
Update to 3.6.3
* Use GITHUB framework. Changelog: 2015-04-26 v3.6.3 allow limited use of 'git config' using the new 'config' command accept openssh 6.8's new fingerprint output format (finally!) allow limited symlinks within ~/repositories; see commit 8e36230 for details perms command now lists available roles minor backward compat breakage: 'perms -l repo' no longer works; see 'perms -h' for new usage allow gitolite-shell to be used as $SHELL (experts only; no support, no docs; see commit 9cd1e37 for details) help with 'git push --signed' using a post-receive hook to adopt push certs into 'refs/push-certs'; for details see contrib/hooks/repo-specific/save-push-signatures new 'transparent proxy' feature for git repos; see src/lib/Gitolite/Triggers/TProxy.pm for details
Diffstat (limited to 'devel')
-rw-r--r--devel/gitolite/Makefile8
-rw-r--r--devel/gitolite/PLIST5
-rw-r--r--devel/gitolite/distinfo8
3 files changed, 13 insertions, 8 deletions
diff --git a/devel/gitolite/Makefile b/devel/gitolite/Makefile
index 83eabc69825..c2ea60e3c06 100644
--- a/devel/gitolite/Makefile
+++ b/devel/gitolite/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.19 2014/11/29 03:23:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2015/04/30 00:18:23 ryoon Exp $
-GLVER= 3.6.2
+GLVER= 3.6.3
DISTNAME= gitolite-${GLVER}
CATEGORIES= devel net
-MASTER_SITES= -https://github.com/sitaramc/gitolite/archive/v${GLVER}.tar.gz
+MASTER_SITES= ${MASTER_SITE_GITHUB:=sitaramc/}
+GITHUB_PROJECT= gitolite
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sitaramc/gitolite/wiki
diff --git a/devel/gitolite/PLIST b/devel/gitolite/PLIST
index b57654474e7..f3767771d6b 100644
--- a/devel/gitolite/PLIST
+++ b/devel/gitolite/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2014/11/29 03:23:01 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.8 2015/04/30 00:18:23 ryoon Exp $
bin/gitolite
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Cache.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Common.pm
@@ -24,6 +24,7 @@ ${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/Motd.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/RefexExpr.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/RepoUmask.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/Shell.pm
+${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/TProxy.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Triggers/Writable.pm
libexec/gitolite/VREF/COUNT
libexec/gitolite/VREF/EMAIL-CHECK
@@ -37,6 +38,7 @@ libexec/gitolite/VREF/partial-copy
libexec/gitolite/VREF/refex-expr
libexec/gitolite/commands/D
libexec/gitolite/commands/access
+libexec/gitolite/commands/config
libexec/gitolite/commands/create
libexec/gitolite/commands/creator
libexec/gitolite/commands/desc
@@ -50,6 +52,7 @@ libexec/gitolite/commands/list-dangling-repos
libexec/gitolite/commands/lock
libexec/gitolite/commands/mirror
libexec/gitolite/commands/motd
+libexec/gitolite/commands/option
libexec/gitolite/commands/owns
libexec/gitolite/commands/perms
libexec/gitolite/commands/print-default-rc
diff --git a/devel/gitolite/distinfo b/devel/gitolite/distinfo
index 984aaa76d16..650378ad8c3 100644
--- a/devel/gitolite/distinfo
+++ b/devel/gitolite/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2014/11/29 03:23:01 ryoon Exp $
+$NetBSD: distinfo,v 1.10 2015/04/30 00:18:23 ryoon Exp $
-SHA1 (gitolite-3.6.2.tar.gz) = 11cfbab5dfc0de8f6166ec83991df46bf27eeb7f
-RMD160 (gitolite-3.6.2.tar.gz) = c3e35ee29016fc546808fdabde5d05e8ab9481e3
-Size (gitolite-3.6.2.tar.gz) = 167670 bytes
+SHA1 (gitolite-3.6.3.tar.gz) = 2066198788ea9290226b4cfc480aed7af285092e
+RMD160 (gitolite-3.6.3.tar.gz) = abc7d5a53e39b46d99b5f32e4e3f51881ba00ffc
+Size (gitolite-3.6.3.tar.gz) = 174689 bytes