Update to 3.5.1

Changelog:
2013-03-24  v3.5    (2 minor backward compat breakages)
                    1.  'DEFAULT_ROLE_PERMS' replaced by per repo
                        'default.roles' option
                    2.  'gitolite list-memberships' now requires a '-r' or a
                        '-u' flag

                    new 'gitolite owns' command (thanks to Kevin Pulo)
This commit is contained in:
ryoon 2013-06-11 13:37:20 +00:00
parent 10715c5814
commit db7c765962
3 changed files with 9 additions and 8 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.11 2013/05/31 12:39:59 wiz Exp $
# $NetBSD: Makefile,v 1.12 2013/06/11 13:37:20 ryoon Exp $
#
GLVER= 3.4
GLVER= 3.5.1
DISTNAME= gitolite-${GLVER}
PKGREVISION= 2
CATEGORIES= devel net
MASTER_SITES= -https://github.com/sitaramc/gitolite/archive/v${GLVER}.tar.gz

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2013/03/14 18:55:02 ryoon Exp $
@comment $NetBSD: PLIST,v 1.5 2013/06/11 13:37:20 ryoon Exp $
bin/gitolite
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Common.pm
${PERL5_SUB_INSTALLVENDORARCH}/Gitolite/Conf.pm
@ -44,6 +44,7 @@ libexec/gitolite/commands/info
libexec/gitolite/commands/list-dangling-repos
libexec/gitolite/commands/lock
libexec/gitolite/commands/mirror
libexec/gitolite/commands/owns
libexec/gitolite/commands/perms
libexec/gitolite/commands/print-default-rc
libexec/gitolite/commands/push
@ -72,6 +73,7 @@ libexec/gitolite/triggers/post-compile/update-git-daemon-access-list
libexec/gitolite/triggers/post-compile/update-gitweb-access-list
libexec/gitolite/triggers/post-compile/update-gitweb-daemon-from-options
libexec/gitolite/triggers/renice
libexec/gitolite/triggers/set-default-roles
libexec/gitolite/triggers/upstream
share/gitolite
@pkgdir share/doc/gitolite

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2013/03/14 18:55:02 ryoon Exp $
$NetBSD: distinfo,v 1.6 2013/06/11 13:37:20 ryoon Exp $
SHA1 (gitolite-3.4.tar.gz) = 0311acf8f2ae2207feb01bc96ebef63e01ef9fe5
RMD160 (gitolite-3.4.tar.gz) = 8129dc1873cf155cbf37c4c8669c59b5d85dca67
Size (gitolite-3.4.tar.gz) = 127700 bytes
SHA1 (gitolite-3.5.1.tar.gz) = d799df1a60a4a4a3db32d62962f9d08e72e91ae2
RMD160 (gitolite-3.5.1.tar.gz) = 8d948e8544d2dcefb075ab0c3e009001a5c83444
Size (gitolite-3.5.1.tar.gz) = 128671 bytes