pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pcre2



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 18 11:53:10 UTC 2021

Modified Files:
        pkgsrc/devel/pcre2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/pcre2/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/pcre2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pcre2/Makefile
diff -u pkgsrc/devel/pcre2/Makefile:1.20 pkgsrc/devel/pcre2/Makefile:1.21
--- pkgsrc/devel/pcre2/Makefile:1.20    Mon May 31 11:13:04 2021
+++ pkgsrc/devel/pcre2/Makefile Mon Oct 18 11:53:10 2021
@@ -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/

Index: pkgsrc/devel/pcre2/distinfo
diff -u pkgsrc/devel/pcre2/distinfo:1.17 pkgsrc/devel/pcre2/distinfo:1.18
--- pkgsrc/devel/pcre2/distinfo:1.17    Thu Oct  7 13:42:47 2021
+++ pkgsrc/devel/pcre2/distinfo Mon Oct 18 11:53:10 2021
@@ -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