Bug 175243 - [MAINTAINER] devel/gitolite: update to 3.2,1
Summary: [MAINTAINER] devel/gitolite: update to 3.2,1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-12 20:00 UTC by Jonathan Chu
Modified: 2013-01-13 20:50 UTC (History)
0 users

See Also:


Attachments
gitolite-3.2,1.patch (2.68 KB, patch)
2013-01-12 20:00 UTC, Jonathan Chu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2013-01-12 20:00:01 UTC
- Update to 3.2,1

Changes:
https://github.com/sitaramc/gitolite/blob/5f9789ed8ee519a5987e8fede7f3e65001f4f9c0/CHANGELOG
https://github.com/sitaramc/gitolite/compare/v3.1...v3.2

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-12 20:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-01-13 20:40:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-13 20:40:43 UTC
Author: swills
Date: Sun Jan 13 20:40:33 2013
New Revision: 310331
URL: http://svnweb.freebsd.org/changeset/ports/310331

Log:
  - Update to 3.2
  
  Changes:
  https://github.com/sitaramc/gitolite/blob/5f9789ed8ee519a5987e8fede7f3e65001f4f9c0/CHANGELOG
  https://github.com/sitaramc/gitolite/compare/v3.1...v3.2
  
  PR:		ports/175243
  Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)

Modified:
  head/devel/gitolite/Makefile
  head/devel/gitolite/distinfo   (contents, props changed)
  head/devel/gitolite/pkg-descr   (contents, props changed)
  head/devel/gitolite/pkg-plist   (contents, props changed)

Modified: head/devel/gitolite/Makefile
==============================================================================
--- head/devel/gitolite/Makefile	Sun Jan 13 20:32:43 2013	(r310330)
+++ head/devel/gitolite/Makefile	Sun Jan 13 20:40:33 2013	(r310331)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	gitolite
-# Date created:				07-28-2011
-# Whom:					milki <milki@rescomp.berkeley.edu>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	gitolite
-PORTVERSION=	3.1
+PORTVERSION=	3.2
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://milki.github.com/${PORTNAME}/ \
@@ -43,6 +38,9 @@ post-patch:
 	@${FIND} ${WRKSRC} \
 		-exec ${GREP} -qs \#\!/usr/bin/perl {} \; \
 		-exec ${REINPLACE_CMD} -Ee 's|#!/usr/bin/perl|#!${PERL}|' {} \;
+	@${FIND} ${WRKSRC} \
+		-exec ${GREP} -qs \#\!/bin/bash {} \; \
+		-exec ${REINPLACE_CMD} -Ee 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|' {} \;
 
 do-build:
 	@${MKDIR} ${WRKSRC}/lib
@@ -53,6 +51,7 @@ do-build:
 
 post-build:
 	@${FIND} ${WRKSRC} -name "*.bak" -delete
+	@${FIND} ${WRKSRC} -name "*.orig" -delete
 
 do-install:
 	@(cd ${WRKSRC}/src && ${COPYTREE_BIN} \* ${PREFIX}/libexec/gitolite)

Modified: head/devel/gitolite/distinfo
==============================================================================
--- head/devel/gitolite/distinfo	Sun Jan 13 20:32:43 2013	(r310330)
+++ head/devel/gitolite/distinfo	Sun Jan 13 20:40:33 2013	(r310331)
@@ -1,2 +1,2 @@
-SHA256 (gitolite-3.1.tar.gz) = 36fc270c29e980f7217c203656373d1c44f73035fe18053163301cd10a4e0f04
-SIZE (gitolite-3.1.tar.gz) = 119322
+SHA256 (gitolite-3.2.tar.gz) = 62d56e3910b52d0ecb53d5962d4c919ede2c6c11283c3c845605bfc643e64ab8
+SIZE (gitolite-3.2.tar.gz) = 120939

Modified: head/devel/gitolite/pkg-descr
==============================================================================
--- head/devel/gitolite/pkg-descr	Sun Jan 13 20:32:43 2013	(r310330)
+++ head/devel/gitolite/pkg-descr	Sun Jan 13 20:40:33 2013	(r310331)
@@ -12,3 +12,4 @@ repository. It can also restrict who can
 very important in a corporate environment.
 
 WWW: https://github.com/sitaramc/gitolite
+WWW: http://milki.github.com/gitolite

Modified: head/devel/gitolite/pkg-plist
==============================================================================
--- head/devel/gitolite/pkg-plist	Sun Jan 13 20:32:43 2013	(r310330)
+++ head/devel/gitolite/pkg-plist	Sun Jan 13 20:40:33 2013	(r310331)
@@ -59,9 +59,11 @@ libexec/gitolite/gitolite
 libexec/gitolite/gitolite-shell
 libexec/gitolite/syntactic-sugar/continuation-lines
 libexec/gitolite/syntactic-sugar/keysubdirs-as-groups
+libexec/gitolite/triggers/bg
 libexec/gitolite/triggers/partial-copy
 libexec/gitolite/triggers/post-compile/ssh-authkeys
 libexec/gitolite/triggers/post-compile/ssh-authkeys-shell-users
+libexec/gitolite/triggers/post-compile/ssh-authkeys-split
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"