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:   kim
Date:           Sat Oct 17 07:42:23 UTC 2020

Modified Files:
        pkgsrc/textproc/oniguruma: Makefile distinfo

Log Message:
oniguruma: update to 6.9.6rc3

Changes since 6.9.6rc2:
- Fix a binary compatibility issue (missing `reg_number_of_names' symbol)
- Fix a build issue using msys2 and mingw64 on Windows 10


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/oniguruma/Makefile
cvs rdiff -u -r1.16 -r1.17 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.19 pkgsrc/textproc/oniguruma/Makefile:1.20
--- pkgsrc/textproc/oniguruma/Makefile:1.19     Mon Oct 12 22:21:29 2020
+++ pkgsrc/textproc/oniguruma/Makefile  Sat Oct 17 07:42:23 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/10/12 22:21:29 kim Exp $
+# $NetBSD: Makefile,v 1.20 2020/10/17 07:42:23 kim Exp $
 
-DISTNAME=      onig-6.9.6-rc2
+DISTNAME=      onig-6.9.6-rc3
 PKGNAME=       ${DISTNAME:S/onig/oniguruma/:S/-rev/pl/:S/-rc/rc/}
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kkos/}

Index: pkgsrc/textproc/oniguruma/distinfo
diff -u pkgsrc/textproc/oniguruma/distinfo:1.16 pkgsrc/textproc/oniguruma/distinfo:1.17
--- pkgsrc/textproc/oniguruma/distinfo:1.16     Mon Oct 12 22:21:29 2020
+++ pkgsrc/textproc/oniguruma/distinfo  Sat Oct 17 07:42:23 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/10/12 22:21:29 kim Exp $
+$NetBSD: distinfo,v 1.17 2020/10/17 07:42:23 kim Exp $
 
-SHA1 (onig-6.9.6-rc2.tar.gz) = eb88b133bca350b553051f1015ec8d10e786a901
-RMD160 (onig-6.9.6-rc2.tar.gz) = 11b15e18f3e0ff66ce05d9d70823425da53905a1
-SHA512 (onig-6.9.6-rc2.tar.gz) = 943c4cd3ddab5a41320b61541a5d83b172781871e9478a2c40ed4422877943e2f7c70cb7ef52e31b1836026b35a431b423fa464edde7796b520637c182741fd7
-Size (onig-6.9.6-rc2.tar.gz) = 894307 bytes
+SHA1 (onig-6.9.6-rc3.tar.gz) = 3bf9a6b0d7bae82cbd0f1dc4ba411cc59fe9a791
+RMD160 (onig-6.9.6-rc3.tar.gz) = 96ab8c4802deadeb8e29d2b958232e0cee98f4a0
+SHA512 (onig-6.9.6-rc3.tar.gz) = 8788f6751040c7303a12147adb6f7d1d0c814eee48b58640f7ba3bfa8e68bbaf663c855cec49e957b2e97a4a023996c054dc4f9248cd316024d80c49e46d7bbe
+Size (onig-6.9.6-rc3.tar.gz) = 895185 bytes



Home | Main Index | Thread Index | Old Index