Wed Apr 26 19:26:17 2023 UTC ()
re2: update to 20230301.

Changes not found, 2.5 years of development.


(wiz)
diff -r1.9 -r1.10 pkgsrc/devel/re2/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/re2/distinfo
diff -r1.3 -r1.4 pkgsrc/devel/re2/PLIST

cvs diff -r1.9 -r1.10 pkgsrc/devel/re2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/re2/Makefile 2023/01/24 18:36:24 1.9
+++ pkgsrc/devel/re2/Makefile 2023/04/26 19:26:17 1.10
@@ -1,33 +1,23 @@ @@ -1,33 +1,23 @@
1# $NetBSD: Makefile,v 1.9 2023/01/24 18:36:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2023/04/26 19:26:17 wiz Exp $
2 2
3DISTNAME= re2-${GITHUB_TAG:S/-//g} 3DISTNAME= re2-${GITHUB_TAG:S/-//g}
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
6GITHUB_TAG= 2020-08-01 6GITHUB_TAG= 2023-03-01
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/google/re2 9HOMEPAGE= https://github.com/google/re2
10COMMENT= Regular expression library 10COMMENT= Regular expression library
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= c c++11 13USE_LANGUAGES= c c++11
14TEST_ENV= LD_LIBRARY_PATH=${WRKSRC} 14TEST_ENV= LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}
15TEST_TARGET= test 15TEST_TARGET= test
16 16
17CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON 17CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
18 18
19PKGCONFIG_OVERRIDE= re2.pc 19PKGCONFIG_OVERRIDE= re2.pc.in
20INSTALLATION_DIRS+= lib/pkgconfig 20INSTALLATION_DIRS+= lib/pkgconfig
21 21
22SUBST_CLASSES+= path 
23SUBST_MESSAGE.path= Fixup pathnames 
24SUBST_STAGE.path= pre-configure 
25SUBST_FILES.path= re2.pc 
26SUBST_SED.path= -e 's,@includedir@,${PREFIX}/include,' 
27SUBST_SED.path+= -e 's,@libdir@,${PREFIX}/lib,' 
28 
29post-install: 
30 ${INSTALL_DATA} ${WRKSRC}/re2.pc ${DESTDIR}${PREFIX}/lib/pkgconfig 
31 
32.include "../../devel/cmake/build.mk" 22.include "../../devel/cmake/build.mk"
33.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/re2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/re2/distinfo 2021/10/26 10:19:20 1.9
+++ pkgsrc/devel/re2/distinfo 2023/04/26 19:26:17 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2021/10/26 10:19:20 nia Exp $ 1$NetBSD: distinfo,v 1.10 2023/04/26 19:26:17 wiz Exp $
2 2
3BLAKE2s (re2-20200801.tar.gz) = dd1cab51ba0bcb84ebeefa79b86c9161f998e93cb3872e2a38308d956806b06e 3BLAKE2s (re2-20230301.tar.gz) = 97606e2a494fa485e6e058c7b09bc2317f42173af5ea913a93dc57bbd278db9b
4SHA512 (re2-20200801.tar.gz) = 1ae261155a1eb96606788eb736faa4dc3240d85f47e3b4c412a4f85f7e4cc69f7c7cbab98397aaf725def1cbc9c5da2c679cfb5573a442d60897740766ae2967 4SHA512 (re2-20230301.tar.gz) = aa0eead33429570614e5d2ebb248300237858e9d4c4a8c70aacd6dd4684e0dc80d6268692a38551a0fd23e6900770b57d5b73e354657afbb29794077d806c04c
5Size (re2-20200801.tar.gz) = 404076 bytes 5Size (re2-20230301.tar.gz) = 383282 bytes

cvs diff -r1.3 -r1.4 pkgsrc/devel/re2/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/re2/PLIST 2020/08/06 16:23:21 1.3
+++ pkgsrc/devel/re2/PLIST 2023/04/26 19:26:17 1.4
@@ -1,9 +1,13 @@ @@ -1,9 +1,13 @@
1@comment $NetBSD: PLIST,v 1.3 2020/08/06 16:23:21 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2023/04/26 19:26:17 wiz Exp $
2include/re2/filtered_re2.h 2include/re2/filtered_re2.h
3include/re2/re2.h 3include/re2/re2.h
4include/re2/set.h 4include/re2/set.h
5include/re2/stringpiece.h 5include/re2/stringpiece.h
6lib/cmake/re2/re2Config-noconfig.cmake 
7lib/cmake/re2/re2Config.cmake 6lib/cmake/re2/re2Config.cmake
 7lib/cmake/re2/re2ConfigVersion.cmake
 8lib/cmake/re2/re2Targets-noconfig.cmake
 9lib/cmake/re2/re2Targets.cmake
8lib/libre2.so 10lib/libre2.so
 11lib/libre2.so.10
 12lib/libre2.so.10.0.0
9lib/pkgconfig/re2.pc 13lib/pkgconfig/re2.pc