Date: Fri, 27 Nov 2015 14:58:09 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402487 - in head/devel/spice-protocol: . files Message-ID: <201511271458.tAREw9gj061536@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Fri Nov 27 14:58:09 2015 New Revision: 402487 URL: https://svnweb.freebsd.org/changeset/ports/402487 Log: devel/spice-protocol: update to 0.12.10 PR: 204836 (based on) Submitted by: olevole@olevole.ru Added: head/devel/spice-protocol/files/ head/devel/spice-protocol/files/patch-spice-protocol.pc.in (contents, props changed) Modified: head/devel/spice-protocol/Makefile head/devel/spice-protocol/distinfo head/devel/spice-protocol/pkg-plist Modified: head/devel/spice-protocol/Makefile ============================================================================== --- head/devel/spice-protocol/Makefile Fri Nov 27 11:45:28 2015 (r402486) +++ head/devel/spice-protocol/Makefile Fri Nov 27 14:58:09 2015 (r402487) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spice-protocol -PORTVERSION= 0.12.9 +PORTVERSION= 0.12.10 CATEGORIES= devel MASTER_SITES= http://www.spice-space.org/download/releases/ @@ -14,4 +14,8 @@ LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig tar:bzip2 +post-patch: + @${REINPLACE_CMD} -e 's|(libdir)/spice-protocol|(datadir)/spice-protocol/|' \ + ${WRKSRC}/Makefile.in ${WRKSRC}/python_modules/Makefile.in + .include <bsd.port.mk> Modified: head/devel/spice-protocol/distinfo ============================================================================== --- head/devel/spice-protocol/distinfo Fri Nov 27 11:45:28 2015 (r402486) +++ head/devel/spice-protocol/distinfo Fri Nov 27 14:58:09 2015 (r402487) @@ -1,2 +1,2 @@ -SHA256 (spice-protocol-0.12.9.tar.bz2) = 290cf834dd156014d229b474e98006265ab9c5f63b4c471ea3b2cf8b2ff37876 -SIZE (spice-protocol-0.12.9.tar.bz2) = 71766 +SHA256 (spice-protocol-0.12.10.tar.bz2) = 788f0d7195bec5b14371732b562eb55ca82712aab12273b0e87529fb30532efb +SIZE (spice-protocol-0.12.10.tar.bz2) = 103029 Added: head/devel/spice-protocol/files/patch-spice-protocol.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spice-protocol/files/patch-spice-protocol.pc.in Fri Nov 27 14:58:09 2015 (r402487) @@ -0,0 +1,12 @@ +--- spice-protocol.pc.in.orig 2015-11-27 10:59:58 UTC ++++ spice-protocol.pc.in +@@ -1,7 +1,7 @@ + prefix=@prefix@ +-exec_prefix=@exec_prefix@ + includedir=@includedir@ +-codegendir=@libdir@/spice-protocol ++datadir=${prefix}/share ++codegendir=${datadir}/spice-protocol + + Name: spice-protocol + Description: SPICE protocol headers Modified: head/devel/spice-protocol/pkg-plist ============================================================================== --- head/devel/spice-protocol/pkg-plist Fri Nov 27 11:45:28 2015 (r402486) +++ head/devel/spice-protocol/pkg-plist Fri Nov 27 14:58:09 2015 (r402487) @@ -14,4 +14,13 @@ include/spice-1/spice/stats.h include/spice-1/spice/types.h include/spice-1/spice/vd_agent.h include/spice-1/spice/vdi_dev.h +%%DATADIR%%/python_modules/__init__.py +%%DATADIR%%/python_modules/codegen.py +%%DATADIR%%/python_modules/demarshal.py +%%DATADIR%%/python_modules/marshal.py +%%DATADIR%%/python_modules/ptypes.py +%%DATADIR%%/python_modules/spice_parser.py +%%DATADIR%%/spice.proto +%%DATADIR%%/spice1.proto +%%DATADIR%%/spice_codegen.py libdata/pkgconfig/spice-protocol.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511271458.tAREw9gj061536>