Date: Fri, 7 Jun 2024 17:55:26 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 32d95fb1b8b0 - main - sysutils/initool: Update to 0.17.0 Message-ID: <202406071755.457HtQZM092447@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=32d95fb1b8b0d2c58a91fc35293bb406241a849f commit 32d95fb1b8b0d2c58a91fc35293bb406241a849f Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-06-06 12:26:16 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-06-07 17:55:13 +0000 sysutils/initool: Update to 0.17.0 ChangeLog: https://github.com/dbohdan/initool/releases/tag/v0.17.0 * Fixed byte-order mark detection. It was broken for files with more than one line. * Added an alternative wildcard character, _ (underscore). The * wildcard never worked on Windows because binaries compiled with MoSML, the compiler we use, expand * to a list of files. * Wildcards can be escaped using \: \*, \_. A leading slash is now removed from the section-name argument and the key argument. * The test suite has been ported to Windows. Windows builds are now tested just like Linux and Mac builds. This will help prevent Windows-only bugs in the future. Making _ a wildcard and the introduction of escaping with a leading slash break compatibility with previous versions (in a relatively minor way). PR: 279514 Reported by: DtxdF@disroot.org (maintainer) --- sysutils/initool/Makefile | 2 +- sysutils/initool/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/initool/Makefile b/sysutils/initool/Makefile index 8ed93b936654..ae22a9d745af 100644 --- a/sysutils/initool/Makefile +++ b/sysutils/initool/Makefile @@ -1,6 +1,6 @@ PORTNAME= initool DISTVERSIONPREFIX= v -DISTVERSION= 0.14.1 +DISTVERSION= 0.17.0 CATEGORIES= sysutils MAINTAINER= DtxdF@disroot.org diff --git a/sysutils/initool/distinfo b/sysutils/initool/distinfo index 9c89978909de..8b4f98e0c3ad 100644 --- a/sysutils/initool/distinfo +++ b/sysutils/initool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700259050 -SHA256 (dbohdan-initool-v0.14.1_GH0.tar.gz) = b4dc1200b79e9276cefcffb5e12b1109439999822a7cf111c4f5d211ff258041 -SIZE (dbohdan-initool-v0.14.1_GH0.tar.gz) = 17072 +TIMESTAMP = 1717427387 +SHA256 (dbohdan-initool-v0.17.0_GH0.tar.gz) = 2bb7d5c0724161e75a06272e201fc6213b2ca93607293639455ba7d5df6bf229 +SIZE (dbohdan-initool-v0.17.0_GH0.tar.gz) = 20257
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406071755.457HtQZM092447>