From owner-svn-ports-head@freebsd.org Fri Sep 25 13:34:01 2020 Return-Path: Delivered-To: svn-ports-head@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 B7F253F7E03; Fri, 25 Sep 2020 13:34:01 +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 4ByXtx4Sl8z3xZl; Fri, 25 Sep 2020 13:34:01 +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 7C92913DD8; Fri, 25 Sep 2020 13:34:01 +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 08PDY16G021596; Fri, 25 Sep 2020 13:34:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08PDY0Ke021593; Fri, 25 Sep 2020 13:34:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202009251334.08PDY0Ke021593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2020 13:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550031 - head/deskutils/gnome-contacts X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/deskutils/gnome-contacts X-SVN-Commit-Revision: 550031 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2020 13:34:01 -0000 Author: bapt Date: Fri Sep 25 13:34:00 2020 New Revision: 550031 URL: https://svnweb.freebsd.org/changeset/ports/550031 Log: update to 2.32.1 This a first step in the upgrade, which is good enough to be built with newer version of vala without having yet to upgrade many other libs More further update will happen later Modified: head/deskutils/gnome-contacts/Makefile head/deskutils/gnome-contacts/distinfo head/deskutils/gnome-contacts/pkg-plist Modified: head/deskutils/gnome-contacts/Makefile ============================================================================== --- head/deskutils/gnome-contacts/Makefile Fri Sep 25 13:11:37 2020 (r550030) +++ head/deskutils/gnome-contacts/Makefile Fri Sep 25 13:34:00 2020 (r550031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-contacts -PORTVERSION= 3.28.2 +PORTVERSION= 3.32.1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME @@ -29,7 +29,8 @@ LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplai libnspr4.so:devel/nspr \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ - libtelepathy-glib.so:net-im/telepathy-glib + libtelepathy-glib.so:net-im/telepathy-glib \ + libhandy-0.0.so:x11-toolkits/libhandy0 PORTSCOUT= limitw:1,even @@ -38,8 +39,7 @@ USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 gnome intlhack introspection:build USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr USES= gettext gl gnome localbase meson perl5 pkgconfig \ - python:3.4+,build shebangfix sqlite tar:xz xorg -SHEBANG_FILES= meson_post_install.py + python:3.4+,build sqlite tar:xz xorg GLIB_SCHEMAS= org.gnome.Contacts.gschema.xml Modified: head/deskutils/gnome-contacts/distinfo ============================================================================== --- head/deskutils/gnome-contacts/distinfo Fri Sep 25 13:11:37 2020 (r550030) +++ head/deskutils/gnome-contacts/distinfo Fri Sep 25 13:34:00 2020 (r550031) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525958162 -SHA256 (gnome-contacts-3.28.2.tar.xz) = 1c65ceff37d06ff7114b0d335f6c26e0f6bf1eff40af9feba73ad87cdfae8fc6 -SIZE (gnome-contacts-3.28.2.tar.xz) = 365188 +TIMESTAMP = 1601040282 +SHA256 (gnome-contacts-3.32.1.tar.xz) = de0bfd81e4ab4400e7b4b04e81d2de4f2ebae3d70226d3db750c15e9117ce19d +SIZE (gnome-contacts-3.32.1.tar.xz) = 358800 Modified: head/deskutils/gnome-contacts/pkg-plist ============================================================================== --- head/deskutils/gnome-contacts/pkg-plist Fri Sep 25 13:11:37 2020 (r550030) +++ head/deskutils/gnome-contacts/pkg-plist Fri Sep 25 13:34:00 2020 (r550031) @@ -5,12 +5,8 @@ share/applications/org.gnome.Contacts.desktop share/dbus-1/services/org.gnome.Contacts.SearchProvider.service share/dbus-1/services/org.gnome.Contacts.service share/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini -share/icons/hicolor/16x16/apps/gnome-contacts.png -share/icons/hicolor/22x22/apps/gnome-contacts.png -share/icons/hicolor/32x32/apps/gnome-contacts.png -share/icons/hicolor/48x48/apps/gnome-contacts.png -share/icons/hicolor/512x512/apps/gnome-contacts.png -share/icons/hicolor/symbolic/apps/gnome-contacts-symbolic.svg +share/icons/hicolor/scalable/apps/org.gnome.Contacts.svg +share/icons/hicolor/symbolic/apps/org.gnome.Contacts-symbolic.svg share/locale/af/LC_MESSAGES/gnome-contacts.mo share/locale/ar/LC_MESSAGES/gnome-contacts.mo share/locale/as/LC_MESSAGES/gnome-contacts.mo