Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2012 10:57:24 -0700 (PDT)
From:      milki <milki@rescomp.berkeley.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tdb@FreeBSD.org
Subject:   ports/170394: [MAINTAINER] devel/gitolite: update to 3.04
Message-ID:  <201208051757.q75HvOWs000375@cibo.ircmylife.com>
Resent-Message-ID: <201208051800.q75I05E0060752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170394
>Category:       ports
>Synopsis:       [MAINTAINER] devel/gitolite: update to 3.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 05 18:00:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     milki
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
cibo
>Environment:
System: FreeBSD cibo.ircmylife.com 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012
>Description:
- Update to 3.04

Changes:
https://github.com/sitaramc/gitolite/blob/master/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v3.03...v3.04
port options

tdb:
Please host the tarball: http://milki.github.com/gitolite/gitolite-3.04.tar.gz

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- gitolite-3.04.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/gitolite/Makefile ./Makefile
--- /usr/ports/devel/gitolite/Makefile	2012-05-31 12:14:04.000000000 -0700
+++ ./Makefile	2012-08-05 10:17:39.000000000 -0700
@@ -2,11 +2,11 @@
 # Date created:				07-28-2011
 # Whom:					milki <milki@rescomp.berkeley.edu>
 #
-# $FreeBSD: ports/devel/gitolite/Makefile,v 1.9 2012/05/31 19:14:04 sylvio Exp $
+# $FreeBSD: ports/devel/gitolite/Makefile,v 1.8 2012/05/08 18:02:15 crees Exp $
 #
 
 PORTNAME=	gitolite
-PORTVERSION=	3.03
+PORTVERSION=	3.04
 CATEGORIES=	devel
 MASTER_SITES=	http://milki.github.com/${PORTNAME}/ \
 		LOCAL/tdb
@@ -24,11 +24,13 @@
 
 SUB_FILES=	pkg-message
 
-OPTIONS=	GITUSER	"Create git user as gitolite provider" On
+OPTIONS_DEFINE=	GITUSER
+
+GITUSER_DESC=	Create git user as gitolite provider
 
 .include <bsd.port.options.mk>
 
-.if !defined(WITHOUT_GITUSER)
+.if ${PORT_OPTIONS:MGITUSER}
 USERS=		git
 GROUPS=		${USERS}
 PLIST_SUB+=	GITUSER=""
@@ -57,6 +59,16 @@
 	@${LN} -s ${PREFIX}/libexec/gitolite/gitolite ${PREFIX}/bin/gitolite
 
 post-install:
+.if !defined(NOPORTDOCS)
+	-@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${DOCSDIR}
+.endif
+
 	@${CAT} ${PKGMESSAGE}
 
+.if !defined(NOPORTDOCS)
+PORTDOCS=	README.txt CHANGELOG
+.endif
+
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/gitolite/distinfo ./distinfo
--- /usr/ports/devel/gitolite/distinfo	2012-05-31 12:14:04.000000000 -0700
+++ ./distinfo	2012-08-05 10:04:20.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (gitolite-3.03.tar.gz) = b3487fd99cc46a7be32a58f8a86a520fc0943814794cc56b5f83d803591737ca
-SIZE (gitolite-3.03.tar.gz) = 199433
+SHA256 (gitolite-3.04.tar.gz) = 900dd144ddfa88cc21fadfef7652799ead78c1be52304506994307c448e6b618
+SIZE (gitolite-3.04.tar.gz) = 114010
diff -ruN --exclude=CVS /usr/ports/devel/gitolite/files/pkg-message.in ./files/pkg-message.in
--- /usr/ports/devel/gitolite/files/pkg-message.in	2012-05-31 12:14:04.000000000 -0700
+++ ./files/pkg-message.in	2012-08-05 10:20:26.000000000 -0700
@@ -34,4 +34,9 @@
 
 By default, the git user is created for use by gitolite.
 
+
+A quick-install guide can be found in:
+
+%%DOCSDIR%%/README.txt
+
 ==============================================================================
diff -ruN --exclude=CVS /usr/ports/devel/gitolite/pkg-plist ./pkg-plist
--- /usr/ports/devel/gitolite/pkg-plist	2012-05-31 12:14:04.000000000 -0700
+++ ./pkg-plist	2012-08-05 10:18:54.000000000 -0700
@@ -16,6 +16,7 @@
 %%SITE_PERL%%/Gitolite/Triggers/Alias.pm
 %%SITE_PERL%%/Gitolite/Triggers/CpuTime.pm
 %%SITE_PERL%%/Gitolite/Triggers/Mirroring.pm
+%%SITE_PERL%%/Gitolite/Triggers/RepoUmask.pm
 %%SITE_PERL%%/Gitolite/Triggers/Shell.pm
 %%SITE_PERL%%/Gitolite/Triggers/Writable.pm
 libexec/gitolite/VERSION
@@ -24,8 +25,9 @@
 libexec/gitolite/VREF/FILETYPE
 libexec/gitolite/VREF/MAX_NEWBIN_SIZE
 libexec/gitolite/VREF/MERGE-CHECK
-libexec/gitolite/VREF/partial-copy
 libexec/gitolite/VREF/VOTES
+libexec/gitolite/VREF/lock
+libexec/gitolite/VREF/partial-copy
 libexec/gitolite/commands/D
 libexec/gitolite/commands/access
 libexec/gitolite/commands/creator
@@ -35,13 +37,17 @@
 libexec/gitolite/commands/help
 libexec/gitolite/commands/htpasswd
 libexec/gitolite/commands/info
+libexec/gitolite/commands/list-dangling-repos
+libexec/gitolite/commands/lock
 libexec/gitolite/commands/mirror
 libexec/gitolite/commands/perms
 libexec/gitolite/commands/print-default-rc
 libexec/gitolite/commands/push
 libexec/gitolite/commands/sshkeys-lint
 libexec/gitolite/commands/sskm
+libexec/gitolite/commands/sudo
 libexec/gitolite/commands/svnserve
+libexec/gitolite/commands/symbolic-ref
 libexec/gitolite/commands/writable
 libexec/gitolite/check-g2-compat
 libexec/gitolite/convert-gitosis-conf
@@ -50,7 +56,7 @@
 libexec/gitolite/syntactic-sugar/continuation-lines
 libexec/gitolite/syntactic-sugar/keysubdirs-as-groups
 libexec/gitolite/triggers/partial-copy
-libexec/gitolite/triggers/new-normal-repos
+libexec/gitolite/triggers/upstream
 libexec/gitolite/triggers/post-compile/ssh-authkeys
 libexec/gitolite/triggers/post-compile/ssh-authkeys-shell-users
 libexec/gitolite/triggers/post-compile/update-git-configs
--- gitolite-3.04.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208051757.q75HvOWs000375>