svn commit: r421681 - head/devel/gitolite

Olli Hauer ohauer at FreeBSD.org
Sat Sep 10 10:47:44 UTC 2016


Author: ohauer
Date: Sat Sep 10 10:47:43 2016
New Revision: 421681
URL: https://svnweb.freebsd.org/changeset/ports/421681

Log:
  - update to v3.6.6
  
  2016-09-08  v3.6.6
  - simple but important fix for a future perl deprecation
    (perl will be removing "." from @INC in 5.24)
  - 'perms' now requires a '-c' to activate batch mode
    (should not affect interactive use but check your scripts
    perhaps?)
  - gitolite setup now accepts a '-m' option to supply a
    custom message (useful when it is used by a script)

Modified:
  head/devel/gitolite/Makefile
  head/devel/gitolite/distinfo

Modified: head/devel/gitolite/Makefile
==============================================================================
--- head/devel/gitolite/Makefile	Sat Sep 10 10:21:05 2016	(r421680)
+++ head/devel/gitolite/Makefile	Sat Sep 10 10:47:43 2016	(r421681)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitolite
-PORTVERSION=	3.6.5
+PORTVERSION=	3.6.6
 DISTVERSIONPREFIX=v
 PORTEPOCH=	1
 CATEGORIES=	devel

Modified: head/devel/gitolite/distinfo
==============================================================================
--- head/devel/gitolite/distinfo	Sat Sep 10 10:21:05 2016	(r421680)
+++ head/devel/gitolite/distinfo	Sat Sep 10 10:47:43 2016	(r421681)
@@ -1,2 +1,3 @@
-SHA256 (sitaramc-gitolite-v3.6.5_GH0.tar.gz) = 15f367591cc6782cde8b0b8c2206ada5714e83998b96de61838d64ff0878f876
-SIZE (sitaramc-gitolite-v3.6.5_GH0.tar.gz) = 182496
+TIMESTAMP = 1473435815
+SHA256 (sitaramc-gitolite-v3.6.6_GH0.tar.gz) = 6971db70cf1393bf864cab569adbbd2a71f777f095d13447079a2463901b031f
+SIZE (sitaramc-gitolite-v3.6.6_GH0.tar.gz) = 183469


More information about the svn-ports-all mailing list