Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/oniguruma oniguruma: updated to 6.9.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bfeccf7489a
branches:  trunk
changeset: 433872:2bfeccf7489a
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 08 11:26:32 2020 +0000

description:
oniguruma: updated to 6.9.5.1

Release 6.9.5 revised 1
Fixed Issue 192

Release 6.9.5
(Same as Release Candidate 2)
POSIX API disabled by default for Unix (* Enabled by: configure --enable-posix-api=yes)
Update Unicode version 13.0.0
NEW: Code point sequence notation \x{HHHH HHHH ...}, \o{OOOO OOOO ...}
NEW API: retry limit in search functions
NEW API: maximum nesting level of subexp call
Fixed behavior of isolated options in Perl and Java syntaxes. /...(?i).../

diffstat:

 textproc/oniguruma/Makefile |  11 +++++++----
 textproc/oniguruma/PLIST    |   3 +--
 textproc/oniguruma/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 11 deletions(-)

diffs (55 lines):

diff -r e2d280b703ef -r 2bfeccf7489a textproc/oniguruma/Makefile
--- a/textproc/oniguruma/Makefile       Mon Jun 08 11:24:57 2020 +0000
+++ b/textproc/oniguruma/Makefile       Mon Jun 08 11:26:32 2020 +0000
@@ -1,17 +1,20 @@
-# $NetBSD: Makefile,v 1.15 2019/12/11 18:50:46 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/06/08 11:26:32 adam Exp $
 
-DISTNAME=      onig-6.9.4
-PKGNAME=       ${DISTNAME:S/onig/oniguruma/}
+DISTNAME=      onig-6.9.5_rev1
+PKGNAME=       ${DISTNAME:S/onig/oniguruma/:S/_rev/./}
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kkos/}
 GITHUB_PROJECT=        oniguruma
-GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+GITHUB_RELEASE=        v${DISTNAME:S/onig-//}
+#GITHUB_RELEASE=v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/kkos/oniguruma
 COMMENT=       Regular expressions library
 LICENSE=       2-clause-bsd
 
+WRKSRC=                ${WRKDIR}/${DISTNAME:S/_rev1//}
+
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    oniguruma.pc.in
diff -r e2d280b703ef -r 2bfeccf7489a textproc/oniguruma/PLIST
--- a/textproc/oniguruma/PLIST  Mon Jun 08 11:24:57 2020 +0000
+++ b/textproc/oniguruma/PLIST  Mon Jun 08 11:26:32 2020 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2018/01/15 08:49:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/06/08 11:26:32 adam Exp $
 bin/onig-config
 include/oniggnu.h
-include/onigposix.h
 include/oniguruma.h
 lib/libonig.la
 lib/pkgconfig/oniguruma.pc
diff -r e2d280b703ef -r 2bfeccf7489a textproc/oniguruma/distinfo
--- a/textproc/oniguruma/distinfo       Mon Jun 08 11:24:57 2020 +0000
+++ b/textproc/oniguruma/distinfo       Mon Jun 08 11:26:32 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/12/11 18:50:46 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/06/08 11:26:32 adam Exp $
 
-SHA1 (onig-6.9.4.tar.gz) = 894a6285ccea5c63e289b0379df833f66fa8fe3a
-RMD160 (onig-6.9.4.tar.gz) = fb62c59fc3d2f47586eb736be1e04e7dd3c569d6
-SHA512 (onig-6.9.4.tar.gz) = ed8f42f6893966c0ee3c168b4fdbcb04b2286ad69ecab43a754c1dbc8fc4656e01319991d776d7144b6a3f90d050781b321432278d83c74c9565c2743851c85b
-Size (onig-6.9.4.tar.gz) = 908702 bytes
+SHA1 (onig-6.9.5_rev1.tar.gz) = e0e6320303dfedf70b76f30da959d8dea61b72f2
+RMD160 (onig-6.9.5_rev1.tar.gz) = bb0cfef914568517d22db0d0547b98f55bee345d
+SHA512 (onig-6.9.5_rev1.tar.gz) = d45208f0fc48aab7104601282d68e6d074c0fd74d5791adc35d5b89c7d5a5d34548bff831a606f302e20ae8d5928802bd0965e587f60b162b7cb2b45a66e9c1f
+Size (onig-6.9.5_rev1.tar.gz) = 889770 bytes



Home | Main Index | Thread Index | Old Index