On Sat, Apr 04, 2020 at 09:44:03AM -0500, Lucas Raab wrote:
> Hello,
> 
> Here's an update to cgit to 1.2.3 and built with git 2.25.1. It builds
> fine and I haven't noticed any issues running it on my git server.
> Anyone want to give it a whirl?
> 
> https://lists.zx2c4.com/pipermail/cgit/2020-March/004480.html
> 
> Lucas
> 
> 
Updated diff with feedback from kn to include a note about the specific
git version

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/cgit/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile    12 Jul 2019 20:50:18 -0000      1.26
+++ Makefile    4 Apr 2020 15:44:06 -0000
@@ -2,12 +2,13 @@
 
 COMMENT =      web frontend for git repositories
 
-DISTNAME =     cgit-1.2.1
+DISTNAME =     cgit-1.2.3
 CATEGORIES =   www devel
-REVISION =     0
 
+# upstream has git 2.25.1 called out as the specific version to build against
+# 
https://git.zx2c4.com/cgit/commit/?id=fde897b8171ed2e925b44ec6f69590ec07241017
 DISTFILES =    ${DISTNAME}.tar.xz:0 \
-               git-2.18.0.tar.gz:1
+               git-2.25.1.tar.gz:1
 
 MASTER_SITES0 =                https://git.zx2c4.com/cgit/snapshot/
 MASTER_SITES1 =                https://www.kernel.org/pub/software/scm/git/
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/cgit/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    4 Aug 2018 09:19:35 -0000       1.12
+++ distinfo    4 Apr 2020 15:44:06 -0000
@@ -1,4 +1,4 @@
-SHA256 (cgit-1.2.1.tar.xz) = PFR8FGNA+xbUE0Mm51JL+yj/poEoTx45FL3hwnqRgr8=
-SHA256 (git-2.18.0.tar.gz) = lPrywLAqeSCwtG9JYdjpytCOgUGGFBAomKVfmA+j5+Q=
-SIZE (cgit-1.2.1.tar.xz) = 89648
-SIZE (git-2.18.0.tar.gz) = 7498807
+SHA256 (cgit-1.2.3.tar.xz) = Wl8S0vZr02Kci8ED7I7CMBspLpcVXTCpphiE6kFKbaQ=
+SHA256 (git-2.25.1.tar.gz) = SZmuDubMffsoDXBR45qCpWMLAMHYzVSJDwe0txk9Jao=
+SIZE (cgit-1.2.3.tar.xz) = 90632
+SIZE (git-2.25.1.tar.gz) = 9026631

Reply via email to