From nobody Thu Feb 06 10:08:56 2025 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YpXrD6p47z5nPW8; Thu, 06 Feb 2025 10:09:00 +0000 (UTC) (envelope-from SRS0=E3yC=U5=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4YpXrD4p0Kz3bsk; Thu, 06 Feb 2025 10:09:00 +0000 (UTC) (envelope-from SRS0=E3yC=U5=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Date: Thu, 6 Feb 2025 11:08:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1738836536; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UYwK/XuhPdDlc2roJEvJe3DcObrDtINRFMGtDPaRZAw=; b=cqc4VjnQT0WN+3raQYSSBhQJ4ZNGrOv1cT6h9jOqxBqxzToKV+bbxVNW2vgAjsUXqCeoMN Um45yDgTllUAbOa3+f7+vcjq6uLUMdMLXT5q3PAKGN3/+/nnMc9Cwgq+MwGEKLL9XHG4v2 e/LCy5P5iosvsaJKM8SIIOwttoI0bGKtvnPW9e8TX9o4/327J/b//Rp4K7jMwXo86TYA3N gdtliIMC+d+0iE1GXGJB517Aei4vqR66VjCtJ/nv/Wl1fXnHe3ZoTVolc+EeYxuIhKgiyt 0Nd/k9wRTXVjufJVAj32flJ1lfD3XAEffQ/PC+JFKynBIrQ/jxxR5NPGr9x6lQ== From: Ronald Klop To: Kirill Ponomarev Cc: ports-committers@FreeBSD.org, dev-commits-ports-main@FreeBSD.org, dev-commits-ports-all@FreeBSD.org Message-ID: <481180925.4189.1738836536397@localhost> In-Reply-To: <202502060851.5168pcD3046752@gitrepo.freebsd.org> References: <202502060851.5168pcD3046752@gitrepo.freebsd.org> Subject: Re: git: 754e706fbdf2 - main - devel/pcre2: Update to 10.45 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4188_2061608975.1738836535816" X-Mailer: Realworks (737.2) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4YpXrD4p0Kz3bsk X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL] ------=_Part_4188_2061608975.1738836535816 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I noticed you didn't mention the PR in which the work for this was done. It is appreciated if you link the commits to the PRs by adding the PR number to the message. That will also automatically register the commit in Bugzilla. Which helps others to understand what has been done to fix the issue. Regards, Ronald. Van: Kirill Ponomarev Datum: donderdag, 6 februari 2025 09:51 Aan: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Onderwerp: git: 754e706fbdf2 - main - devel/pcre2: Update to 10.45 > > The branch main has been updated by krion: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=754e706fbdf23204268c145be17a16a70b0424f6 > > commit 754e706fbdf23204268c145be17a16a70b0424f6 > Author: Kirill Ponomarev > AuthorDate: 2025-02-06 08:51:26 +0000 > Commit: Kirill Ponomarev > CommitDate: 2025-02-06 08:51:26 +0000 > > devel/pcre2: Update to 10.45 > --- > devel/pcre2/Makefile | 4 ++-- > devel/pcre2/distinfo | 6 +++--- > devel/pcre2/pkg-plist | 11 +++++++---- > 3 files changed, 12 insertions(+), 9 deletions(-) > > diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile > index 1574bcd791b4..c8272a644c23 100644 > --- a/devel/pcre2/Makefile > +++ b/devel/pcre2/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= pcre2 > -DISTVERSION= 10.43 > +DISTVERSION= 10.45 > CATEGORIES= devel > MASTER_SITES= https://github.com/PCRE2Project/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ > > @@ -8,7 +8,7 @@ COMMENT= Perl Compatible Regular Expressions library, version 2 > WWW= https://www.pcre.org/ > > LICENSE= BSD3CLAUSE > -LICENSE_FILE= ${WRKSRC}/LICENCE > +LICENSE_FILE= ${WRKSRC}/LICENCE.md > > USES= autoreconf cpe libtool pkgconfig tar:bz2 > CPE_VENDOR= pcre > diff --git a/devel/pcre2/distinfo b/devel/pcre2/distinfo > index ce230c0d39cd..b168a4197d70 100644 > --- a/devel/pcre2/distinfo > +++ b/devel/pcre2/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1708425567 > -SHA256 (pcre2-10.43.tar.bz2) = e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb > -SIZE (pcre2-10.43.tar.bz2) = 1905255 > +TIMESTAMP = 1738825989 > +SHA256 (pcre2-10.45.tar.bz2) = 21547f3516120c75597e5b30a992e27a592a31950b5140e7b8bfde3f192033c4 > +SIZE (pcre2-10.45.tar.bz2) = 2072403 > diff --git a/devel/pcre2/pkg-plist b/devel/pcre2/pkg-plist > index 56a7cd258cd1..f783f2072d73 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.12.0 > +lib/libpcre2-16.so.0.14.0 > lib/libpcre2-32.a > lib/libpcre2-32.so > lib/libpcre2-32.so.0 > -lib/libpcre2-32.so.0.12.0 > +lib/libpcre2-32.so.0.14.0 > lib/libpcre2-8.a > lib/libpcre2-8.so > lib/libpcre2-8.so.0 > -lib/libpcre2-8.so.0.12.0 > +lib/libpcre2-8.so.0.14.0 > lib/libpcre2-posix.a > lib/libpcre2-posix.so > lib/libpcre2-posix.so.3 > -lib/libpcre2-posix.so.3.0.5 > +lib/libpcre2-posix.so.3.0.6 > libdata/pkgconfig/libpcre2-16.pc > libdata/pkgconfig/libpcre2-32.pc > libdata/pkgconfig/libpcre2-8.pc > @@ -82,14 +82,17 @@ share/man/man3/pcre2_set_glob_escape.3.gz > share/man/man3/pcre2_set_glob_separator.3.gz > share/man/man3/pcre2_set_heap_limit.3.gz > share/man/man3/pcre2_set_match_limit.3.gz > +share/man/man3/pcre2_set_max_pattern_compiled_length.3.gz > share/man/man3/pcre2_set_max_pattern_length.3.gz > share/man/man3/pcre2_set_max_varlookbehind.3.gz > share/man/man3/pcre2_set_newline.3.gz > share/man/man3/pcre2_set_offset_limit.3.gz > +share/man/man3/pcre2_set_optimize.3.gz > share/man/man3/pcre2_set_parens_nest_limit.3.gz > share/man/man3/pcre2_set_recursion_limit.3.gz > share/man/man3/pcre2_set_recursion_memory_management.3.gz > share/man/man3/pcre2_set_substitute_callout.3.gz > +share/man/man3/pcre2_set_substitute_case_callout.3.gz > share/man/man3/pcre2_substitute.3.gz > share/man/man3/pcre2_substring_copy_byname.3.gz > share/man/man3/pcre2_substring_copy_bynumber.3.gz > > > ------=_Part_4188_2061608975.1738836535816 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit I noticed you didn't mention the PR in which the work for this was done.

It is appreciated if you link the commits to the PRs by adding the PR number to the message. That will also automatically register the commit in Bugzilla. Which helps others to understand what has been done to fix the issue.

Regards,
Ronald.


 

Van: Kirill Ponomarev <krion@FreeBSD.org>
Datum: donderdag, 6 februari 2025 09:51
Aan: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Onderwerp: git: 754e706fbdf2 - main - devel/pcre2: Update to 10.45

The branch main has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=754e706fbdf23204268c145be17a16a70b0424f6

commit 754e706fbdf23204268c145be17a16a70b0424f6
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2025-02-06 08:51:26 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2025-02-06 08:51:26 +0000

    devel/pcre2: Update to 10.45
---
 devel/pcre2/Makefile  |  4 ++--
 devel/pcre2/distinfo  |  6 +++---
 devel/pcre2/pkg-plist | 11 +++++++----
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile
index 1574bcd791b4..c8272a644c23 100644
--- a/devel/pcre2/Makefile
+++ b/devel/pcre2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=  pcre2
-DISTVERSION=   10.43
+DISTVERSION=   10.45
 CATEGORIES=    devel
 MASTER_SITES=  https://github.com/PCRE2Project/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
 
@@ -8,7 +8,7 @@ COMMENT=    Perl Compatible Regular Expressions library, version 2
 WWW=       https://www.pcre.org/
 
 LICENSE=   BSD3CLAUSE
-LICENSE_FILE=  ${WRKSRC}/LICENCE
+LICENSE_FILE=  ${WRKSRC}/LICENCE.md
 
 USES=      autoreconf cpe libtool pkgconfig tar:bz2
 CPE_VENDOR=    pcre
diff --git a/devel/pcre2/distinfo b/devel/pcre2/distinfo
index ce230c0d39cd..b168a4197d70 100644
--- a/devel/pcre2/distinfo
+++ b/devel/pcre2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708425567
-SHA256 (pcre2-10.43.tar.bz2) = e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb
-SIZE (pcre2-10.43.tar.bz2) = 1905255
+TIMESTAMP = 1738825989
+SHA256 (pcre2-10.45.tar.bz2) = 21547f3516120c75597e5b30a992e27a592a31950b5140e7b8bfde3f192033c4
+SIZE (pcre2-10.45.tar.bz2) = 2072403
diff --git a/devel/pcre2/pkg-plist b/devel/pcre2/pkg-plist
index 56a7cd258cd1..f783f2072d73 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.12.0
+lib/libpcre2-16.so.0.14.0
 lib/libpcre2-32.a
 lib/libpcre2-32.so
 lib/libpcre2-32.so.0
-lib/libpcre2-32.so.0.12.0
+lib/libpcre2-32.so.0.14.0
 lib/libpcre2-8.a
 lib/libpcre2-8.so
 lib/libpcre2-8.so.0
-lib/libpcre2-8.so.0.12.0
+lib/libpcre2-8.so.0.14.0
 lib/libpcre2-posix.a
 lib/libpcre2-posix.so
 lib/libpcre2-posix.so.3
-lib/libpcre2-posix.so.3.0.5
+lib/libpcre2-posix.so.3.0.6
 libdata/pkgconfig/libpcre2-16.pc
 libdata/pkgconfig/libpcre2-32.pc
 libdata/pkgconfig/libpcre2-8.pc
@@ -82,14 +82,17 @@ share/man/man3/pcre2_set_glob_escape.3.gz
 share/man/man3/pcre2_set_glob_separator.3.gz
 share/man/man3/pcre2_set_heap_limit.3.gz
 share/man/man3/pcre2_set_match_limit.3.gz
+share/man/man3/pcre2_set_max_pattern_compiled_length.3.gz
 share/man/man3/pcre2_set_max_pattern_length.3.gz
 share/man/man3/pcre2_set_max_varlookbehind.3.gz
 share/man/man3/pcre2_set_newline.3.gz
 share/man/man3/pcre2_set_offset_limit.3.gz
+share/man/man3/pcre2_set_optimize.3.gz
 share/man/man3/pcre2_set_parens_nest_limit.3.gz
 share/man/man3/pcre2_set_recursion_limit.3.gz
 share/man/man3/pcre2_set_recursion_memory_management.3.gz
 share/man/man3/pcre2_set_substitute_callout.3.gz
+share/man/man3/pcre2_set_substitute_case_callout.3.gz
 share/man/man3/pcre2_substitute.3.gz
 share/man/man3/pcre2_substring_copy_byname.3.gz
 share/man/man3/pcre2_substring_copy_bynumber.3.gz


  ------=_Part_4188_2061608975.1738836535816--