Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2020 01:37:59 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523699 - head/devel/cgit
Message-ID:  <202001210137.00L1bxnj093914@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Tue Jan 21 01:37:59 2020
New Revision: 523699
URL: https://svnweb.freebsd.org/changeset/ports/523699

Log:
  devel/cgit: Update to 1.1.2
  
  Use MASTER_SITE_KERNEL_ORG & MASTER_SITE_SUBDIR for
  https://www.kernel.org/pub/software/scm/git/.
  
  PR:		243348
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  Approved by:	maintainer
  Sponsored by:	HAW International

Modified:
  head/devel/cgit/Makefile
  head/devel/cgit/distinfo

Modified: head/devel/cgit/Makefile
==============================================================================
--- head/devel/cgit/Makefile	Tue Jan 21 00:26:38 2020	(r523698)
+++ head/devel/cgit/Makefile	Tue Jan 21 01:37:59 2020	(r523699)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	cgit
-PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTVERSION=	1.2.2
 CATEGORIES=	devel www
 MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
-		https://www.kernel.org/pub/software/scm/git/:git
+		${MASTER_SITES_KERNEL_ORG}:git
+MASTER_SITE_SUBDIR=	software/scm/git:git
 DISTFILES=	cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \
 		git-${GIT_VERSION}${EXTRACT_SUFX}:git
 
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 TEST_DEPENDS=	msgfmt:devel/gettext-tools
 
-GIT_VERSION=	2.18.0
+GIT_VERSION=	2.25.0
 USES=		cpe gmake iconv perl5 python:3.2+,env shebangfix ssl tar:xz
 CPE_VENDOR=	lars_hjemli
 USE_PERL5=	test

Modified: head/devel/cgit/distinfo
==============================================================================
--- head/devel/cgit/distinfo	Tue Jan 21 00:26:38 2020	(r523698)
+++ head/devel/cgit/distinfo	Tue Jan 21 01:37:59 2020	(r523699)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1533411742
-SHA256 (cgit-1.2.1.tar.xz) = 3c547c146340fb16d4134326e7524bfb28ffa681284f1e3914bde1c27a9182bf
-SIZE (cgit-1.2.1.tar.xz) = 89648
-SHA256 (git-2.18.0.tar.xz) = 8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92
-SIZE (git-2.18.0.tar.xz) = 5102264
+TIMESTAMP = 1578963027
+SHA256 (cgit-1.2.2.tar.xz) = 3f97ce944d0f3fe0782bea3c46eafa5ff151212ea5bec31f99e5cb1775d4b236
+SIZE (cgit-1.2.2.tar.xz) = 90204
+SHA256 (git-2.25.0.tar.xz) = c060291a3ffb43d7c99f4aa5c4d37d3751cf6bca683e7344ea407ea504d9a8d0
+SIZE (git-2.25.0.tar.xz) = 5873532



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