Hi,

On Fri, Jun 24, 2022 at 06:48:25PM +0200, Gonzalo L. Rodriguez wrote:
> Hello,
> 
> Update for Gource to 0.53:
> 
> https://github.com/acaudwell/Gource/releases/tag/gource-0.53
> 
> OK? Comments?

In the changelog for 0.52, they say
"Change regular expression library to PCRE2.". I found that because of
this difference in configure.ac between the two versions:
-PKG_CHECK_MODULES([PCRE], [libpcre])
+PKG_CHECK_MODULES([PCRE2], [libpcre2-8])

Below is an updated diff, what do you think about that?

Caspar


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/gource/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile    31 Mar 2022 13:37:03 -0000      1.24
+++ Makefile    10 Jul 2022 13:25:26 -0000
@@ -1,7 +1,6 @@
 COMMENT =      software version control visualization tool
 
-DISTNAME =     gource-0.51
-REVISION =     0
+DISTNAME =     gource-0.53
 CATEGORIES =   sysutils graphics
 HOMEPAGE =     https://gource.io/
 
@@ -17,12 +16,12 @@ COMPILER =          base-clang ports-gcc
 
 
 WANTLIB += GL GLEW GLU SDL2 SDL2_image boost_filesystem boost_system
-WANTLIB += c freetype m pcre png pthread z ${COMPILER_LIBCXX}
+WANTLIB += c freetype m pcre2-8 png pthread z ${COMPILER_LIBCXX}
 WANTLIB += X11 Xext Xi Xmu
 
 BUILD_DEPENDS =                graphics/glm
 LIB_DEPENDS =           devel/boost \
-                       devel/pcre \
+                       devel/pcre2 \
                        devel/sdl2-image \
                        graphics/glew
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/gource/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    16 Jan 2020 09:46:58 -0000      1.9
+++ distinfo    10 Jul 2022 13:25:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (gource-0.51.tar.gz) = GaP4iLGCWqftRvUs685QEuPGJDnj0oEQLyGBTHpY55o=
-SIZE (gource-0.51.tar.gz) = 882783
+SHA256 (gource-0.53.tar.gz) = PV9kwcaBL2RMMgy8mphY35e8YDb8Hl9gPKRrFbjdcjc=
+SIZE (gource-0.53.tar.gz) = 900932

Reply via email to