svn commit: r393913 - head/devel/spice-protocol

Jason Helfman jgh at FreeBSD.org
Mon Aug 10 21:52:15 UTC 2015


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


More information about the svn-ports-all mailing list