pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/lowdown/patches
Module Name: pkgsrc
Committed By: joerg
Date: Wed Mar 18 18:01:47 UTC 2020
Added Files:
pkgsrc/textproc/lowdown/patches: patch-Makefile
Log Message:
Fix shell portability
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/lowdown/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/lowdown/patches/patch-Makefile
diff -u /dev/null pkgsrc/textproc/lowdown/patches/patch-Makefile:1.1
--- /dev/null Wed Mar 18 18:01:47 2020
+++ pkgsrc/textproc/lowdown/patches/patch-Makefile Wed Mar 18 18:01:47 2020
@@ -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