From 1eaa89e817cac1d734bcc4525d6a06bac15b9bf6 Mon Sep 17 00:00:00 2001 From: John McQuah Date: Thu, 18 Apr 2024 11:12:22 +0000 Subject: [PATCH] prt-utils: updated to version 1.3.3 --- prt-utils/.footprint | 11 +++++++++++ prt-utils/.signature | 8 ++++---- prt-utils/Pkgfile | 7 +++---- prt-utils/README | 4 ++-- 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/prt-utils/.footprint b/prt-utils/.footprint index 1af793b26..6e9b356c9 100644 --- a/prt-utils/.footprint +++ b/prt-utils/.footprint @@ -67,3 +67,14 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/prtverify.1.gz -rw-r--r-- root/root usr/share/man/man1/prtwash.1.gz -rw-r--r-- root/root usr/share/man/man1/revdep.1.gz +drwxr-xr-x root/root usr/share/portspage/ +-rw-r--r-- root/root usr/share/portspage/style.html +drwxr-xr-x root/root usr/share/prtcreate/ +-rw-r--r-- root/root usr/share/prtcreate/autotools +-rw-r--r-- root/root usr/share/prtcreate/cmake +-rw-r--r-- root/root usr/share/prtcreate/meson +-rw-r--r-- root/root usr/share/prtcreate/ninja +-rw-r--r-- root/root usr/share/prtcreate/perl +-rw-r--r-- root/root usr/share/prtcreate/py3pip +-rw-r--r-- root/root usr/share/prtcreate/py3setup +-rw-r--r-- root/root usr/share/prtcreate/r diff --git a/prt-utils/.signature b/prt-utils/.signature index 1a152e216..5d9e2341f 100644 --- a/prt-utils/.signature +++ b/prt-utils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/aom6xiu0HXHMdfpwrZY0Y8OV93yGMfnDt8EDD7Hz2juawqBxFHS6VWxSvVJO9eOwsl6zyhb94WVtLQ1krypZAg= -SHA256 (Pkgfile) = 5c35dce990e7483a5ad9c158a6df20bba7512eeb5f5cdc8deaa181bef161ba19 -SHA256 (.footprint) = dedce0df9ec313acbb38f626433654a57c4e04fb8c624f95c3536f504b6ad446 -SHA256 (prt-utils-1.3.2-3.tar.gz) = 76d9d2f7e88464f01ea35f6f85eb08633e0c9764687a8a4056e3b712d452a9ff +RWSE3ohX2g5d/bgEP3ZwtWpoBlWOU/cyGkHThC7IAnKp9opetgmHISSkuhwO0t/fbfsvHJ7lLn+iSrPesCXoeFwskK79SGpUrAU= +SHA256 (Pkgfile) = d0947e66027507ccede5057791dade81ff4b077d62aa8f6aefa655a5ddad567f +SHA256 (.footprint) = 6f1c811ae9a03fa50a0efbda542a758c596a60a10f8d31e8a2b0de2609c42eb0 +SHA256 (prt-utils-1.3.3-1.tar.gz) = 79b6926cabbc9b021a81b0e5edabe0c6e38d32306c97b3263258f31d7e7582f8 diff --git a/prt-utils/Pkgfile b/prt-utils/Pkgfile index 17fd9c7f6..e300d317d 100644 --- a/prt-utils/Pkgfile +++ b/prt-utils/Pkgfile @@ -4,10 +4,9 @@ # Depends on: elfutils dialog name=prt-utils -version=1.3.2 -release=3 -_commit=1bdb894947dddab6192e6d0c8c6d1617cd8a44f4 -source=(https://git.crux.nu/tools/$name/archive/$_commit.tar.gz) +version=1.3.3 +release=1 +source=(https://git.crux.nu/tools/$name/archive/release-$version.tar.gz) renames=($name-$version-$release.tar.gz) build() { diff --git a/prt-utils/README b/prt-utils/README index 4174c8769..ec3ac05a3 100644 --- a/prt-utils/README +++ b/prt-utils/README @@ -1,7 +1,7 @@ README for prt-utils -version 1.3.2 offers the user-facing part of prtverify in two -alternative implementations: bash and gawk. The `make install` +Starting with version 1.3.2, the user-facing part of prtverify has +two alternative implementations: bash and gawk. The `make install` rule creates /usr/bin/prtverify pointing to the gawk version. Feel free to change the target of the symlink, define an alias in your profile (e.g., alias prtverify="/usr/bin/prtverify.sh "),