From owner-dev-commits-ports-main@freebsd.org Wed Aug 4 17:54:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 9FBE46529DE; Wed, 4 Aug 2021 17:54:55 +0000 (UTC) (envelope-from git@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 4GfzsW43dpz4g44; Wed, 4 Aug 2021 17:54:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70C1729DF; Wed, 4 Aug 2021 17:54:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 174HstUJ060588; Wed, 4 Aug 2021 17:54:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 174Hst4p060587; Wed, 4 Aug 2021 17:54:55 GMT (envelope-from git) Date: Wed, 4 Aug 2021 17:54:55 GMT Message-Id: <202108041754.174Hst4p060587@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 6e353a1484d3 - main - deskutils/gnome-dictionary: Update to 40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6e353a1484d3d275aceb7b7308d2ecbb89a8b5af Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 17:54:55 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e353a1484d3d275aceb7b7308d2ecbb89a8b5af commit 6e353a1484d3d275aceb7b7308d2ecbb89a8b5af Author: Neel Chauhan AuthorDate: 2021-08-04 17:54:53 +0000 Commit: Neel Chauhan CommitDate: 2021-08-04 17:54:53 +0000 deskutils/gnome-dictionary: Update to 40.0 --- deskutils/gnome-dictionary/Makefile | 12 ++++---- deskutils/gnome-dictionary/distinfo | 6 ++-- deskutils/gnome-dictionary/pkg-plist | 55 +++++++++++++++++++----------------- 3 files changed, 38 insertions(+), 35 deletions(-) diff --git a/deskutils/gnome-dictionary/Makefile b/deskutils/gnome-dictionary/Makefile index 204c5182295c..a32ed5f3086d 100644 --- a/deskutils/gnome-dictionary/Makefile +++ b/deskutils/gnome-dictionary/Makefile @@ -1,21 +1,21 @@ # Created by: Joe Marcus Clarke PORTNAME= gnome-dictionary -PORTVERSION= 3.26.1 +PORTVERSION= 40.0 CATEGORIES= deskutils gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 dictionary lookup application -LICENSE=GPLv2 LGPL21 -LICENSE_COMB= multi +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.libs -BUILD_DEPENDS= itstool:textproc/itstool \ - docbook-xsl>=0:textproc/docbook-xsl +BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ + itstool:textproc/itstool PORTSCOUT= limitw:1,even diff --git a/deskutils/gnome-dictionary/distinfo b/deskutils/gnome-dictionary/distinfo index 44424af6e652..286fe597f6a5 100644 --- a/deskutils/gnome-dictionary/distinfo +++ b/deskutils/gnome-dictionary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516390306 -SHA256 (gnome3/gnome-dictionary-3.26.1.tar.xz) = 16b8bc248dcf68987826d5e39234b1bb7fd24a2607fcdbf4258fde88f012f300 -SIZE (gnome3/gnome-dictionary-3.26.1.tar.xz) = 662048 +TIMESTAMP = 1628099354 +SHA256 (gnome3/gnome-dictionary-40.0.tar.xz) = 2e650c2a4cea8cc4d02d4a583c456cbbc9d1871e918c7dc4de081ded1d830db5 +SIZE (gnome3/gnome-dictionary-40.0.tar.xz) = 603388 diff --git a/deskutils/gnome-dictionary/pkg-plist b/deskutils/gnome-dictionary/pkg-plist index f52f1f671329..990ab4cadc08 100644 --- a/deskutils/gnome-dictionary/pkg-plist +++ b/deskutils/gnome-dictionary/pkg-plist @@ -1,15 +1,13 @@ bin/gnome-dictionary man/man1/gnome-dictionary.1.gz -share/appdata/org.gnome.Dictionary.appdata.xml share/applications/org.gnome.Dictionary.desktop share/dbus-1/services/org.gnome.Dictionary.service share/gdict-1.0/sources/default.desktop -share/gdict-1.0/sources/spanish.desktop share/gdict-1.0/sources/thai.desktop share/help/C/gnome-dictionary/definition.page share/help/C/gnome-dictionary/dictionary-select.page +share/help/C/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/C/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/C/gnome-dictionary/figures/gnome-dictionary.png share/help/C/gnome-dictionary/find.page share/help/C/gnome-dictionary/index.page share/help/C/gnome-dictionary/introduction.page @@ -30,8 +28,8 @@ share/help/C/gnome-dictionary/sources.page share/help/C/gnome-dictionary/text-copy.page share/help/ca/gnome-dictionary/definition.page share/help/ca/gnome-dictionary/dictionary-select.page +share/help/ca/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/ca/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/ca/gnome-dictionary/figures/gnome-dictionary.png share/help/ca/gnome-dictionary/find.page share/help/ca/gnome-dictionary/index.page share/help/ca/gnome-dictionary/introduction.page @@ -52,8 +50,8 @@ share/help/ca/gnome-dictionary/sources.page share/help/ca/gnome-dictionary/text-copy.page share/help/cs/gnome-dictionary/definition.page share/help/cs/gnome-dictionary/dictionary-select.page +share/help/cs/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/cs/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/cs/gnome-dictionary/figures/gnome-dictionary.png share/help/cs/gnome-dictionary/find.page share/help/cs/gnome-dictionary/index.page share/help/cs/gnome-dictionary/introduction.page @@ -74,8 +72,8 @@ share/help/cs/gnome-dictionary/sources.page share/help/cs/gnome-dictionary/text-copy.page share/help/da/gnome-dictionary/definition.page share/help/da/gnome-dictionary/dictionary-select.page +share/help/da/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/da/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/da/gnome-dictionary/figures/gnome-dictionary.png share/help/da/gnome-dictionary/find.page share/help/da/gnome-dictionary/index.page share/help/da/gnome-dictionary/introduction.page @@ -96,8 +94,8 @@ share/help/da/gnome-dictionary/sources.page share/help/da/gnome-dictionary/text-copy.page share/help/de/gnome-dictionary/definition.page share/help/de/gnome-dictionary/dictionary-select.page +share/help/de/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/de/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/de/gnome-dictionary/figures/gnome-dictionary.png share/help/de/gnome-dictionary/find.page share/help/de/gnome-dictionary/index.page share/help/de/gnome-dictionary/introduction.page @@ -118,8 +116,8 @@ share/help/de/gnome-dictionary/sources.page share/help/de/gnome-dictionary/text-copy.page share/help/el/gnome-dictionary/definition.page share/help/el/gnome-dictionary/dictionary-select.page +share/help/el/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/el/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/el/gnome-dictionary/figures/gnome-dictionary.png share/help/el/gnome-dictionary/find.page share/help/el/gnome-dictionary/index.page share/help/el/gnome-dictionary/introduction.page @@ -140,8 +138,8 @@ share/help/el/gnome-dictionary/sources.page share/help/el/gnome-dictionary/text-copy.page share/help/en_GB/gnome-dictionary/definition.page share/help/en_GB/gnome-dictionary/dictionary-select.page +share/help/en_GB/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/en_GB/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/en_GB/gnome-dictionary/figures/gnome-dictionary.png share/help/en_GB/gnome-dictionary/find.page share/help/en_GB/gnome-dictionary/index.page share/help/en_GB/gnome-dictionary/introduction.page @@ -162,8 +160,8 @@ share/help/en_GB/gnome-dictionary/sources.page share/help/en_GB/gnome-dictionary/text-copy.page share/help/es/gnome-dictionary/definition.page share/help/es/gnome-dictionary/dictionary-select.page +share/help/es/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/es/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/es/gnome-dictionary/figures/gnome-dictionary.png share/help/es/gnome-dictionary/find.page share/help/es/gnome-dictionary/index.page share/help/es/gnome-dictionary/introduction.page @@ -184,8 +182,8 @@ share/help/es/gnome-dictionary/sources.page share/help/es/gnome-dictionary/text-copy.page share/help/eu/gnome-dictionary/definition.page share/help/eu/gnome-dictionary/dictionary-select.page +share/help/eu/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/eu/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/eu/gnome-dictionary/figures/gnome-dictionary.png share/help/eu/gnome-dictionary/find.page share/help/eu/gnome-dictionary/index.page share/help/eu/gnome-dictionary/introduction.page @@ -206,8 +204,8 @@ share/help/eu/gnome-dictionary/sources.page share/help/eu/gnome-dictionary/text-copy.page share/help/fi/gnome-dictionary/definition.page share/help/fi/gnome-dictionary/dictionary-select.page +share/help/fi/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/fi/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/fi/gnome-dictionary/figures/gnome-dictionary.png share/help/fi/gnome-dictionary/find.page share/help/fi/gnome-dictionary/index.page share/help/fi/gnome-dictionary/introduction.page @@ -228,8 +226,8 @@ share/help/fi/gnome-dictionary/sources.page share/help/fi/gnome-dictionary/text-copy.page share/help/fr/gnome-dictionary/definition.page share/help/fr/gnome-dictionary/dictionary-select.page +share/help/fr/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/fr/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/fr/gnome-dictionary/figures/gnome-dictionary.png share/help/fr/gnome-dictionary/find.page share/help/fr/gnome-dictionary/index.page share/help/fr/gnome-dictionary/introduction.page @@ -250,8 +248,8 @@ share/help/fr/gnome-dictionary/sources.page share/help/fr/gnome-dictionary/text-copy.page share/help/gl/gnome-dictionary/definition.page share/help/gl/gnome-dictionary/dictionary-select.page +share/help/gl/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/gl/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/gl/gnome-dictionary/figures/gnome-dictionary.png share/help/gl/gnome-dictionary/find.page share/help/gl/gnome-dictionary/index.page share/help/gl/gnome-dictionary/introduction.page @@ -272,8 +270,8 @@ share/help/gl/gnome-dictionary/sources.page share/help/gl/gnome-dictionary/text-copy.page share/help/hu/gnome-dictionary/definition.page share/help/hu/gnome-dictionary/dictionary-select.page +share/help/hu/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/hu/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/hu/gnome-dictionary/figures/gnome-dictionary.png share/help/hu/gnome-dictionary/find.page share/help/hu/gnome-dictionary/index.page share/help/hu/gnome-dictionary/introduction.page @@ -294,8 +292,8 @@ share/help/hu/gnome-dictionary/sources.page share/help/hu/gnome-dictionary/text-copy.page share/help/id/gnome-dictionary/definition.page share/help/id/gnome-dictionary/dictionary-select.page +share/help/id/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/id/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/id/gnome-dictionary/figures/gnome-dictionary.png share/help/id/gnome-dictionary/find.page share/help/id/gnome-dictionary/index.page share/help/id/gnome-dictionary/introduction.page @@ -316,8 +314,8 @@ share/help/id/gnome-dictionary/sources.page share/help/id/gnome-dictionary/text-copy.page share/help/it/gnome-dictionary/definition.page share/help/it/gnome-dictionary/dictionary-select.page +share/help/it/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/it/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/it/gnome-dictionary/figures/gnome-dictionary.png share/help/it/gnome-dictionary/find.page share/help/it/gnome-dictionary/index.page share/help/it/gnome-dictionary/introduction.page @@ -338,8 +336,8 @@ share/help/it/gnome-dictionary/sources.page share/help/it/gnome-dictionary/text-copy.page share/help/ko/gnome-dictionary/definition.page share/help/ko/gnome-dictionary/dictionary-select.page +share/help/ko/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/ko/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/ko/gnome-dictionary/figures/gnome-dictionary.png share/help/ko/gnome-dictionary/find.page share/help/ko/gnome-dictionary/index.page share/help/ko/gnome-dictionary/introduction.page @@ -360,8 +358,8 @@ share/help/ko/gnome-dictionary/sources.page share/help/ko/gnome-dictionary/text-copy.page share/help/oc/gnome-dictionary/definition.page share/help/oc/gnome-dictionary/dictionary-select.page +share/help/oc/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/oc/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/oc/gnome-dictionary/figures/gnome-dictionary.png share/help/oc/gnome-dictionary/find.page share/help/oc/gnome-dictionary/index.page share/help/oc/gnome-dictionary/introduction.page @@ -382,8 +380,8 @@ share/help/oc/gnome-dictionary/sources.page share/help/oc/gnome-dictionary/text-copy.page share/help/pl/gnome-dictionary/definition.page share/help/pl/gnome-dictionary/dictionary-select.page +share/help/pl/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/pl/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/pl/gnome-dictionary/figures/gnome-dictionary.png share/help/pl/gnome-dictionary/find.page share/help/pl/gnome-dictionary/index.page share/help/pl/gnome-dictionary/introduction.page @@ -404,8 +402,8 @@ share/help/pl/gnome-dictionary/sources.page share/help/pl/gnome-dictionary/text-copy.page share/help/pt_BR/gnome-dictionary/definition.page share/help/pt_BR/gnome-dictionary/dictionary-select.page +share/help/pt_BR/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/pt_BR/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/pt_BR/gnome-dictionary/figures/gnome-dictionary.png share/help/pt_BR/gnome-dictionary/find.page share/help/pt_BR/gnome-dictionary/index.page share/help/pt_BR/gnome-dictionary/introduction.page @@ -426,8 +424,8 @@ share/help/pt_BR/gnome-dictionary/sources.page share/help/pt_BR/gnome-dictionary/text-copy.page share/help/ru/gnome-dictionary/definition.page share/help/ru/gnome-dictionary/dictionary-select.page +share/help/ru/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/ru/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/ru/gnome-dictionary/figures/gnome-dictionary.png share/help/ru/gnome-dictionary/find.page share/help/ru/gnome-dictionary/index.page share/help/ru/gnome-dictionary/introduction.page @@ -448,8 +446,8 @@ share/help/ru/gnome-dictionary/sources.page share/help/ru/gnome-dictionary/text-copy.page share/help/sl/gnome-dictionary/definition.page share/help/sl/gnome-dictionary/dictionary-select.page +share/help/sl/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/sl/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/sl/gnome-dictionary/figures/gnome-dictionary.png share/help/sl/gnome-dictionary/find.page share/help/sl/gnome-dictionary/index.page share/help/sl/gnome-dictionary/introduction.page @@ -470,8 +468,8 @@ share/help/sl/gnome-dictionary/sources.page share/help/sl/gnome-dictionary/text-copy.page share/help/sv/gnome-dictionary/definition.page share/help/sv/gnome-dictionary/dictionary-select.page +share/help/sv/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/sv/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/sv/gnome-dictionary/figures/gnome-dictionary.png share/help/sv/gnome-dictionary/find.page share/help/sv/gnome-dictionary/index.page share/help/sv/gnome-dictionary/introduction.page @@ -492,8 +490,8 @@ share/help/sv/gnome-dictionary/sources.page share/help/sv/gnome-dictionary/text-copy.page share/help/uk/gnome-dictionary/definition.page share/help/uk/gnome-dictionary/dictionary-select.page +share/help/uk/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/uk/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/uk/gnome-dictionary/figures/gnome-dictionary.png share/help/uk/gnome-dictionary/find.page share/help/uk/gnome-dictionary/index.page share/help/uk/gnome-dictionary/introduction.page @@ -514,8 +512,8 @@ share/help/uk/gnome-dictionary/sources.page share/help/uk/gnome-dictionary/text-copy.page share/help/zh_CN/gnome-dictionary/definition.page share/help/zh_CN/gnome-dictionary/dictionary-select.page +share/help/zh_CN/gnome-dictionary/figures/gnome-dictionary-3-26.png share/help/zh_CN/gnome-dictionary/figures/gnome-dictionary-icon.png -share/help/zh_CN/gnome-dictionary/figures/gnome-dictionary.png share/help/zh_CN/gnome-dictionary/find.page share/help/zh_CN/gnome-dictionary/index.page share/help/zh_CN/gnome-dictionary/introduction.page @@ -534,6 +532,9 @@ share/help/zh_CN/gnome-dictionary/sources-edit.page share/help/zh_CN/gnome-dictionary/sources-select.page share/help/zh_CN/gnome-dictionary/sources.page share/help/zh_CN/gnome-dictionary/text-copy.page +share/icons/hicolor/scalable/apps/org.gnome.Dictionary.Devel.svg +share/icons/hicolor/scalable/apps/org.gnome.Dictionary.svg +share/icons/hicolor/symbolic/apps/org.gnome.Dictionary-symbolic.svg share/locale/af/LC_MESSAGES/gnome-dictionary.mo share/locale/am/LC_MESSAGES/gnome-dictionary.mo share/locale/ar/LC_MESSAGES/gnome-dictionary.mo @@ -589,6 +590,7 @@ share/locale/lt/LC_MESSAGES/gnome-dictionary.mo share/locale/lv/LC_MESSAGES/gnome-dictionary.mo share/locale/mai/LC_MESSAGES/gnome-dictionary.mo share/locale/mg/LC_MESSAGES/gnome-dictionary.mo +share/locale/mjw/LC_MESSAGES/gnome-dictionary.mo share/locale/mk/LC_MESSAGES/gnome-dictionary.mo share/locale/ml/LC_MESSAGES/gnome-dictionary.mo share/locale/mn/LC_MESSAGES/gnome-dictionary.mo @@ -629,3 +631,4 @@ share/locale/xh/LC_MESSAGES/gnome-dictionary.mo share/locale/zh_CN/LC_MESSAGES/gnome-dictionary.mo share/locale/zh_HK/LC_MESSAGES/gnome-dictionary.mo share/locale/zh_TW/LC_MESSAGES/gnome-dictionary.mo +share/metainfo/org.gnome.Dictionary.appdata.xml