Index: head/devel/spice-protocol/Makefile =================================================================== --- head/devel/spice-protocol/Makefile (revision 402486) +++ head/devel/spice-protocol/Makefile (revision 402487) @@ -1,17 +1,21 @@ # Created by: Jason Helfman # $FreeBSD$ PORTNAME= spice-protocol -PORTVERSION= 0.12.9 +PORTVERSION= 0.12.10 CATEGORIES= devel MASTER_SITES= http://www.spice-space.org/download/releases/ MAINTAINER= novel@FreeBSD.org COMMENT= Simple Protocol for Independent Computing Environments 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 Index: head/devel/spice-protocol/distinfo =================================================================== --- head/devel/spice-protocol/distinfo (revision 402486) +++ head/devel/spice-protocol/distinfo (revision 402487) @@ -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 Index: head/devel/spice-protocol/files/patch-spice-protocol.pc.in =================================================================== --- head/devel/spice-protocol/files/patch-spice-protocol.pc.in (nonexistent) +++ head/devel/spice-protocol/files/patch-spice-protocol.pc.in (revision 402487) @@ -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 Property changes on: head/devel/spice-protocol/files/patch-spice-protocol.pc.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/spice-protocol/pkg-plist =================================================================== --- head/devel/spice-protocol/pkg-plist (revision 402486) +++ head/devel/spice-protocol/pkg-plist (revision 402487) @@ -1,17 +1,26 @@ include/spice-1/spice/barrier.h include/spice-1/spice/controller_prot.h include/spice-1/spice/end-packed.h include/spice-1/spice/enums.h include/spice-1/spice/error_codes.h include/spice-1/spice/foreign_menu_prot.h include/spice-1/spice/ipc_ring.h include/spice-1/spice/macros.h include/spice-1/spice/protocol.h include/spice-1/spice/qxl_dev.h include/spice-1/spice/qxl_windows.h include/spice-1/spice/start-packed.h 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