View | Details | Raw Unified | Return to bug 204836 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	spice-protocol
4
PORTNAME=	spice-protocol
5
PORTVERSION=	0.12.9
5
PORTVERSION=	0.12.10
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://www.spice-space.org/download/releases/
7
MASTER_SITES=	http://www.spice-space.org/download/releases/
8
8
Lines 14-17 Link Here
14
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
15
USES=	gmake pathfix pkgconfig tar:bzip2
15
USES=	gmake pathfix pkgconfig tar:bzip2
16
16
17
post-patch:
18
	${REINPLACE_CMD} -e 's|(libdir)/spice-protocol|(datadir)/spice-protocol/|' \
19
		${WRKSRC}/Makefile.in ${WRKSRC}/python_modules/Makefile.in
20
17
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (spice-protocol-0.12.9.tar.bz2) = 290cf834dd156014d229b474e98006265ab9c5f63b4c471ea3b2cf8b2ff37876
1
SHA256 (spice-protocol-0.12.10.tar.bz2) = 788f0d7195bec5b14371732b562eb55ca82712aab12273b0e87529fb30532efb
2
SIZE (spice-protocol-0.12.9.tar.bz2) = 71766
2
SIZE (spice-protocol-0.12.10.tar.bz2) = 103029
(-)pkg-plist (+9 lines)
Lines 14-17 Link Here
14
include/spice-1/spice/types.h
14
include/spice-1/spice/types.h
15
include/spice-1/spice/vd_agent.h
15
include/spice-1/spice/vd_agent.h
16
include/spice-1/spice/vdi_dev.h
16
include/spice-1/spice/vdi_dev.h
17
%%DATADIR%%/python_modules/__init__.py
18
%%DATADIR%%/python_modules/codegen.py
19
%%DATADIR%%/python_modules/demarshal.py
20
%%DATADIR%%/python_modules/marshal.py
21
%%DATADIR%%/python_modules/ptypes.py
22
%%DATADIR%%/python_modules/spice_parser.py
23
%%DATADIR%%/spice.proto
24
%%DATADIR%%/spice1.proto
25
%%DATADIR%%/spice_codegen.py
17
libdata/pkgconfig/spice-protocol.pc
26
libdata/pkgconfig/spice-protocol.pc

Return to bug 204836