From d5074d3fe3d493c3332152cc38aa52d8866a51e8 Mon Sep 17 00:00:00 2001 From: krant Date: Sun, 11 Feb 2024 23:38:44 +0200 Subject: [PATCH] moreutils: update to 0.68 - Refresh patches Signed-off-by: krant --- utils/moreutils/Makefile | 4 ++-- utils/moreutils/patches/001_disable-manuals.patch | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/utils/moreutils/Makefile b/utils/moreutils/Makefile index ddb545aaa1..822e568bf3 100644 --- a/utils/moreutils/Makefile +++ b/utils/moreutils/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=moreutils -PKG_VERSION:=0.65 +PKG_VERSION:=0.68 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://git.kitenet.net/index.cgi/moreutils.git/snapshot -PKG_HASH:=60c9f6b55204e64cfcd12fd66e75cf7a061b6761f3d5b7797f2452cb17598881 +PKG_HASH:=5eb14bc7bc1407743478ebdbd83772bf3b927fd949136a2fbbde96fa6000b6e7 PKG_MAINTAINER:=Nikil Mehta PKG_LICENSE:=GPL-2.0-or-later diff --git a/utils/moreutils/patches/001_disable-manuals.patch b/utils/moreutils/patches/001_disable-manuals.patch index 5fcf397346..d5181a3047 100644 --- a/utils/moreutils/patches/001_disable-manuals.patch +++ b/utils/moreutils/patches/001_disable-manuals.patch @@ -14,8 +14,8 @@ install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin - mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1 -- install $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1 +- install -m 644 $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1 - - check: isutf8 - ./is_utf8/test.sh - + uninstall: + for i in $(BINS) $(PERLSCRIPTS); do rm -f $(DESTDIR)$(PREFIX)/bin/$$i; done + for i in $(MANS); do rm -f $(DESTDIR)$(PREFIX)/share/man/man1/$$i; done