From owner-svn-ports-all@freebsd.org Mon Oct 3 16:13:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FF60AF469A; Mon, 3 Oct 2016 16:13:14 +0000 (UTC) (envelope-from novel@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 mx1.freebsd.org (Postfix) with ESMTPS id ECDDD904; Mon, 3 Oct 2016 16:13:13 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u93GDDVT093705; Mon, 3 Oct 2016 16:13:13 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u93GDCTP093702; Mon, 3 Oct 2016 16:13:12 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610031613.u93GDCTP093702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 3 Oct 2016 16:13:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423209 - head/net-mgmt/virt-viewer X-SVN-Group: ports-head 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.23 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: Mon, 03 Oct 2016 16:13:14 -0000 Author: novel Date: Mon Oct 3 16:13:12 2016 New Revision: 423209 URL: https://svnweb.freebsd.org/changeset/ports/423209 Log: net-mgmt/virt-viewer: update to 4.0 Modified: head/net-mgmt/virt-viewer/Makefile head/net-mgmt/virt-viewer/distinfo head/net-mgmt/virt-viewer/pkg-plist Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Mon Oct 3 16:12:33 2016 (r423208) +++ head/net-mgmt/virt-viewer/Makefile Mon Oct 3 16:13:12 2016 (r423209) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virt-viewer -PORTVERSION= 3.1 +PORTVERSION= 4.0 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ @@ -26,7 +26,7 @@ OPTIONS_SUB= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share -CONFIGURE_ARGS= --with-gtk=3.0 --with-spice-gtk +CONFIGURE_ARGS= --with-spice-gtk USES= desktop-file-utils gmake pkgconfig shared-mime-info cpe USE_GNOME= gtk30 INSTALLS_ICONS= yes Modified: head/net-mgmt/virt-viewer/distinfo ============================================================================== --- head/net-mgmt/virt-viewer/distinfo Mon Oct 3 16:12:33 2016 (r423208) +++ head/net-mgmt/virt-viewer/distinfo Mon Oct 3 16:13:12 2016 (r423209) @@ -1,2 +1,3 @@ -SHA256 (virt-viewer-3.1.tar.gz) = be4e49470b650fc22513c2c01f2e13e30ee2d494d0d7b319b6f414ca781078c7 -SIZE (virt-viewer-3.1.tar.gz) = 835147 +TIMESTAMP = 1472329982 +SHA256 (virt-viewer-4.0.tar.gz) = 1c427b0ea104539342519334735e6f667d5784c42a5aafc253b580875d88fa1f +SIZE (virt-viewer-4.0.tar.gz) = 897593 Modified: head/net-mgmt/virt-viewer/pkg-plist ============================================================================== --- head/net-mgmt/virt-viewer/pkg-plist Mon Oct 3 16:12:33 2016 (r423208) +++ head/net-mgmt/virt-viewer/pkg-plist Mon Oct 3 16:13:12 2016 (r423209) @@ -2,6 +2,7 @@ bin/remote-viewer bin/virt-viewer man/man1/remote-viewer.1.gz man/man1/virt-viewer.1.gz +share/appdata/remote-viewer.appdata.xml share/applications/remote-viewer.desktop share/icons/hicolor/16x16/apps/virt-viewer.png share/icons/hicolor/22x22/apps/virt-viewer.png @@ -108,10 +109,3 @@ share/mime/packages/virt-viewer-mime.xml %%NLS%%share/locale/zh_TW/LC_MESSAGES/virt-viewer.mo %%NLS%%share/locale/zu/LC_MESSAGES/virt-viewer.mo share/mime/application/x-virt-viewer.xml -%%DATADIR%%/ui/remote-viewer-connect.xml -%%DATADIR%%/ui/virt-viewer-about.xml -%%DATADIR%%/ui/virt-viewer-auth.xml -%%DATADIR%%/ui/virt-viewer-guest-details.xml -%%DATADIR%%/ui/virt-viewer-preferences.xml -%%DATADIR%%/ui/virt-viewer-vm-connection.xml -%%DATADIR%%/ui/virt-viewer.xml