pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gitolite Update to 3.6.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a89fe0c34a29
branches:  trunk
changeset: 650980:a89fe0c34a29
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Apr 30 00:18:23 2015 +0000

description:
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:

 devel/gitolite/Makefile |  8 +++++---
 devel/gitolite/PLIST    |  5 ++++-
 devel/gitolite/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs (64 lines):

diff -r 8b1846841646 -r a89fe0c34a29 devel/gitolite/Makefile
--- a/devel/gitolite/Makefile   Thu Apr 30 00:11:02 2015 +0000
+++ b/devel/gitolite/Makefile   Thu Apr 30 00:18:23 2015 +0000
@@ -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@localhost
 HOMEPAGE=      https://github.com/sitaramc/gitolite/wiki
diff -r 8b1846841646 -r a89fe0c34a29 devel/gitolite/PLIST
--- a/devel/gitolite/PLIST      Thu Apr 30 00:11:02 2015 +0000
+++ b/devel/gitolite/PLIST      Thu Apr 30 00:18:23 2015 +0000
@@ -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/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/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/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 -r 8b1846841646 -r a89fe0c34a29 devel/gitolite/distinfo
--- a/devel/gitolite/distinfo   Thu Apr 30 00:11:02 2015 +0000
+++ b/devel/gitolite/distinfo   Thu Apr 30 00:18:23 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index