Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2023 22:59:37 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e83c93803363 - main - sysutils/initool: Update to 0.11.0
Message-ID:  <202307302259.36UMxbQV001179@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e83c93803363a0f958e88675586147dc4a6f8c2e

commit e83c93803363a0f958e88675586147dc4a6f8c2e
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-07-28 16:02:54 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-07-30 22:59:05 +0000

    sysutils/initool: Update to 0.11.0
    
    ChangeLog: https://github.com/dbohdan/initool/releases/tag/v0.11.0
    
    * Fixed adding top-level properties to a file with properties only
      in sections. They were erroneously added to the last section.
    * Added long commands. For example, you can use exists instead of e.
      This change is fully backwards-compatible; short commands remain
      supported. You can also use the flag -v instead of --value-only.
    * Improved the usage message.
    
    PR:             272779
---
 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 590c82a93015..be946f818ebe 100644
--- a/sysutils/initool/Makefile
+++ b/sysutils/initool/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	initool
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.10.0
+DISTVERSION=	0.11.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	DtxdF@disroot.org
diff --git a/sysutils/initool/distinfo b/sysutils/initool/distinfo
index 878a2a567a84..5935f558907d 100644
--- a/sysutils/initool/distinfo
+++ b/sysutils/initool/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688337742
-SHA256 (dbohdan-initool-v0.10.0_GH0.tar.gz) = 72afa26923976083891282c26599cf2ef41d2bc4765b40c8e488fb32ca6111fc
-SIZE (dbohdan-initool-v0.10.0_GH0.tar.gz) = 10846
+TIMESTAMP = 1690555754
+SHA256 (dbohdan-initool-v0.11.0_GH0.tar.gz) = cd12921f2ecd16f2841a127d91015bff8b6669eaaab0d8e6a71b59924238f169
+SIZE (dbohdan-initool-v0.11.0_GH0.tar.gz) = 11792



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307302259.36UMxbQV001179>