Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2016 01:24:45 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r406817 - branches/2016Q1/devel/cgit
Message-ID:  <201601210124.u0L1Ojcx005559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Thu Jan 21 01:24:44 2016
New Revision: 406817
URL: https://svnweb.freebsd.org/changeset/ports/406817

Log:
  MFH: r406816
  
  devel/cgit: update 0.11.2 -> 0.12
  
  Changes:	http://lists.zx2c4.com/pipermail/cgit/2016-January/002817.html
  
  PR:		206417
  Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
  Approved by:	ports-secteam (miwi)
  Security:	CVE-2016-1899
  Security:	CVE-2016-1900
  Security:	CVE-2016-1901
  Security:	https://vuxml.FreeBSD.org/freebsd/62c0dbbd-bfce-11e5-b5fe-002590263bf5.html

Modified:
  branches/2016Q1/devel/cgit/Makefile
  branches/2016Q1/devel/cgit/distinfo
  branches/2016Q1/devel/cgit/pkg-plist
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/devel/cgit/Makefile
==============================================================================
--- branches/2016Q1/devel/cgit/Makefile	Wed Jan 20 23:42:59 2016	(r406816)
+++ branches/2016Q1/devel/cgit/Makefile	Thu Jan 21 01:24:44 2016	(r406817)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cgit
-PORTVERSION=	0.11.2
-PORTREVISION=	1
+PORTVERSION=	0.12
 CATEGORIES=	devel www
 MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
 		https://www.kernel.org/pub/software/scm/git/:git
@@ -16,11 +15,11 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 PROJECTHOST=	git-core
-GIT_VERSION=	2.3.3
+GIT_VERSION=	2.7.0
 USES=		cpe gmake iconv shebangfix tar:xz
 USE_OPENSSL=	yes
 CPE_VENDOR=	lars_hjemli
-SHEBANG_FILES=	filters/html-converters/resources/markdown.pl
+SHEBANG_FILES=	filters/html-converters/rst2html
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}

Modified: branches/2016Q1/devel/cgit/distinfo
==============================================================================
--- branches/2016Q1/devel/cgit/distinfo	Wed Jan 20 23:42:59 2016	(r406816)
+++ branches/2016Q1/devel/cgit/distinfo	Thu Jan 21 01:24:44 2016	(r406817)
@@ -1,4 +1,4 @@
-SHA256 (cgit-0.11.2.tar.xz) = 2e126e770693d7296c7eb5eb83b809410aef29870bfe8f54da072a3f4d813e3b
-SIZE (cgit-0.11.2.tar.xz) = 93556
-SHA256 (git-2.3.3.tar.gz) = c189e4a48d8805482f450db666330c79bcefae37e0d035c7717517126ddf4305
-SIZE (git-2.3.3.tar.gz) = 5203135
+SHA256 (cgit-0.12.tar.xz) = 2ee233849335a64529a01cf2b6165ed492e20268e6e2526d7a7529ef1e24a5b7
+SIZE (cgit-0.12.tar.xz) = 85152
+SHA256 (git-2.7.0.tar.gz) = db9df4435c70a9b25d20a9ee20d65101692dc907a5a4b30e8343c9ae1b913ead
+SIZE (git-2.7.0.tar.gz) = 5622494

Modified: branches/2016Q1/devel/cgit/pkg-plist
==============================================================================
--- branches/2016Q1/devel/cgit/pkg-plist	Wed Jan 20 23:42:59 2016	(r406816)
+++ branches/2016Q1/devel/cgit/pkg-plist	Thu Jan 21 01:24:44 2016	(r406817)
@@ -6,8 +6,6 @@ lib/%%PORTNAME%%/filters/email-libravata
 lib/%%PORTNAME%%/filters/gentoo-ldap-authentication.lua
 lib/%%PORTNAME%%/filters/html-converters/man2html
 lib/%%PORTNAME%%/filters/html-converters/md2html
-lib/%%PORTNAME%%/filters/html-converters/resources/markdown.pl
-lib/%%PORTNAME%%/filters/html-converters/resources/rst-template.txt
 lib/%%PORTNAME%%/filters/html-converters/rst2html
 lib/%%PORTNAME%%/filters/html-converters/txt2html
 lib/%%PORTNAME%%/filters/owner-example.lua



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