From owner-svn-ports-all@freebsd.org Thu Sep 24 08:48:44 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 708BF3F0B53; Thu, 24 Sep 2020 08:48:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BxpcD2BJgz46jg; Thu, 24 Sep 2020 08:48:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A3EF1F0D2; Thu, 24 Sep 2020 08:48:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08O8mhMJ046656; Thu, 24 Sep 2020 08:48:43 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08O8mgiT046651; Thu, 24 Sep 2020 08:48:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202009240848.08O8mgiT046651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 24 Sep 2020 08:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549899 - in head: deskutils/caja-extensions x11-fm/caja x11-fm/caja/files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: deskutils/caja-extensions x11-fm/caja x11-fm/caja/files X-SVN-Commit-Revision: 549899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2020 08:48:44 -0000 Author: bapt Date: Thu Sep 24 08:48:42 2020 New Revision: 549899 URL: https://svnweb.freebsd.org/changeset/ports/549899 Log: Update caja 1.24.0 and its extensions to 1.24.1 Deleted: head/x11-fm/caja/files/ Modified: head/deskutils/caja-extensions/Makefile head/deskutils/caja-extensions/distinfo head/deskutils/caja-extensions/pkg-plist head/x11-fm/caja/Makefile head/x11-fm/caja/distinfo head/x11-fm/caja/pkg-plist Modified: head/deskutils/caja-extensions/Makefile ============================================================================== --- head/deskutils/caja-extensions/Makefile Thu Sep 24 08:38:38 2020 (r549898) +++ head/deskutils/caja-extensions/Makefile Thu Sep 24 08:48:42 2020 (r549899) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= caja-extensions -PORTVERSION= 1.22.1 +PORTVERSION= 1.24.1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/deskutils/caja-extensions/distinfo ============================================================================== --- head/deskutils/caja-extensions/distinfo Thu Sep 24 08:38:38 2020 (r549898) +++ head/deskutils/caja-extensions/distinfo Thu Sep 24 08:48:42 2020 (r549899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577048147 -SHA256 (mate/caja-extensions-1.22.1.tar.xz) = d0845b6f2921ee7b7c951d4490a4fd7166f90b85f60a22aef77c75b53fbcf077 -SIZE (mate/caja-extensions-1.22.1.tar.xz) = 439516 +TIMESTAMP = 1600873982 +SHA256 (mate/caja-extensions-1.24.1.tar.xz) = 8533c3e0d3b0984eac284168744ecd12f8d0bdd914b908b4b71a496c95f5538e +SIZE (mate/caja-extensions-1.24.1.tar.xz) = 552340 Modified: head/deskutils/caja-extensions/pkg-plist ============================================================================== --- head/deskutils/caja-extensions/pkg-plist Thu Sep 24 08:38:38 2020 (r549898) +++ head/deskutils/caja-extensions/pkg-plist Thu Sep 24 08:48:42 2020 (r549899) @@ -17,7 +17,6 @@ libdata/pkgconfig/caja-sendto.pc man/man1/caja-sendto.1.gz %%DATADIR%%/caja-image-resize.ui %%DATADIR%%/caja-image-rotate.ui -%%DATADIR%%/caja-sendto.ui %%DATADIR%%/share-dialog.ui share/caja/extensions/libcaja-gksu.caja-extension share/caja/extensions/libcaja-image-converter.caja-extension Modified: head/x11-fm/caja/Makefile ============================================================================== --- head/x11-fm/caja/Makefile Thu Sep 24 08:38:38 2020 (r549898) +++ head/x11-fm/caja/Makefile Thu Sep 24 08:48:42 2020 (r549899) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= caja -PORTVERSION= 1.22.3 -PORTREVISION= 1 +PORTVERSION= 1.24.0 CATEGORIES= x11-fm mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/x11-fm/caja/distinfo ============================================================================== --- head/x11-fm/caja/distinfo Thu Sep 24 08:38:38 2020 (r549898) +++ head/x11-fm/caja/distinfo Thu Sep 24 08:48:42 2020 (r549899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577273923 -SHA256 (mate/caja-1.22.3.tar.xz) = c76237edacadc5f01cf36a229575899800162ffa5d20ac94ff25cf00138e54f0 -SIZE (mate/caja-1.22.3.tar.xz) = 3493232 +TIMESTAMP = 1591973265 +SHA256 (mate/caja-1.24.0.tar.xz) = 80e17a55739561b213197f547cc1b30ca977206980cfa1e2d892331810f1ceb2 +SIZE (mate/caja-1.24.0.tar.xz) = 5221716 Modified: head/x11-fm/caja/pkg-plist ============================================================================== --- head/x11-fm/caja/pkg-plist Thu Sep 24 08:38:38 2020 (r549898) +++ head/x11-fm/caja/pkg-plist Thu Sep 24 08:48:42 2020 (r549899) @@ -14,6 +14,7 @@ include/caja/libcaja-extension/caja-menu-provider.h include/caja/libcaja-extension/caja-menu.h include/caja/libcaja-extension/caja-property-page-provider.h include/caja/libcaja-extension/caja-property-page.h +include/caja/libcaja-extension/caja-widget-view-provider.h lib/girepository-1.0/Caja-2.0.typelib lib/libcaja-extension.so lib/libcaja-extension.so.1 @@ -31,7 +32,12 @@ share/applications/caja-folder-handler.desktop share/applications/caja-home.desktop share/applications/caja.desktop share/applications/mate-network-scheme.desktop +%%DATADIR%%/a11y-caja-desktop-base.css %%DATADIR%%/browser.xml +%%DATADIR%%/caja-desktop-ContrastHigh.css +%%DATADIR%%/caja-desktop-ContrastHighInverse.css +%%DATADIR%%/caja-desktop-HighContrast.css +%%DATADIR%%/caja-desktop-HighContrastInverse.css %%DATADIR%%/caja-desktop.css %%DATADIR%%/caja-extras.placeholder %%DATADIR%%/caja-suggested.placeholder @@ -88,6 +94,7 @@ share/doc/libcaja-extension/CajaMenuItem.html share/doc/libcaja-extension/CajaMenuProvider.html share/doc/libcaja-extension/CajaPropertyPage.html share/doc/libcaja-extension/CajaPropertyPageProvider.html +share/doc/libcaja-extension/CajaWidgetViewProvider.html share/doc/libcaja-extension/ch01.html share/doc/libcaja-extension/home.png share/doc/libcaja-extension/index.html @@ -231,6 +238,8 @@ share/locale/zh_HK/LC_MESSAGES/caja.mo share/locale/zh_TW/LC_MESSAGES/caja.mo share/locale/zu/LC_MESSAGES/caja.mo share/metainfo/caja.appdata.xml +share/mime/application/x-mate-saved-search.xml +share/mime/packages/caja.xml share/pixmaps/caja/audio.svg share/pixmaps/caja/backgrounds.png share/pixmaps/caja/chit_frame.png