Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2018 20:14:05 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474827 - in head/devel/cgit: . files
Message-ID:  <201807172014.w6HKE51e058701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Jul 17 20:14:05 2018
New Revision: 474827
URL: https://svnweb.freebsd.org/changeset/ports/474827

Log:
  devel/cgit: update 1.1 -> 1.2
  
  - among other things, update to git 2.18
  
  PR:		229841
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  Approved by:	Marko Turk <mt@markoturk.info> (maintainer)
  Relnotes:	https://lists.zx2c4.com/pipermail/cgit/2018-July/004160.html

Deleted:
  head/devel/cgit/files/patch-git-2.12.0
  head/devel/cgit/files/patch-git-2.13.1
  head/devel/cgit/files/patch-git-2.14
  head/devel/cgit/files/patch-git-2.16
  head/devel/cgit/files/patch-git-2.17
  head/devel/cgit/files/patch-ui-snapshot.c
Modified:
  head/devel/cgit/Makefile
  head/devel/cgit/distinfo

Modified: head/devel/cgit/Makefile
==============================================================================
--- head/devel/cgit/Makefile	Tue Jul 17 20:10:05 2018	(r474826)
+++ head/devel/cgit/Makefile	Tue Jul 17 20:14:05 2018	(r474827)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cgit
-PORTVERSION=	1.1
-PORTREVISION=	19
+PORTVERSION=	1.2
 CATEGORIES=	devel www
 MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
 		https://www.kernel.org/pub/software/scm/git/:git
@@ -17,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 TEST_DEPENDS=	msgfmt:devel/gettext-tools
 
-GIT_VERSION=	2.17.1
+GIT_VERSION=	2.18.0
 USES=		cpe gmake iconv perl5 python:env shebangfix ssl tar:xz
 CPE_VENDOR=	lars_hjemli
 USE_PERL5=	test

Modified: head/devel/cgit/distinfo
==============================================================================
--- head/devel/cgit/distinfo	Tue Jul 17 20:10:05 2018	(r474826)
+++ head/devel/cgit/distinfo	Tue Jul 17 20:14:05 2018	(r474827)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1527631983
-SHA256 (cgit-1.1.tar.xz) = 0889af29be15fc981481caa09579f982b9740fe9fd2860ab87dff286f4635890
-SIZE (cgit-1.1.tar.xz) = 86268
-SHA256 (git-2.17.1.tar.xz) = 79136e7aa83abae4d8a25c8111f113d3c5a63aeb5fd93cc72c26d49c6d5ba65e
-SIZE (git-2.17.1.tar.xz) = 5015484
+TIMESTAMP = 1531847574
+SHA256 (cgit-1.2.tar.xz) = d5622ba7c3eb87de402da6fe3a092219546a917ff627966e99c9f18ba32a4832
+SIZE (cgit-1.2.tar.xz) = 88628
+SHA256 (git-2.18.0.tar.xz) = 8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92
+SIZE (git-2.18.0.tar.xz) = 5102264



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