diff options
author | novel <novel@FreeBSD.org> | 2016-10-04 00:11:40 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-10-04 00:11:40 +0800 |
commit | 9db63e8e288e08ac6f8eccf038b172294648c84d (patch) | |
tree | cadb968914eb47644e61672608183f460caf2c49 /devel | |
parent | 4866c016f15665eb2966f1e2fb58d8e7218181c6 (diff) | |
download | freebsd-ports-gnome-9db63e8e288e08ac6f8eccf038b172294648c84d.tar.gz freebsd-ports-gnome-9db63e8e288e08ac6f8eccf038b172294648c84d.tar.zst freebsd-ports-gnome-9db63e8e288e08ac6f8eccf038b172294648c84d.zip |
devel/spice-protocol: update to 0.12.12
Diffstat (limited to 'devel')
-rw-r--r-- | devel/spice-protocol/Makefile | 10 | ||||
-rw-r--r-- | devel/spice-protocol/distinfo | 5 | ||||
-rw-r--r-- | devel/spice-protocol/files/patch-spice-protocol.pc.in | 12 | ||||
-rw-r--r-- | devel/spice-protocol/pkg-plist | 16 |
4 files changed, 4 insertions, 39 deletions
diff --git a/devel/spice-protocol/Makefile b/devel/spice-protocol/Makefile index 5cddbce38003..e3dbcda8896d 100644 --- a/devel/spice-protocol/Makefile +++ b/devel/spice-protocol/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spice-protocol -PORTVERSION= 0.12.10 -PORTREVISION= 1 +PORTVERSION= 0.12.12 CATEGORIES= devel MASTER_SITES= http://www.spice-space.org/download/releases/ @@ -17,11 +16,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig python tar:bzip2 -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/spice-protocol|(datadir)/spice-protocol/|' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/python_modules/Makefile.in - -post-install: - @${PYTHON_CMD} -m compileall -d ${DATADIR} ${STAGEDIR}${DATADIR} - .include <bsd.port.mk> diff --git a/devel/spice-protocol/distinfo b/devel/spice-protocol/distinfo index d359bf520585..804ad8e12914 100644 --- a/devel/spice-protocol/distinfo +++ b/devel/spice-protocol/distinfo @@ -1,2 +1,3 @@ -SHA256 (spice-protocol-0.12.10.tar.bz2) = 788f0d7195bec5b14371732b562eb55ca82712aab12273b0e87529fb30532efb -SIZE (spice-protocol-0.12.10.tar.bz2) = 103029 +TIMESTAMP = 1472391515 +SHA256 (spice-protocol-0.12.12.tar.bz2) = 17abdc2743b5d44b0f4423b61c44aafe9f2078c27218aeea78c2d02a5c409d03 +SIZE (spice-protocol-0.12.12.tar.bz2) = 80628 diff --git a/devel/spice-protocol/files/patch-spice-protocol.pc.in b/devel/spice-protocol/files/patch-spice-protocol.pc.in deleted file mode 100644 index 54a75260c38e..000000000000 --- a/devel/spice-protocol/files/patch-spice-protocol.pc.in +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 diff --git a/devel/spice-protocol/pkg-plist b/devel/spice-protocol/pkg-plist index 948d9946f40c..a926906bf094 100644 --- a/devel/spice-protocol/pkg-plist +++ b/devel/spice-protocol/pkg-plist @@ -14,20 +14,4 @@ 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/__init__.pyc -%%DATADIR%%/python_modules/codegen.py -%%DATADIR%%/python_modules/codegen.pyc -%%DATADIR%%/python_modules/demarshal.py -%%DATADIR%%/python_modules/demarshal.pyc -%%DATADIR%%/python_modules/marshal.py -%%DATADIR%%/python_modules/marshal.pyc -%%DATADIR%%/python_modules/ptypes.py -%%DATADIR%%/python_modules/ptypes.pyc -%%DATADIR%%/python_modules/spice_parser.py -%%DATADIR%%/python_modules/spice_parser.pyc -%%DATADIR%%/spice.proto -%%DATADIR%%/spice1.proto -%%DATADIR%%/spice_codegen.py -%%DATADIR%%/spice_codegen.pyc libdata/pkgconfig/spice-protocol.pc |