Date: Tue, 2 Nov 2021 09:05:41 GMT From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: c9b97929b6c3 - 2021Q4 - devel/pcre2: update to 10.39 Message-ID: <202111020905.1A295ffj004418@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9b97929b6c32a669eb233c13468103ffc111e32 commit c9b97929b6c32a669eb233c13468103ffc111e32 Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2021-11-02 09:04:58 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2021-11-02 09:05:38 +0000 devel/pcre2: update to 10.39 (cherry picked from commit 9a19d5fa7851c8ccae830105edbeee8340eba087) --- devel/pcre2/Makefile | 13 ++++++++----- devel/pcre2/distinfo | 6 +++--- devel/pcre2/pkg-plist | 8 ++++---- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile index b20913680326..15df81af78f9 100644 --- a/devel/pcre2/Makefile +++ b/devel/pcre2/Makefile @@ -1,9 +1,8 @@ # Created by: Mark Felder <feld@FreeBSD.org> PORTNAME= pcre2 -PORTVERSION= 10.37 +PORTVERSION= 10.39 CATEGORIES= devel -MASTER_SITES= SF/pcre/${PORTNAME}/${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= Perl Compatible Regular Expressions library, version 2 @@ -11,11 +10,15 @@ COMMENT= Perl Compatible Regular Expressions library, version 2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE -USES= autoreconf cpe libtool pkgconfig -USE_LDCONFIG= yes - +USES= autoreconf cpe libtool pkgconfig tar:bzip2 CPE_VENDOR= pcre +USE_GITHUB= yes +GH_ACCOUNT= PhilipHazel +GH_TAGNAME= 35fee41 + +USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pcre2-16 \ --enable-pcre2-32 diff --git a/devel/pcre2/distinfo b/devel/pcre2/distinfo index 409005cd7cac..16b8dd8d4a20 100644 --- a/devel/pcre2/distinfo +++ b/devel/pcre2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622105407 -SHA256 (pcre2-10.37.tar.gz) = 04e214c0c40a97b8a5c2b4ae88a3aa8a93e6f2e45c6b3534ddac351f26548577 -SIZE (pcre2-10.37.tar.gz) = 2299767 +TIMESTAMP = 1635843393 +SHA256 (PhilipHazel-pcre2-10.39-35fee41_GH0.tar.gz) = 601e9a5ebe3245711c5ba5fb597e3b4008a41fa9c10aea28d2548133754622b3 +SIZE (PhilipHazel-pcre2-10.39-35fee41_GH0.tar.gz) = 2383154 diff --git a/devel/pcre2/pkg-plist b/devel/pcre2/pkg-plist index 0c122f894036..949f0f3c8971 100644 --- a/devel/pcre2/pkg-plist +++ b/devel/pcre2/pkg-plist @@ -6,19 +6,19 @@ include/pcre2posix.h lib/libpcre2-16.a lib/libpcre2-16.so lib/libpcre2-16.so.0 -lib/libpcre2-16.so.0.10.2 +lib/libpcre2-16.so.0.10.4 lib/libpcre2-32.a lib/libpcre2-32.so lib/libpcre2-32.so.0 -lib/libpcre2-32.so.0.10.2 +lib/libpcre2-32.so.0.10.4 lib/libpcre2-8.a lib/libpcre2-8.so lib/libpcre2-8.so.0 -lib/libpcre2-8.so.0.10.2 +lib/libpcre2-8.so.0.10.4 lib/libpcre2-posix.a lib/libpcre2-posix.so lib/libpcre2-posix.so.3 -lib/libpcre2-posix.so.3.0.0 +lib/libpcre2-posix.so.3.0.1 libdata/pkgconfig/libpcre2-16.pc libdata/pkgconfig/libpcre2-32.pc libdata/pkgconfig/libpcre2-8.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111020905.1A295ffj004418>