pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/moreutils moreutils: Update to 0.64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0ebaccfac2a
branches:  trunk
changeset: 440495:b0ebaccfac2a
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Oct 09 15:46:56 2020 +0000

description:
moreutils: Update to 0.64

pkgsrc changes:
 - Remove patch-is__utf8_Makefile, same problem fixed upstream

Changes:
0.64
----
 - parallel: fix typo in usage message.
 - Makefile: Propagate compiler and linker flags when building is_utf8.
 - ts: Fix parsing of ISO-8601 dates. Thanks, David Laban.
 - parallel: Allow compiling with uClibc-ng, which does not have getloadavg.
   Thanks, Rosen Penev

diffstat:

 misc/moreutils/Makefile                        |   5 ++---
 misc/moreutils/distinfo                        |  11 +++++------
 misc/moreutils/patches/patch-is__utf8_Makefile |  19 -------------------
 3 files changed, 7 insertions(+), 28 deletions(-)

diffs (56 lines):

diff -r 59054a42420d -r b0ebaccfac2a misc/moreutils/Makefile
--- a/misc/moreutils/Makefile   Fri Oct 09 15:43:18 2020 +0000
+++ b/misc/moreutils/Makefile   Fri Oct 09 15:46:56 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/08/31 18:10:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2020/10/09 15:46:56 leot Exp $
 
-DISTNAME=      moreutils-0.63
-PKGREVISION=   2
+DISTNAME=      moreutils-0.64
 CATEGORIES=    misc
 MASTER_SITES=  https://git.joeyh.name/index.cgi/moreutils.git/snapshot/
 
diff -r 59054a42420d -r b0ebaccfac2a misc/moreutils/distinfo
--- a/misc/moreutils/distinfo   Fri Oct 09 15:43:18 2020 +0000
+++ b/misc/moreutils/distinfo   Fri Oct 09 15:46:56 2020 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.5 2019/02/02 17:53:41 leot Exp $
+$NetBSD: distinfo,v 1.6 2020/10/09 15:46:56 leot Exp $
 
-SHA1 (moreutils-0.63.tar.gz) = fd8924dc609995b0ad172c546be3d3d72f46ad01
-RMD160 (moreutils-0.63.tar.gz) = 056a6e43e2fb5f1d9474145853bf92a067f0e304
-SHA512 (moreutils-0.63.tar.gz) = d8a217e740fc34b8c360dda2b1bd947095671d658bb711740918638f0590d7189519b470aeeab523614f01678d07ce79c927e59eb8417a709dd925726e56a3e6
-Size (moreutils-0.63.tar.gz) = 92609 bytes
+SHA1 (moreutils-0.64.tar.gz) = 2cbfc4e70e0cb996a6f8e5f854145acc85d0fd23
+RMD160 (moreutils-0.64.tar.gz) = 1e11ebc5d4d9621f85507ee8fb6a86a64c822b31
+SHA512 (moreutils-0.64.tar.gz) = 94f131b9b02a8c1139dfe34abacab022687f51413c529288f57fa876676c028e200324ed855b910a7dbfb4290eb8b38b3dc182eda49988f521a550162b0a0eec
+Size (moreutils-0.64.tar.gz) = 92741 bytes
 SHA1 (patch-Makefile) = 80fb38e584db12f344ed66da76c8bee0127d17cc
 SHA1 (patch-ifdata.c) = 5c0d9737657354ad1877f2efc6ff08e76ca7bc62
-SHA1 (patch-is__utf8_Makefile) = 8feacdc8a0a0939aefd7f647be8196bdfdbda66c
 SHA1 (patch-pee.c) = 0c2cf167e7038fadd818ea3262686a1b4ed5aa7e
 SHA1 (patch-sponge.c) = 3ba941bcc1d6595c8fb6aa59b1636e86dadfdf32
diff -r 59054a42420d -r b0ebaccfac2a misc/moreutils/patches/patch-is__utf8_Makefile
--- a/misc/moreutils/patches/patch-is__utf8_Makefile    Fri Oct 09 15:43:18 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-is__utf8_Makefile,v 1.1 2017/09/04 09:44:41 leot Exp $
-
-Honor LDFLAGS for RELRO builds.
-
---- is_utf8/Makefile.orig      2016-08-13 13:58:21.000000000 +0000
-+++ is_utf8/Makefile
-@@ -41,10 +41,10 @@ CC = gcc
- CFLAGS = -O3 -Wextra -Wall -ansi -Wstrict-prototypes
- 
- $(NAME): $(OBJ)
--      $(CC) $(CFLAGS) -o $(NAME) $(OBJ)
-+      $(CC) $(CFLAGS) $(LDFLAGS) -o $(NAME) $(OBJ)
- 
- IS_UTF8_LIB:
--      $(CC) --shared -fPIC $(CFLAGS) $(LIB_SRC) -o $(LINKERNAME)
-+      $(CC) --shared -fPIC $(CFLAGS) $(LDFLAGS) $(LIB_SRC) -o $(LINKERNAME)
- 
- all:
-               @make $(NAME)



Home | Main Index | Thread Index | Old Index