- Update to 3.3,1
PR: ports/175727 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
This commit is contained in:
parent
68b71436d2
commit
693cd1a03c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312444
3 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitolite
|
||||
PORTVERSION= 3.2
|
||||
PORTVERSION= 3.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://milki.github.com/${PORTNAME}/ \
|
||||
|
@ -59,7 +59,7 @@ do-install:
|
|||
@${LN} -s ${PREFIX}/libexec/gitolite/gitolite ${PREFIX}/bin/gitolite
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
-@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${DOCSDIR}
|
||||
|
@ -67,7 +67,7 @@ post-install:
|
|||
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
PORTDOCS= README.txt CHANGELOG
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gitolite-3.2.tar.gz) = 62d56e3910b52d0ecb53d5962d4c919ede2c6c11283c3c845605bfc643e64ab8
|
||||
SIZE (gitolite-3.2.tar.gz) = 120939
|
||||
SHA256 (gitolite-3.3.tar.gz) = 39d6630dd0125505e9a4b2b1e3de474e1380182ba0cc73bec3e4c08e7f62d8f9
|
||||
SIZE (gitolite-3.3.tar.gz) = 123257
|
||||
|
|
|
@ -20,6 +20,7 @@ bin/gitolite
|
|||
%%SITE_PERL%%/Gitolite/Triggers/Shell.pm
|
||||
%%SITE_PERL%%/Gitolite/Triggers/Writable.pm
|
||||
%%SITE_PERL%%/Gitolite/Triggers/RefexExpr.pm
|
||||
%%SITE_PERL%%/Gitolite/Triggers/AutoCreate.pm
|
||||
libexec/gitolite/VERSION
|
||||
libexec/gitolite/VREF/COUNT
|
||||
libexec/gitolite/VREF/EMAIL-CHECK
|
||||
|
@ -33,6 +34,7 @@ libexec/gitolite/VREF/refex-expr
|
|||
libexec/gitolite/check-g2-compat
|
||||
libexec/gitolite/commands/D
|
||||
libexec/gitolite/commands/access
|
||||
libexec/gitolite/commands/create
|
||||
libexec/gitolite/commands/creator
|
||||
libexec/gitolite/commands/desc
|
||||
libexec/gitolite/commands/fork
|
||||
|
@ -59,6 +61,7 @@ libexec/gitolite/gitolite
|
|||
libexec/gitolite/gitolite-shell
|
||||
libexec/gitolite/syntactic-sugar/continuation-lines
|
||||
libexec/gitolite/syntactic-sugar/keysubdirs-as-groups
|
||||
libexec/gitolite/syntactic-sugar/macros
|
||||
libexec/gitolite/triggers/bg
|
||||
libexec/gitolite/triggers/partial-copy
|
||||
libexec/gitolite/triggers/post-compile/ssh-authkeys
|
||||
|
@ -68,6 +71,7 @@ libexec/gitolite/triggers/post-compile/update-description-file
|
|||
libexec/gitolite/triggers/post-compile/update-git-configs
|
||||
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/upstream
|
||||
@dirrm %%SITE_PERL%%/Gitolite/Conf
|
||||
|
|
Loading…
Reference in a new issue