pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/iso-codes
Module Name: pkgsrc
Committed By: tnn
Date: Fri Mar 13 11:10:17 UTC 2020
Modified Files:
pkgsrc/textproc/iso-codes: distinfo
Added Files:
pkgsrc/textproc/iso-codes/patches: patch-Makefile.in
Log Message:
iso-codes: silence double brackets warning
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/iso-codes/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/iso-codes/patches/patch-Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/iso-codes/distinfo
diff -u pkgsrc/textproc/iso-codes/distinfo:1.48 pkgsrc/textproc/iso-codes/distinfo:1.49
--- pkgsrc/textproc/iso-codes/distinfo:1.48 Tue Nov 28 13:47:22 2017
+++ pkgsrc/textproc/iso-codes/distinfo Fri Mar 13 11:10:17 2020
@@ -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
Added files:
Index: pkgsrc/textproc/iso-codes/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/textproc/iso-codes/patches/patch-Makefile.in:1.1
--- /dev/null Fri Mar 13 11:10:17 2020
+++ pkgsrc/textproc/iso-codes/patches/patch-Makefile.in Fri Mar 13 11:10:17 2020
@@ -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