aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús Daniel Colmenares Oviedo <DtxdF@disroot.org>2023-09-27 11:13:04 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2023-09-28 05:24:36 +0000
commit7883fa8a716a7d74ef9548b04eab340f42e69df9 (patch)
treeb8a3c67de1153e18457019da14d2fb23829d550b
parenteeb0323aaa187cfa1958a0a6d1f945120b0b4e8b (diff)
downloadports-7883fa8a716a7d74ef9548b04eab340f42e69df9.tar.gz
ports-7883fa8a716a7d74ef9548b04eab340f42e69df9.zip
sysutils/initool: Update to 0.13.0
ChangeLog: https://github.com/dbohdan/initool/releases/tag/v0.13.0 * Added a new global option -i/--ignore-case. * Implemented wildcards. A wildcard (*) section name or key matches everything. * Repeated keys and section names are handled correctly. Commands act on every copy. exist and get ... --value-only did not work correctly for repeated items before. * get, set, delete can exit with non-zero status. The previous approach of never doing it made it easier for mistakes to go unnoticed. Sorry if this breaks your script. It was a mistake to keep the old behavior for so long. * Initool no longer prints the section name on get existing-section missing-property. It is not clear it helped users in any way. It might have been confusing, creating an impression that the section was empty when it may or may not have been. (This change only affects getting a nonexistent property. Initool gets an empty section like it did before. Deleting everything from a section does not delete the section itself, since an empty section's presence may have meaning.) * Initool no longer prints a blank line when there is nothing to output from get or delete. PR: 274122
-rw-r--r--sysutils/initool/Makefile2
-rw-r--r--sysutils/initool/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/initool/Makefile b/sysutils/initool/Makefile
index 0d12cbe43fdb..12a1f739adff 100644
--- a/sysutils/initool/Makefile
+++ b/sysutils/initool/Makefile
@@ -1,6 +1,6 @@
PORTNAME= initool
DISTVERSIONPREFIX= v
-DISTVERSION= 0.12.0
+DISTVERSION= 0.13.0
CATEGORIES= sysutils
MAINTAINER= DtxdF@disroot.org
diff --git a/sysutils/initool/distinfo b/sysutils/initool/distinfo
index 7c8ab0ee66e3..c1ccd2333c61 100644
--- a/sysutils/initool/distinfo
+++ b/sysutils/initool/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691903494
-SHA256 (dbohdan-initool-v0.12.0_GH0.tar.gz) = 2bd3ce5aa080bda522a0fd04130accf76476aa2a2e80fc1c7ea0ee71657b3441
-SIZE (dbohdan-initool-v0.12.0_GH0.tar.gz) = 13207
+TIMESTAMP = 1695810852
+SHA256 (dbohdan-initool-v0.13.0_GH0.tar.gz) = e2404c4f6c7cab8037cee65495941f7ca7b55e55cd4efb87e3f15ad5564de294
+SIZE (dbohdan-initool-v0.13.0_GH0.tar.gz) = 16152