diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-10-25 06:13:25 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-10-25 08:37:43 +0000 |
commit | 96f9e7f8d174205e4660e5f2c40bcf562ad75c12 (patch) | |
tree | f0d5b025780708b0c58889e3dbc634f0dd8b0796 /audio | |
parent | d026715a5c82b3b5676f2dd2bc4af3443efe47a8 (diff) | |
download | ports-96f9e7f8d174205e4660e5f2c40bcf562ad75c12.tar.gz ports-96f9e7f8d174205e4660e5f2c40bcf562ad75c12.zip |
audio/sratom: Update to 0.6.16
- Take maintainership
ChangeLog: https://drobilla.net/2023/10/22/sratom-0-6-16.html
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sratom/Makefile | 11 | ||||
-rw-r--r-- | audio/sratom/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/audio/sratom/Makefile b/audio/sratom/Makefile index 5efe1361c9aa..3ee8c8112c9b 100644 --- a/audio/sratom/Makefile +++ b/audio/sratom/Makefile @@ -1,10 +1,9 @@ PORTNAME= sratom -DISTVERSION= 0.6.14 -PORTREVISION= 1 +DISTVERSION= 0.6.16 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Library for serialising LV2 atoms to/from RDF WWW= https://drobilla.net/software/sratom.html @@ -17,13 +16,9 @@ LIB_DEPENDS= libserd-0.so:devel/serd \ RUN_DEPENDS= lv2>=1.14.0:audio/lv2 USES= meson pkgconfig python:build tar:xz -USE_CSTD= c99 USE_LDCONFIG= yes -PLIST_SUB= VERSION=${PORTVERSION} +PLIST_SUB= VERSION=${DISTVERSION} MESON_ARGS+= -Ddocs=disabled -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsratom-0.so.${PORTVERSION} - .include <bsd.port.mk> diff --git a/audio/sratom/distinfo b/audio/sratom/distinfo index f6cff2029761..819bab0d6ab2 100644 --- a/audio/sratom/distinfo +++ b/audio/sratom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666640751 -SHA256 (sratom-0.6.14.tar.xz) = 9982faf40db83aedd9b3850e499fecd6852b8b4ba6dede514013655cffaca1e6 -SIZE (sratom-0.6.14.tar.xz) = 24252 +TIMESTAMP = 1698134671 +SHA256 (sratom-0.6.16.tar.xz) = 71c157991183e53d0555393bb4271c75c9b5f5dab74a5ef22f208bb22de322c4 +SIZE (sratom-0.6.16.tar.xz) = 18940 |