summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pcre2/Makefile5
-rw-r--r--devel/pcre2/PLIST26
-rw-r--r--devel/pcre2/buildlink3.mk3
-rw-r--r--devel/pcre2/distinfo10
4 files changed, 33 insertions, 11 deletions
diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile
index 2ab8fb5bf3a..ddcee1ee687 100644
--- a/devel/pcre2/Makefile
+++ b/devel/pcre2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2017/02/20 09:44:34 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/08/17 19:53:54 nros Exp $
-DISTNAME= pcre2-10.23
+DISTNAME= pcre2-10.30
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
+MASTER_SITES+= https://ftp.pcre.org/pub/pcre/
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pcre/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/pcre2/PLIST b/devel/pcre2/PLIST
index 572b83260b3..464d7f651b1 100644
--- a/devel/pcre2/PLIST
+++ b/devel/pcre2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/02/20 09:44:34 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/08/17 19:53:54 nros Exp $
bin/pcre2-config
bin/pcre2grep
bin/pcre2test
@@ -25,6 +25,10 @@ man/man3/pcre2_compile_context_copy.3
man/man3/pcre2_compile_context_create.3
man/man3/pcre2_compile_context_free.3
man/man3/pcre2_config.3
+man/man3/pcre2_convert_context_copy.3
+man/man3/pcre2_convert_context_create.3
+man/man3/pcre2_convert_context_free.3
+man/man3/pcre2_converted_pattern_free.3
man/man3/pcre2_dfa_match.3
man/man3/pcre2_general_context_copy.3
man/man3/pcre2_general_context_create.3
@@ -48,6 +52,7 @@ man/man3/pcre2_match_context_free.3
man/man3/pcre2_match_data_create.3
man/man3/pcre2_match_data_create_from_pattern.3
man/man3/pcre2_match_data_free.3
+man/man3/pcre2_pattern_convert.3
man/man3/pcre2_pattern_info.3
man/man3/pcre2_serialize_decode.3
man/man3/pcre2_serialize_encode.3
@@ -56,7 +61,12 @@ man/man3/pcre2_serialize_get_number_of_codes.3
man/man3/pcre2_set_bsr.3
man/man3/pcre2_set_callout.3
man/man3/pcre2_set_character_tables.3
+man/man3/pcre2_set_compile_extra_options.3
man/man3/pcre2_set_compile_recursion_guard.3
+man/man3/pcre2_set_depth_limit.3
+man/man3/pcre2_set_glob_escape.3
+man/man3/pcre2_set_glob_separator.3
+man/man3/pcre2_set_heap_limit.3
man/man3/pcre2_set_match_limit.3
man/man3/pcre2_set_max_pattern_length.3
man/man3/pcre2_set_newline.3
@@ -80,6 +90,7 @@ man/man3/pcre2api.3
man/man3/pcre2build.3
man/man3/pcre2callout.3
man/man3/pcre2compat.3
+man/man3/pcre2convert.3
man/man3/pcre2demo.3
man/man3/pcre2jit.3
man/man3/pcre2limits.3
@@ -90,7 +101,6 @@ man/man3/pcre2perform.3
man/man3/pcre2posix.3
man/man3/pcre2sample.3
man/man3/pcre2serialize.3
-man/man3/pcre2stack.3
man/man3/pcre2syntax.3
man/man3/pcre2unicode.3
share/doc/pcre2/AUTHORS
@@ -113,6 +123,10 @@ share/doc/pcre2/html/pcre2_compile_context_copy.html
share/doc/pcre2/html/pcre2_compile_context_create.html
share/doc/pcre2/html/pcre2_compile_context_free.html
share/doc/pcre2/html/pcre2_config.html
+share/doc/pcre2/html/pcre2_convert_context_copy.html
+share/doc/pcre2/html/pcre2_convert_context_create.html
+share/doc/pcre2/html/pcre2_convert_context_free.html
+share/doc/pcre2/html/pcre2_converted_pattern_free.html
share/doc/pcre2/html/pcre2_dfa_match.html
share/doc/pcre2/html/pcre2_general_context_copy.html
share/doc/pcre2/html/pcre2_general_context_create.html
@@ -136,6 +150,7 @@ share/doc/pcre2/html/pcre2_match_context_free.html
share/doc/pcre2/html/pcre2_match_data_create.html
share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html
share/doc/pcre2/html/pcre2_match_data_free.html
+share/doc/pcre2/html/pcre2_pattern_convert.html
share/doc/pcre2/html/pcre2_pattern_info.html
share/doc/pcre2/html/pcre2_serialize_decode.html
share/doc/pcre2/html/pcre2_serialize_encode.html
@@ -144,7 +159,12 @@ share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html
share/doc/pcre2/html/pcre2_set_bsr.html
share/doc/pcre2/html/pcre2_set_callout.html
share/doc/pcre2/html/pcre2_set_character_tables.html
+share/doc/pcre2/html/pcre2_set_compile_extra_options.html
share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html
+share/doc/pcre2/html/pcre2_set_depth_limit.html
+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_length.html
share/doc/pcre2/html/pcre2_set_newline.html
@@ -168,6 +188,7 @@ share/doc/pcre2/html/pcre2api.html
share/doc/pcre2/html/pcre2build.html
share/doc/pcre2/html/pcre2callout.html
share/doc/pcre2/html/pcre2compat.html
+share/doc/pcre2/html/pcre2convert.html
share/doc/pcre2/html/pcre2demo.html
share/doc/pcre2/html/pcre2grep.html
share/doc/pcre2/html/pcre2jit.html
@@ -179,7 +200,6 @@ share/doc/pcre2/html/pcre2perform.html
share/doc/pcre2/html/pcre2posix.html
share/doc/pcre2/html/pcre2sample.html
share/doc/pcre2/html/pcre2serialize.html
-share/doc/pcre2/html/pcre2stack.html
share/doc/pcre2/html/pcre2syntax.html
share/doc/pcre2/html/pcre2test.html
share/doc/pcre2/html/pcre2unicode.html
diff --git a/devel/pcre2/buildlink3.mk b/devel/pcre2/buildlink3.mk
index ec2d2a8f64c..ba1b212b6b4 100644
--- a/devel/pcre2/buildlink3.mk
+++ b/devel/pcre2/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2016/01/13 12:31:41 nros Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2017/08/17 19:53:54 nros Exp $
BUILDLINK_TREE+= pcre2
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= pcre2
PCRE2_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pcre2+= pcre2>=10.21
+BUILDLINK_ABI_DEPENDS.pcre2?= pcre2>=10.30
BUILDLINK_PKGSRCDIR.pcre2?= ../../devel/pcre2
.endif # PCRE2_BUILDLINK3_MK
diff --git a/devel/pcre2/distinfo b/devel/pcre2/distinfo
index 6585d61a330..2da145def7d 100644
--- a/devel/pcre2/distinfo
+++ b/devel/pcre2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/02/20 09:44:34 wiz Exp $
+$NetBSD: distinfo,v 1.7 2017/08/17 19:53:54 nros Exp $
-SHA1 (pcre2-10.23.tar.bz2) = 7d2a91609d298a77f8093775209b44b143fdc149
-RMD160 (pcre2-10.23.tar.bz2) = aa2207c04403f4dc53d5d29688bf8d639b4247c8
-SHA512 (pcre2-10.23.tar.bz2) = 3e5910bd2405cc35934d91e4be760abe4f2e900202a20b6ba74adb7a3acb2b74b3bf9b0e97e8de10f8e8534133e0722e0bf0f5fb40d6c2c4520d1ed61749d456
-Size (pcre2-10.23.tar.bz2) = 1515314 bytes
+SHA1 (pcre2-10.30.tar.bz2) = 8296dda3476bbb4c90048ff47e3a71f3b2749566
+RMD160 (pcre2-10.30.tar.bz2) = 558de9a06531ff6b690abc5b6f587ce2c207f3b5
+SHA512 (pcre2-10.30.tar.bz2) = f247a9f917c75920793b9919a45bb1426d126246e7a5d04e39d9407e44b5781f894a90cd3d232b385436b2f22be391335ab782664dd3a28c79058a2fcc74dc3e
+Size (pcre2-10.30.tar.bz2) = 1583543 bytes