pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/re2c



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 29 17:33:43 UTC 2026

Modified Files:
        pkgsrc/devel/re2c: Makefile PLIST distinfo

Log Message:
re2c: update to 4.5.1.

4.5.1 (2026-03-27)
~~~~~~~~~~~~~~~~~~

- Added missing include files to the distribution
  (`#573 <https://github.com/skvadrik/re2c/issues/573>`_).

- Updated the documentation to mention the new include files.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/re2c/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/re2c/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/re2c/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/re2c/Makefile
diff -u pkgsrc/devel/re2c/Makefile:1.40 pkgsrc/devel/re2c/Makefile:1.41
--- pkgsrc/devel/re2c/Makefile:1.40     Thu Mar 26 11:24:40 2026
+++ pkgsrc/devel/re2c/Makefile  Sun Mar 29 17:33:43 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2026/03/26 11:24:40 adam Exp $
+# $NetBSD: Makefile,v 1.41 2026/03/29 17:33:43 wiz Exp $
 
-DISTNAME=      re2c-4.5
+DISTNAME=      re2c-4.5.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=skvadrik/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/devel/re2c/PLIST
diff -u pkgsrc/devel/re2c/PLIST:1.6 pkgsrc/devel/re2c/PLIST:1.7
--- pkgsrc/devel/re2c/PLIST:1.6 Wed Apr 23 15:05:44 2025
+++ pkgsrc/devel/re2c/PLIST     Sun Mar 29 17:33:43 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/23 15:05:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/03/29 17:33:43 wiz Exp $
 bin/re2c
 bin/re2d
 bin/re2go
@@ -33,6 +33,8 @@ share/re2c/stdlib/ocaml
 share/re2c/stdlib/python
 share/re2c/stdlib/rust
 share/re2c/stdlib/swift
+share/re2c/stdlib/unicode_blocks.re
 share/re2c/stdlib/unicode_categories.re
+share/re2c/stdlib/unicode_properties.re
 share/re2c/stdlib/v
 share/re2c/stdlib/zig

Index: pkgsrc/devel/re2c/distinfo
diff -u pkgsrc/devel/re2c/distinfo:1.32 pkgsrc/devel/re2c/distinfo:1.33
--- pkgsrc/devel/re2c/distinfo:1.32     Thu Mar 26 11:24:40 2026
+++ pkgsrc/devel/re2c/distinfo  Sun Mar 29 17:33:43 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2026/03/26 11:24:40 adam Exp $
+$NetBSD: distinfo,v 1.33 2026/03/29 17:33:43 wiz Exp $
 
-BLAKE2s (re2c-4.5.tar.xz) = 2ba86b53878887908c5978b1652d90d8ce85d3b88c1e60263812216dfcf8798a
-SHA512 (re2c-4.5.tar.xz) = c57a74e1c78a85fbeea84de0678b7ccf52fc339b2a3b5fb14d24ac11130a6b2672316a9cd8b58dff46f5453fc38cff78c1dc76c0c9e3c78fdda38370b8193a12
-Size (re2c-4.5.tar.xz) = 1921308 bytes
+BLAKE2s (re2c-4.5.1.tar.xz) = f7f9b319636d5375374fec1f28e6d3d69c76908de88175f5ac735458bdad7ab8
+SHA512 (re2c-4.5.1.tar.xz) = cdd0376ddd0cdba4ebeea3883b66ee7ee48fbdcbe078b8a16c55f7937c880aa9ff2b28f70938f2926d36cfba1d42a1e42c705734ea00149fc8bed51f49402704
+Size (re2c-4.5.1.tar.xz) = 1926044 bytes



Home | Main Index | Thread Index | Old Index