From owner-svn-ports-all@freebsd.org Sat Jan 23 15:30:10 2021 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 4FB774F62C2; Sat, 23 Jan 2021 15:30:10 +0000 (UTC) (envelope-from fluffy@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DNKnZ1sDCz4bb9; Sat, 23 Jan 2021 15:30:10 +0000 (UTC) (envelope-from fluffy@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 32BB2138B3; Sat, 23 Jan 2021 15:30:10 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10NFUAYo003550; Sat, 23 Jan 2021 15:30:10 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10NFU9pw003547; Sat, 23 Jan 2021 15:30:09 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202101231530.10NFU9pw003547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Sat, 23 Jan 2021 15:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562398 - head/graphics/eog-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: head/graphics/eog-plugins X-SVN-Commit-Revision: 562398 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.34 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: Sat, 23 Jan 2021 15:30:10 -0000 Author: fluffy Date: Sat Jan 23 15:30:09 2021 New Revision: 562398 URL: https://svnweb.freebsd.org/changeset/ports/562398 Log: graphics/eog-plugins: Update to 3.26.6 PR: 251596 With hat: desktop Modified: head/graphics/eog-plugins/Makefile head/graphics/eog-plugins/distinfo head/graphics/eog-plugins/pkg-plist Modified: head/graphics/eog-plugins/Makefile ============================================================================== --- head/graphics/eog-plugins/Makefile Sat Jan 23 15:29:15 2021 (r562397) +++ head/graphics/eog-plugins/Makefile Sat Jan 23 15:30:09 2021 (r562398) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eog-plugins -PORTVERSION= 3.26.2 +PORTVERSION= 3.26.6 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= eog:graphics/eog LIB_DEPENDS= libgdata.so:devel/libgdata \ + libgoa-1.0.so:net/gnome-online-accounts \ libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup \ libexif.so:graphics/libexif \ @@ -49,7 +50,7 @@ CHAMPLAIN_USE= GL=egl XORG=x11,xcomposite,xdamage,xex PYTHON_CONFIGURE_ENABLE=python PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} -PYTHON_USES= python:3.4+ +PYTHON_USES= python:3.6+ PYTHON_VARS= GLIB_SCHEMAS+="org.gnome.eog.plugins.export-to-folder.gschema.xml \ org.gnome.eog.plugins.fullscreenbg.gschema.xml \ org.gnome.eog.plugins.pythonconsole.gschema.xml" Modified: head/graphics/eog-plugins/distinfo ============================================================================== --- head/graphics/eog-plugins/distinfo Sat Jan 23 15:29:15 2021 (r562397) +++ head/graphics/eog-plugins/distinfo Sat Jan 23 15:30:09 2021 (r562398) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523036732 -SHA256 (gnome3/eog-plugins-3.26.2.tar.xz) = 1ecd0551b2d3a3e5b8ad942bac5349f85bbe76c336861996a79c6ec7e7e11ff1 -SIZE (gnome3/eog-plugins-3.26.2.tar.xz) = 469072 +TIMESTAMP = 1607147099 +SHA256 (gnome3/eog-plugins-3.26.6.tar.xz) = 7757d1312f5d9dc002386d16948fb9977c813ad59a3f201d4f731b0271c21a84 +SIZE (gnome3/eog-plugins-3.26.6.tar.xz) = 482004 Modified: head/graphics/eog-plugins/pkg-plist ============================================================================== --- head/graphics/eog-plugins/pkg-plist Sat Jan 23 15:29:15 2021 (r562397) +++ head/graphics/eog-plugins/pkg-plist Sat Jan 23 15:30:09 2021 (r562398) @@ -87,6 +87,7 @@ share/locale/mk/LC_MESSAGES/eog-plugins.mo share/locale/ml/LC_MESSAGES/eog-plugins.mo share/locale/mr/LC_MESSAGES/eog-plugins.mo share/locale/nb/LC_MESSAGES/eog-plugins.mo +share/locale/nl/LC_MESSAGES/eog-plugins.mo share/locale/oc/LC_MESSAGES/eog-plugins.mo share/locale/or/LC_MESSAGES/eog-plugins.mo share/locale/pa/LC_MESSAGES/eog-plugins.mo