- Update to 3.5.1
PR: ports/177430 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
This commit is contained in:
parent
697aef87b7
commit
8a466fb102
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316461
3 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitolite
|
||||
PORTVERSION= 3.4
|
||||
PORTVERSION= 3.5.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://milki.github.com/${PORTNAME}/ \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gitolite-3.4.tar.gz) = eadf21918a0da274cb3ed31e6bb7c067155d452ad4b693529ed8fadf8f3dd372
|
||||
SIZE (gitolite-3.4.tar.gz) = 127789
|
||||
SHA256 (gitolite-3.5.1.tar.gz) = b527e90ea6aa0f0d5496b3e520cc4a461b130a91b1b284ffee1f20865fada7cf
|
||||
SIZE (gitolite-3.5.1.tar.gz) = 128763
|
||||
|
|
|
@ -45,6 +45,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
|
||||
|
@ -74,6 +75,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
|
||||
%%GITUSER%%@dirrmtry git
|
||||
@dirrm libexec/gitolite/triggers/post-compile
|
||||
|
|
Loading…
Reference in a new issue