pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/oniguruma
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 8 11:26:32 UTC 2020
Modified Files:
pkgsrc/textproc/oniguruma: Makefile PLIST distinfo
Log Message:
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).../
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/oniguruma/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/oniguruma/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/oniguruma/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/oniguruma/Makefile
diff -u pkgsrc/textproc/oniguruma/Makefile:1.15 pkgsrc/textproc/oniguruma/Makefile:1.16
--- pkgsrc/textproc/oniguruma/Makefile:1.15 Wed Dec 11 18:50:46 2019
+++ pkgsrc/textproc/oniguruma/Makefile Mon Jun 8 11:26:32 2020
@@ -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
Index: pkgsrc/textproc/oniguruma/PLIST
diff -u pkgsrc/textproc/oniguruma/PLIST:1.2 pkgsrc/textproc/oniguruma/PLIST:1.3
--- pkgsrc/textproc/oniguruma/PLIST:1.2 Mon Jan 15 08:49:04 2018
+++ pkgsrc/textproc/oniguruma/PLIST Mon Jun 8 11:26:32 2020
@@ -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
Index: pkgsrc/textproc/oniguruma/distinfo
diff -u pkgsrc/textproc/oniguruma/distinfo:1.13 pkgsrc/textproc/oniguruma/distinfo:1.14
--- pkgsrc/textproc/oniguruma/distinfo:1.13 Wed Dec 11 18:50:46 2019
+++ pkgsrc/textproc/oniguruma/distinfo Mon Jun 8 11:26:32 2020
@@ -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