summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2020-03-13 15:12:41 +0000
committerryoon <ryoon@pkgsrc.org>2020-03-13 15:12:41 +0000
commit07a9281689e08ebe565249997360356e523f1d51 (patch)
tree26ad1ef43e274f9dd91ea9dc4c596089a9dba40f
parent59bea9ebe5318ce36085a23a5a03cdd32b700030 (diff)
downloadpkgsrc-07a9281689e08ebe565249997360356e523f1d51.tar.gz
shared-mime-info: Fix POSIX shell portability issue
-rw-r--r--databases/shared-mime-info/distinfo3
-rw-r--r--databases/shared-mime-info/patches/patch-Makefile.am13
2 files changed, 15 insertions, 1 deletions
diff --git a/databases/shared-mime-info/distinfo b/databases/shared-mime-info/distinfo
index 614edbe8792..254e353eea3 100644
--- a/databases/shared-mime-info/distinfo
+++ b/databases/shared-mime-info/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.35 2020/02/05 08:04:17 he Exp $
+$NetBSD: distinfo,v 1.36 2020/03/13 15:12:41 ryoon Exp $
SHA1 (shared-mime-info-1.10.tar.xz) = d126fa5a0b16bb5440c6b4c56bf65f83c189e129
RMD160 (shared-mime-info-1.10.tar.xz) = 2542abd899b372cae77a93dafb8b80b7a097e823
SHA512 (shared-mime-info-1.10.tar.xz) = efc2b63cae11e6b0332f8607ba57a885dec68a23ac299bbda3eb6e2c7ed071c7c40dba73e9cf23ab675fcaa86ea3777fa931a9f25000a08ec6a748734c88beda
Size (shared-mime-info-1.10.tar.xz) = 616800 bytes
+SHA1 (patch-Makefile.am) = 73de6b316926b29103dc9152401563d01c152b0a
SHA1 (patch-Makefile.in) = d7237ae74b408332cbf9e3d50a08118bcbf062b7
SHA1 (patch-aa) = 2e55e6051412b06b2661f88673cb14154eef2c8a
diff --git a/databases/shared-mime-info/patches/patch-Makefile.am b/databases/shared-mime-info/patches/patch-Makefile.am
new file mode 100644
index 00000000000..b89043b7abe
--- /dev/null
+++ b/databases/shared-mime-info/patches/patch-Makefile.am
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.am,v 1.1 2020/03/13 15:12:41 ryoon Exp $
+
+--- Makefile.am.orig 2018-04-24 13:09:03.000000000 +0000
++++ Makefile.am
+@@ -147,7 +147,7 @@ check-translations:
+ RET=1; \
+ fi; \
+ done; \
+- if [ $$RET == 1 ] ; then exit 1; fi
++ if [ $$RET = 1 ] ; then exit 1; fi
+
+ update-translations: create-pot
+ @tx pull --all --force --skip