OK to update pcre2? My current bulk build is almost happy with this diff.

diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile
index ce2c5d87d60..ebfc0bc0269 100644
--- a/devel/pcre2/Makefile
+++ b/devel/pcre2/Makefile
@@ -1,16 +1,14 @@
 COMMENT =      perl-compatible regular expression library, version 2
 
-DISTNAME =     pcre2-10.37
+DISTNAME =     pcre2-10.44
 
-SHARED_LIBS +=  pcre2-16                  0.5 # 10.37
-SHARED_LIBS +=  pcre2-32                  0.5 # 10.37
-SHARED_LIBS +=  pcre2-8                   0.6 # 10.37
+SHARED_LIBS +=  pcre2-16                  0.6 # 10.44
+SHARED_LIBS +=  pcre2-32                  0.6 # 10.44
+SHARED_LIBS +=  pcre2-8                   0.7 # 10.44
 SHARED_LIBS +=  pcre2-posix               1.0 # 2.3
 
 CATEGORIES =   devel
 
-REVISION =     2
-
 SITES =        
https://github.com/PCRE2Project/pcre2/releases/download/${DISTNAME}/ \
                https://ftp.pcre.org/pub/pcre/ \
                ${SITE_SOURCEFORGE:=pcre/} \
diff --git a/devel/pcre2/distinfo b/devel/pcre2/distinfo
index 25af4050e47..0ef38496276 100644
--- a/devel/pcre2/distinfo
+++ b/devel/pcre2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pcre2-10.37.tar.gz) = BOIUwMQKl7ilwrSuiKOqipPm8uRcazU03aw1HyZUhXc=
-SIZE (pcre2-10.37.tar.gz) = 2299767
+SHA256 (pcre2-10.44.tar.gz) = hrnLCqO8t5lPqogBgpK8cEzbtwjnhffHQ1L/bqfTF1s=
+SIZE (pcre2-10.44.tar.gz) = 2552792
diff --git a/devel/pcre2/pkg/PLIST b/devel/pcre2/pkg/PLIST
index c2cf15325a8..d9b1eef407e 100644
--- a/devel/pcre2/pkg/PLIST
+++ b/devel/pcre2/pkg/PLIST
@@ -42,6 +42,7 @@ lib/pkgconfig/libpcre2-posix.pc
 @man man/man3/pcre2_general_context_free.3
 @man man/man3/pcre2_get_error_message.3
 @man man/man3/pcre2_get_mark.3
+@man man/man3/pcre2_get_match_data_heapframes_size.3
 @man man/man3/pcre2_get_match_data_size.3
 @man man/man3/pcre2_get_ovector_count.3
 @man man/man3/pcre2_get_ovector_pointer.3
@@ -77,7 +78,9 @@ lib/pkgconfig/libpcre2-posix.pc
 @man man/man3/pcre2_set_glob_separator.3
 @man man/man3/pcre2_set_heap_limit.3
 @man man/man3/pcre2_set_match_limit.3
+@man man/man3/pcre2_set_max_pattern_compiled_length.3
 @man man/man3/pcre2_set_max_pattern_length.3
+@man man/man3/pcre2_set_max_varlookbehind.3
 @man man/man3/pcre2_set_newline.3
 @man man/man3/pcre2_set_offset_limit.3
 @man man/man3/pcre2_set_parens_nest_limit.3
@@ -145,6 +148,7 @@ share/doc/pcre2/html/pcre2_general_context_create.html
 share/doc/pcre2/html/pcre2_general_context_free.html
 share/doc/pcre2/html/pcre2_get_error_message.html
 share/doc/pcre2/html/pcre2_get_mark.html
+share/doc/pcre2/html/pcre2_get_match_data_heapframes_size.html
 share/doc/pcre2/html/pcre2_get_match_data_size.html
 share/doc/pcre2/html/pcre2_get_ovector_count.html
 share/doc/pcre2/html/pcre2_get_ovector_pointer.html
@@ -180,7 +184,9 @@ share/doc/pcre2/html/pcre2_set_glob_escape.html
 share/doc/pcre2/html/pcre2_set_glob_separator.html
 share/doc/pcre2/html/pcre2_set_heap_limit.html
 share/doc/pcre2/html/pcre2_set_match_limit.html
+share/doc/pcre2/html/pcre2_set_max_pattern_compiled_length.html
 share/doc/pcre2/html/pcre2_set_max_pattern_length.html
+share/doc/pcre2/html/pcre2_set_max_varlookbehind.html
 share/doc/pcre2/html/pcre2_set_newline.html
 share/doc/pcre2/html/pcre2_set_offset_limit.html
 share/doc/pcre2/html/pcre2_set_parens_nest_limit.html

Reply via email to