pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/moreutils



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Mar 24 20:51:24 UTC 2024

Modified Files:
        pkgsrc/misc/moreutils: Makefile distinfo
        pkgsrc/misc/moreutils/patches: patch-Makefile

Log Message:
moreutils: Update to 0.69

Changes:
0.69
----
- Makefile: Warn users of pkgx.dev about their poor life choices.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/misc/moreutils/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/moreutils/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/moreutils/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/moreutils/Makefile
diff -u pkgsrc/misc/moreutils/Makefile:1.17 pkgsrc/misc/moreutils/Makefile:1.18
--- pkgsrc/misc/moreutils/Makefile:1.17 Sat Dec  2 19:57:28 2023
+++ pkgsrc/misc/moreutils/Makefile      Sun Mar 24 20:51:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2023/12/02 19:57:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.18 2024/03/24 20:51:24 leot Exp $
 
-DISTNAME=      moreutils-0.68
+DISTNAME=      moreutils-0.69
 CATEGORIES=    misc
 MASTER_SITES=  https://git.joeyh.name/index.cgi/moreutils.git/snapshot/
 

Index: pkgsrc/misc/moreutils/distinfo
diff -u pkgsrc/misc/moreutils/distinfo:1.11 pkgsrc/misc/moreutils/distinfo:1.12
--- pkgsrc/misc/moreutils/distinfo:1.11 Sat Dec  2 19:57:28 2023
+++ pkgsrc/misc/moreutils/distinfo      Sun Mar 24 20:51:24 2024
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2023/12/02 19:57:28 schmonz Exp $
+$NetBSD: distinfo,v 1.12 2024/03/24 20:51:24 leot Exp $
 
-BLAKE2s (moreutils-0.68.tar.gz) = 66ab1699f6abfbd534a937e3ae3549ccb79b95d0cb7af7db6241fae956c3af0d
-SHA512 (moreutils-0.68.tar.gz) = 8d2ee4ab1e2409a4adde018c558884ff6c642c7426b1d07d5d15bf89ba42ea5aec279c01d7d80815a825adc527ceddf0de8db9c05b0392fccc8e76bcae032558
-Size (moreutils-0.68.tar.gz) = 93732 bytes
-SHA1 (patch-Makefile) = ff3ecd6260600063628e142c5ba59829b0bfc4bb
+BLAKE2s (moreutils-0.69.tar.gz) = 606637734d06beb145c7775b1223ba58011d61b27874b000d5aa94b23cda7c8e
+SHA512 (moreutils-0.69.tar.gz) = 0f9033a860bbbc72d50331809c94e7d29c1125339b68434d68d95039ec075b46daff642ad4a08303444fa7873f04a894c4f2010b6ce74e92f868cfc246e39a6f
+Size (moreutils-0.69.tar.gz) = 93899 bytes
+SHA1 (patch-Makefile) = e34e500edbc3816bdd5436a42d7bd1b8231407c6
 SHA1 (patch-ifdata.c) = 5c0d9737657354ad1877f2efc6ff08e76ca7bc62
 SHA1 (patch-is__utf8_Makefile) = 4959888851a1652b6e22082b20bf9fdd58ee9555
 SHA1 (patch-pee.c) = 0c2cf167e7038fadd818ea3262686a1b4ed5aa7e

Index: pkgsrc/misc/moreutils/patches/patch-Makefile
diff -u pkgsrc/misc/moreutils/patches/patch-Makefile:1.3 pkgsrc/misc/moreutils/patches/patch-Makefile:1.4
--- pkgsrc/misc/moreutils/patches/patch-Makefile:1.3    Thu Jan 13 11:49:41 2022
+++ pkgsrc/misc/moreutils/patches/patch-Makefile        Sun Mar 24 20:51:24 2024
@@ -1,10 +1,10 @@
-$NetBSD: patch-Makefile,v 1.3 2022/01/13 11:49:41 leot Exp $
+$NetBSD: patch-Makefile,v 1.4 2024/03/24 20:51:24 leot Exp $
 
 - Instruct Makefile to properly handle also man pages and scripts via
   corresponding INSTALL_{MAN,SCRIPT} in a similar vein of INSTALL_BIN.
 - Introduce MANDIR in order to ease the installation of man pages
 
---- Makefile.orig      2021-12-21 19:39:00.000000000 +0000
+--- Makefile.orig      2024-02-25 19:47:01.000000000 +0000
 +++ Makefile
 @@ -3,7 +3,10 @@ PERLSCRIPTS=vidir vipe ts combine zrun c
  MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1
@@ -17,8 +17,8 @@ $NetBSD: patch-Makefile,v 1.3 2022/01/13
  
  ifneq (,$(findstring CYGWIN,$(shell uname)))
        DOCBOOKXSL?=/usr/share/sgml/docbook/xsl-stylesheets
-@@ -26,10 +29,10 @@ isutf8: is_utf8/*.c is_utf8/*.h
- install:
+@@ -31,10 +34,10 @@ install:
+ 
        mkdir -p $(DESTDIR)$(PREFIX)/bin
        $(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
 -      install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin



Home | Main Index | Thread Index | Old Index