From owner-svn-ports-all@freebsd.org Tue Sep 29 15:17:57 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 947E1425EF2; Tue, 29 Sep 2020 15:17:57 +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 4C131139fPz3RW1; Tue, 29 Sep 2020 15:17:57 +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 50046109A9; Tue, 29 Sep 2020 15:17:57 +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 08TFHvtZ075743; Tue, 29 Sep 2020 15:17:57 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08TFHuTl075740; Tue, 29 Sep 2020 15:17:56 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202009291517.08TFHuTl075740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 29 Sep 2020 15:17:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550520 - head/deskutils/gnome-sound-recorder X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/deskutils/gnome-sound-recorder X-SVN-Commit-Revision: 550520 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: Tue, 29 Sep 2020 15:17:57 -0000 Author: bapt Date: Tue Sep 29 15:17:56 2020 New Revision: 550520 URL: https://svnweb.freebsd.org/changeset/ports/550520 Log: Update to 3.38.0 Modified: head/deskutils/gnome-sound-recorder/Makefile head/deskutils/gnome-sound-recorder/distinfo head/deskutils/gnome-sound-recorder/pkg-plist Modified: head/deskutils/gnome-sound-recorder/Makefile ============================================================================== --- head/deskutils/gnome-sound-recorder/Makefile Tue Sep 29 15:11:58 2020 (r550519) +++ head/deskutils/gnome-sound-recorder/Makefile Tue Sep 29 15:17:56 2020 (r550520) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= gnome-sound-recorder -PORTVERSION= 3.34.0 +PORTVERSION= 3.38.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME sound recorder application @@ -13,13 +13,14 @@ COMMENT= GNOME sound recorder application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgjs.so:lang/gjs +LIB_DEPENDS= libgjs.so:lang/gjs \ + libhandy-1.so:x11-toolkits/libhandy PORTSCOUT= limitw:1,even USES= gettext gnome meson localbase pkgconfig python:3.4+ tar:xz USE_GNOME= gtk30 intlhack introspection -USE_GSTREAMER1= flac ogg pulse +USE_GSTREAMER1= flac ogg pulse bad USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_CMD} INSTALLS_ICONS= yes Modified: head/deskutils/gnome-sound-recorder/distinfo ============================================================================== --- head/deskutils/gnome-sound-recorder/distinfo Tue Sep 29 15:11:58 2020 (r550519) +++ head/deskutils/gnome-sound-recorder/distinfo Tue Sep 29 15:17:56 2020 (r550520) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592233438 -SHA256 (gnome3/gnome-sound-recorder-3.34.0.tar.xz) = 49f1d6e0c06ac3bacc6084b2f5a63c8b91c5a20c3fc824532b7736a1151684c4 -SIZE (gnome3/gnome-sound-recorder-3.34.0.tar.xz) = 133808 +TIMESTAMP = 1601392105 +SHA256 (gnome/gnome-sound-recorder-3.38.0.tar.xz) = 23903f7361be410870fba947209167b96f4907630641d33ccbaa8e42f574b699 +SIZE (gnome/gnome-sound-recorder-3.38.0.tar.xz) = 196820 Modified: head/deskutils/gnome-sound-recorder/pkg-plist ============================================================================== --- head/deskutils/gnome-sound-recorder/pkg-plist Tue Sep 29 15:11:58 2020 (r550519) +++ head/deskutils/gnome-sound-recorder/pkg-plist Tue Sep 29 15:17:56 2020 (r550520) @@ -2,64 +2,66 @@ bin/gnome-sound-recorder share/applications/org.gnome.SoundRecorder.desktop share/icons/hicolor/scalable/apps/org.gnome.SoundRecorder.svg share/icons/hicolor/symbolic/apps/org.gnome.SoundRecorder-symbolic.svg -share/locale/af/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/an/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/ar/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/as/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/be/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/bs/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/ca/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/cs/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/da/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/de/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/el/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/en_GB/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/eo/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/es/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/eu/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/fa/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/fi/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/fr/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/fur/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/gl/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/he/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/hr/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/hu/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/id/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/is/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/it/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/ja/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/kk/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/ko/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/lt/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/lv/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/mjw/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/ml/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/nb/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/ne/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/nl/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/oc/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/pa/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/pl/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/pt/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/pt_BR/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/ro/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/ru/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/sk/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/sl/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/sr/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/sr@latin/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/sv/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/te/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/tg/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/tr/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/uk/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/vi/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/zh_CN/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/zh_HK/LC_MESSAGES/gnome-sound-recorder.mo -share/locale/zh_TW/LC_MESSAGES/gnome-sound-recorder.mo -share/metainfo/org.gnome.SoundRecorder.appdata.xml +share/locale/af/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/an/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ar/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/as/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/be/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/bs/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ca/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ca@valencia/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ckb/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/cs/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/da/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/de/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/el/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/en_GB/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/eo/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/es/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/eu/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/fa/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/fi/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/fr/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/fur/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/gl/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/he/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/hr/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/hu/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/id/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/is/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/it/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ja/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/kk/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ko/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/lt/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/lv/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/mjw/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ml/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ms/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/nb/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ne/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/nl/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/oc/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/pa/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/pl/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/pt/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/pt_BR/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ro/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/ru/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/sk/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/sl/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/sr/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/sr@latin/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/sv/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/te/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/tg/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/tr/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/uk/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/vi/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/zh_CN/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/zh_HK/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/locale/zh_TW/LC_MESSAGES/org.gnome.SoundRecorder.mo +share/metainfo/org.gnome.SoundRecorder.metainfo.xml share/org.gnome.SoundRecorder/org.gnome.SoundRecorder share/org.gnome.SoundRecorder/org.gnome.SoundRecorder.data.gresource share/org.gnome.SoundRecorder/org.gnome.SoundRecorder.src.gresource