Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2022 22:32:27 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7613a34ed12d - main - devel/serd: Update 0.30.12 -> 0.30.14; Add test target
Message-ID:  <202208212232.27LMWRYZ046460@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7613a34ed12dddbc5abffd560647ab4a0c95287c

commit 7613a34ed12dddbc5abffd560647ab4a0c95287c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-21 21:55:48 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-21 21:55:48 +0000

    devel/serd: Update 0.30.12 -> 0.30.14; Add test target
    
    PR:             265981
    Approved by:    meka@tilda.center (maintainer)
---
 devel/serd/Makefile  | 6 ++++--
 devel/serd/distinfo  | 6 +++---
 devel/serd/pkg-descr | 2 +-
 devel/serd/pkg-plist | 2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/devel/serd/Makefile b/devel/serd/Makefile
index a5d029e88b1c..e0ae04ec85b5 100644
--- a/devel/serd/Makefile
+++ b/devel/serd/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	serd
-PORTVERSION=	0.30.12
+DISTVERSION=	0.30.14
 CATEGORIES=	devel
 MASTER_SITES=	http://download.drobilla.net/
 
@@ -9,12 +9,14 @@ COMMENT=	C library for RDF syntax
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		pkgconfig tar:bzip2 waf
+USES=		meson pkgconfig python:test tar:xz
 USE_CSTD=	c99
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	VERSION=${PORTVERSION}
 
+BINARY_ALIAS=	python3=${PYTHON_CMD}
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/serdi
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
diff --git a/devel/serd/distinfo b/devel/serd/distinfo
index 5eb07266c739..cff4f825c461 100644
--- a/devel/serd/distinfo
+++ b/devel/serd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654550539
-SHA256 (serd-0.30.12.tar.bz2) = 9f9dab4125d88256c1f694b6638cbdbf84c15ce31003cd83cb32fb2192d3e866
-SIZE (serd-0.30.12.tar.bz2) = 594475
+TIMESTAMP = 1661102712
+SHA256 (serd-0.30.14.tar.xz) = a14137d47b11d6ad431e78da341ca9737998d9eaccf6a49263d4c8d79fd856e3
+SIZE (serd-0.30.14.tar.xz) = 168728
diff --git a/devel/serd/pkg-descr b/devel/serd/pkg-descr
index b546ab99af16..809f8a67012f 100644
--- a/devel/serd/pkg-descr
+++ b/devel/serd/pkg-descr
@@ -9,4 +9,4 @@ Serd is written to the Turtle, NTriples and URI specifications, and
 includes a comprehensive test suite which includes all the tests
 from the Turtle specification.
 
-WWW: https://drobilla.net/software/serd
+WWW: https://drobilla.net/software/serd.html
diff --git a/devel/serd/pkg-plist b/devel/serd/pkg-plist
index a1f28a111029..1077cc2d8324 100644
--- a/devel/serd/pkg-plist
+++ b/devel/serd/pkg-plist
@@ -4,4 +4,4 @@ lib/libserd-0.so
 lib/libserd-0.so.0
 lib/libserd-0.so.%%VERSION%%
 libdata/pkgconfig/serd-0.pc
-share/man/man1/serdi.1.gz
+man/man1/serdi.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208212232.27LMWRYZ046460>