pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/lowdown Fix shell portability



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46cfa7a17f3b
branches:  trunk
changeset: 413351:46cfa7a17f3b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 18 18:01:35 2020 +0000

description:
Fix shell portability

diffstat:

 textproc/lowdown/distinfo               |   3 ++-
 textproc/lowdown/patches/patch-Makefile |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 1a1b3d53f722 -r 46cfa7a17f3b textproc/lowdown/distinfo
--- a/textproc/lowdown/distinfo Wed Mar 18 18:01:23 2020 +0000
+++ b/textproc/lowdown/distinfo Wed Mar 18 18:01:35 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2020/03/07 22:17:01 fcambus Exp $
+$NetBSD: distinfo,v 1.6 2020/03/18 18:01:35 joerg Exp $
 
 SHA1 (lowdown-0.6.1.tar.gz) = 9946bb8331913c9bdea40fad015b460b70fb42ce
 RMD160 (lowdown-0.6.1.tar.gz) = 355f7443331f29e6acc656129c29e2b959772774
 SHA512 (lowdown-0.6.1.tar.gz) = bbd431431850492406889d67ebe11ad5e2542293d4a30f8f0c7a2d0377291b35f484437a9d07474d1853d9839b22271026160c6be31bf78843488fb5cafc880e
 Size (lowdown-0.6.1.tar.gz) = 122806 bytes
+SHA1 (patch-Makefile) = 6ca6ffd3f560c6cfa2821c0569b78737256fb727
diff -r 1a1b3d53f722 -r 46cfa7a17f3b textproc/lowdown/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/lowdown/patches/patch-Makefile   Wed Mar 18 18:01:35 2020 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile,v 1.1 2020/03/18 18:01:47 joerg Exp $
+
+--- Makefile.orig      2020-03-18 17:19:14.307880180 +0000
++++ Makefile
+@@ -101,7 +101,7 @@ install: all
+ distcheck: lowdown.tar.gz.sha512
+       mandoc -Tlint -Wwarning man/*.[135]
+       newest=`grep "<h1>" versions.xml | tail -n1 | sed 's![  ]*!!g'` ; \
+-             [ "$$newest" == "<h1>$(VERSION)</h1>" ] || \
++             [ "$$newest" = "<h1>$(VERSION)</h1>" ] || \
+               { echo "Version $(VERSION) not newest in versions.xml" 1>&2 ; exit 1 ; }
+       rm -rf .distcheck
+       sha512 -C lowdown.tar.gz.sha512 lowdown.tar.gz



Home | Main Index | Thread Index | Old Index