pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pcre2 pcre2: update to 10.38



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24f31b6f1ef4
branches:  trunk
changeset: 768314:24f31b6f1ef4
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Oct 18 11:53:10 2021 +0000

description:
pcre2: update to 10.38

Version 10.38 01-October-2021
-----------------------------

As well as some bug fixes and tidies (as always, see ChangeLog for details),
the documentation is updated to list the new URLs, following the move of the
source repository to GitHub and the mailing list to Google Groups.

* The CMake build system can now build both static and shared libraries in one
go.

* Following Perl's lead, \K is now locked out in lookaround assertions by
default, but an option is provided to re-enable the previous behaviour.

diffstat:

 devel/pcre2/Makefile |  8 ++++----
 devel/pcre2/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 840a1d06ef30 -r 24f31b6f1ef4 devel/pcre2/Makefile
--- a/devel/pcre2/Makefile      Mon Oct 18 11:42:45 2021 +0000
+++ b/devel/pcre2/Makefile      Mon Oct 18 11:53:10 2021 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2021/05/31 11:13:04 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2021/10/18 11:53:10 nia Exp $
 
-DISTNAME=      pcre2-10.37
+DISTNAME=      pcre2-10.38
 CATEGORIES=    devel
-MASTER_SITES=  https://ftp.pcre.org/pub/pcre/
-EXTRACT_SUFX=  .tar.bz2
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=PhilipHazel/}
+GITHUB_RELEASE=        ${DISTNAME}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.pcre.org/
diff -r 840a1d06ef30 -r 24f31b6f1ef4 devel/pcre2/distinfo
--- a/devel/pcre2/distinfo      Mon Oct 18 11:42:45 2021 +0000
+++ b/devel/pcre2/distinfo      Mon Oct 18 11:53:10 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/07 13:42:47 nia Exp $
+$NetBSD: distinfo,v 1.18 2021/10/18 11:53:10 nia Exp $
 
-RMD160 (pcre2-10.37.tar.bz2) = 260daa9d31e76ecc428e84ab3f2ed3ba41b7ee37
-SHA512 (pcre2-10.37.tar.bz2) = 69f4bf4736b986e0fc855eedb292efe72a0df2e803bc0e61a6cf47775eed433bb1b2f28d7e641591ef4603d47beb543a64ed0eef9538d00f0746bc3435c143ec
-Size (pcre2-10.37.tar.bz2) = 1729384 bytes
+RMD160 (pcre2-10.38.tar.gz) = f82c01a94fdb85652c55ec03b004d8e66e8828ce
+SHA512 (pcre2-10.38.tar.gz) = 55d5db7fb4f18c8f28f1fc8327bbe0094c0fda2f7d187917aad787d31ac3ec91e90042af549b7779f16fb76e6fefb8d4e87299ca9c9acaf0fc09e282096ca041
+Size (pcre2-10.38.tar.gz) = 2307996 bytes



Home | Main Index | Thread Index | Old Index