View | Details | Raw Unified | Return to bug 265981
Collapse All | Expand All

(-)b/devel/serd/Makefile (-2 / +4 lines)
Lines 1-5 Link Here
1
PORTNAME=	serd
1
PORTNAME=	serd
2
PORTVERSION=	0.30.12
2
DISTVERSION=	0.30.14
3
CATEGORIES=	devel
3
CATEGORIES=	devel
4
MASTER_SITES=	http://download.drobilla.net/
4
MASTER_SITES=	http://download.drobilla.net/
5
5
Lines 9-20 COMMENT= C library for RDF syntax Link Here
9
LICENSE=	ISCL
9
LICENSE=	ISCL
10
LICENSE_FILE=	${WRKSRC}/COPYING
10
LICENSE_FILE=	${WRKSRC}/COPYING
11
11
12
USES=		pkgconfig tar:bzip2 waf
12
USES=		meson pkgconfig python:test tar:xz
13
USE_CSTD=	c99
13
USE_CSTD=	c99
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
PLIST_SUB=	VERSION=${PORTVERSION}
16
PLIST_SUB=	VERSION=${PORTVERSION}
17
17
18
BINARY_ALIAS=	python3=${PYTHON_CMD}
19
18
post-install:
20
post-install:
19
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/serdi
21
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/serdi
20
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
22
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
(-)b/devel/serd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1654550539
1
TIMESTAMP = 1661102712
2
SHA256 (serd-0.30.12.tar.bz2) = 9f9dab4125d88256c1f694b6638cbdbf84c15ce31003cd83cb32fb2192d3e866
2
SHA256 (serd-0.30.14.tar.xz) = a14137d47b11d6ad431e78da341ca9737998d9eaccf6a49263d4c8d79fd856e3
3
SIZE (serd-0.30.12.tar.bz2) = 594475
3
SIZE (serd-0.30.14.tar.xz) = 168728
(-)b/devel/serd/pkg-descr (-1 / +1 lines)
Lines 9-12 Serd is written to the Turtle, NTriples and URI specifications, and Link Here
9
includes a comprehensive test suite which includes all the tests
9
includes a comprehensive test suite which includes all the tests
10
from the Turtle specification.
10
from the Turtle specification.
11
11
12
WWW: https://drobilla.net/software/serd
12
WWW: https://drobilla.net/software/serd.html
(-)b/devel/serd/pkg-plist (-1 / +1 lines)
Lines 4-7 lib/libserd-0.so Link Here
4
lib/libserd-0.so.0
4
lib/libserd-0.so.0
5
lib/libserd-0.so.%%VERSION%%
5
lib/libserd-0.so.%%VERSION%%
6
libdata/pkgconfig/serd-0.pc
6
libdata/pkgconfig/serd-0.pc
7
share/man/man1/serdi.1.gz
7
man/man1/serdi.1.gz

Return to bug 265981