summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/caja/Makefile4
-rw-r--r--sysutils/caja/PLIST4
-rw-r--r--sysutils/caja/distinfo11
-rw-r--r--sysutils/caja/patches/patch-configure15
4 files changed, 26 insertions, 8 deletions
diff --git a/sysutils/caja/Makefile b/sysutils/caja/Makefile
index 19b8cb3f1e9..487b36b7bf3 100644
--- a/sysutils/caja/Makefile
+++ b/sysutils/caja/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2019/02/17 05:54:36 gutteridge Exp $
+# $NetBSD: Makefile,v 1.17 2019/03/06 06:02:25 gutteridge Exp $
.include "../../meta-pkgs/mate/Makefile.common"
-DISTNAME= caja-${VERSION:R}.4
+DISTNAME= caja-${VERSION}
CATEGORIES= sysutils
COMMENT= File manager for the MATE desktop
diff --git a/sysutils/caja/PLIST b/sysutils/caja/PLIST
index 64f1d1eab96..eca1557f13d 100644
--- a/sysutils/caja/PLIST
+++ b/sysutils/caja/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/02/17 05:54:36 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/03/06 06:02:25 gutteridge Exp $
bin/caja
bin/caja-autorun-software
bin/caja-connect-server
@@ -33,6 +33,7 @@ share/caja/browser.xml
share/caja/caja-desktop.css
share/caja/caja-extras.placeholder
share/caja/caja-suggested.placeholder
+share/caja/caja.about
share/caja/caja.css
share/caja/patterns/blue_gray_rough.png
share/caja/patterns/blue_ridge.png
@@ -147,6 +148,7 @@ share/locale/frp/LC_MESSAGES/caja.mo
share/locale/fur/LC_MESSAGES/caja.mo
share/locale/fy/LC_MESSAGES/caja.mo
share/locale/ga/LC_MESSAGES/caja.mo
+share/locale/gd/LC_MESSAGES/caja.mo
share/locale/gl/LC_MESSAGES/caja.mo
share/locale/gu/LC_MESSAGES/caja.mo
share/locale/ha/LC_MESSAGES/caja.mo
diff --git a/sysutils/caja/distinfo b/sysutils/caja/distinfo
index 0884dd23ee7..8b27906d528 100644
--- a/sysutils/caja/distinfo
+++ b/sysutils/caja/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.6 2019/02/17 05:54:36 gutteridge Exp $
+$NetBSD: distinfo,v 1.7 2019/03/06 06:02:25 gutteridge Exp $
-SHA1 (caja-1.21.4.tar.xz) = 95c775a107262a68043aec3a3947a82bffa6cab3
-RMD160 (caja-1.21.4.tar.xz) = 9f07fe99c9ceba6dd3bae0972c2eb3885c1bf017
-SHA512 (caja-1.21.4.tar.xz) = 6d033478540a7f902beeffea417d9b7e8bf9236f715f69ea109aa474216164ecea401b84afa2a421cfc1e1a119a34e77b374fe101a0e35fb83c685261c9a015e
-Size (caja-1.21.4.tar.xz) = 3620948 bytes
+SHA1 (caja-1.22.0.tar.xz) = a21a8de047de82eaff263e66fb0b7641b66fff9e
+RMD160 (caja-1.22.0.tar.xz) = 73ff452d5a76aeb51d7dc81cd798647ccc0ad41f
+SHA512 (caja-1.22.0.tar.xz) = ca97a1e81cc7b061bb331d7a4574c76831dbff50bdc9ba0a162675def7278cf5dadb37aacb0e1e37a0ac2cf60df73f98353aaa36fa0e69a0097017eed5d325b6
+Size (caja-1.22.0.tar.xz) = 3562792 bytes
+SHA1 (patch-configure) = 67e6c932c2d5013b54ef6de7e7252eb339685b6c
SHA1 (patch-eel_eel-background.c) = 9d0ed0d9f3c9004f6d9024837538cc26cdb410da
SHA1 (patch-libcaja-private_caja-global-preferences.c) = 122d62430cf57e274f1e561783ca0f69d0de7d56
SHA1 (patch-libcaja-private_caja-global-preferences.h) = edac3dc74ad737ed9e5347e8eb5eb83866dcaadf
diff --git a/sysutils/caja/patches/patch-configure b/sysutils/caja/patches/patch-configure
new file mode 100644
index 00000000000..c4685579c07
--- /dev/null
+++ b/sysutils/caja/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2019/03/06 06:02:25 gutteridge Exp $
+
+Fix non-POSIX compliant test expression.
+
+--- configure.orig 2019-02-24 15:28:13.000000000 +0000
++++ configure
+@@ -16139,7 +16139,7 @@ if test "${enable_self_check+set}" = set
+ fi
+
+ msg_self_check=yes
+-if test "x$enable_self_check" == "xno"; then
++if test "x$enable_self_check" = "xno"; then
+ msg_self_check=no
+
+ $as_echo "#define EEL_OMIT_SELF_CHECK 1" >>confdefs.h