From owner-svn-ports-head@freebsd.org Mon Aug 10 21:52:15 2015 Return-Path: Delivered-To: svn-ports-head@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 9F8EE99EA30; Mon, 10 Aug 2015 21:52:15 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 90DC2E76; Mon, 10 Aug 2015 21:52:15 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7ALqFaq059737; Mon, 10 Aug 2015 21:52:15 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7ALqFMO059735; Mon, 10 Aug 2015 21:52:15 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201508102152.t7ALqFMO059735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Mon, 10 Aug 2015 21:52:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393913 - head/devel/spice-protocol X-SVN-Group: ports-head 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.20 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: Mon, 10 Aug 2015 21:52:15 -0000 Author: jgh Date: Mon Aug 10 21:52:14 2015 New Revision: 393913 URL: https://svnweb.freebsd.org/changeset/ports/393913 Log: - update to 0.12.9 * rename newly introduced SpiceImageCompress enum to SpiceImageCompression as otherwise it was clashing with the definition used by older spice-server releases, breaking QEMU build Modified: head/devel/spice-protocol/Makefile head/devel/spice-protocol/distinfo Modified: head/devel/spice-protocol/Makefile ============================================================================== --- head/devel/spice-protocol/Makefile Mon Aug 10 21:46:50 2015 (r393912) +++ head/devel/spice-protocol/Makefile Mon Aug 10 21:52:14 2015 (r393913) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spice-protocol -PORTVERSION= 0.12.8 +PORTVERSION= 0.12.9 CATEGORIES= devel MASTER_SITES= http://www.spice-space.org/download/releases/ Modified: head/devel/spice-protocol/distinfo ============================================================================== --- head/devel/spice-protocol/distinfo Mon Aug 10 21:46:50 2015 (r393912) +++ head/devel/spice-protocol/distinfo Mon Aug 10 21:52:14 2015 (r393913) @@ -1,2 +1,2 @@ -SHA256 (spice-protocol-0.12.8.tar.bz2) = 116d57a1893c08f8f7801579dffb4c1568a4fb4566aa75c84a2685f150aae67c -SIZE (spice-protocol-0.12.8.tar.bz2) = 71681 +SHA256 (spice-protocol-0.12.9.tar.bz2) = 290cf834dd156014d229b474e98006265ab9c5f63b4c471ea3b2cf8b2ff37876 +SIZE (spice-protocol-0.12.9.tar.bz2) = 71766