pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/iso-codes iso-codes: silence double brackets ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14e3b227b24f
branches:  trunk
changeset: 412915:14e3b227b24f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Mar 13 11:10:17 2020 +0000

description:
iso-codes: silence double brackets warning

diffstat:

 textproc/iso-codes/distinfo                  |   3 ++-
 textproc/iso-codes/patches/patch-Makefile.in |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 87c53fa88cd8 -r 14e3b227b24f textproc/iso-codes/distinfo
--- a/textproc/iso-codes/distinfo       Fri Mar 13 10:41:54 2020 +0000
+++ b/textproc/iso-codes/distinfo       Fri Mar 13 11:10:17 2020 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.48 2017/11/28 13:47:22 wiz Exp $
+$NetBSD: distinfo,v 1.49 2020/03/13 11:10:17 tnn Exp $
 
 SHA1 (iso-codes-3.77.tar.xz) = 3aad7970923d690b6927761ef3f80f6c9ab8f3c3
 RMD160 (iso-codes-3.77.tar.xz) = c55f8e24c1216fedd20de71fdb483b7154b22221
 SHA512 (iso-codes-3.77.tar.xz) = ec75ef123800ee84c593246a7bb08d06d9598de67253cc641c0503ec6f6125b669e347a791f616b40259a5f0ae3267323e21893293082bf7fc3871e308095af3
 Size (iso-codes-3.77.tar.xz) = 3480200 bytes
+SHA1 (patch-Makefile.in) = 2691a496f8e85bce90fe6c0fd8174fa7593a25f2
 SHA1 (patch-bin_xml__from__json.py) = 39fc944725377362faa3b39d03e164c7d57f1497
diff -r 87c53fa88cd8 -r 14e3b227b24f textproc/iso-codes/patches/patch-Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/iso-codes/patches/patch-Makefile.in      Fri Mar 13 11:10:17 2020 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-Makefile.in,v 1.1 2020/03/13 11:10:17 tnn Exp $
+
+silence double brackets warning
+
+--- Makefile.in.orig   2020-03-13 10:53:38.791153946 +0000
++++ Makefile.in
+@@ -857,8 +857,8 @@ sign-release: iso-codes-$(VERSION).tar.x
+ 
+ .PHONY: upload
+ upload:
+-      @if [[ -f "iso-codes-$(VERSION).tar.xz" ]] \
+-      && [[ -f "iso-codes-$(VERSION).tar.xz.sig" ]]; then \
++      @if [ -f "iso-codes-$(VERSION).tar.xz" ] \
++      && [ -f "iso-codes-$(VERSION).tar.xz.sig" ]; then \
+               scp iso-codes-$(VERSION).tar.* \
+               alioth.debian.org:/srv/home/groups/pkg-isocodes/htdocs/downloads; \
+       fi



Home | Main Index | Thread Index | Old Index