Index: head/audio/lilv/Makefile =================================================================== --- head/audio/lilv/Makefile (revision 536573) +++ head/audio/lilv/Makefile (revision 536574) @@ -1,36 +1,36 @@ # Created by: Michael Beer # $FreeBSD$ PORTNAME= lilv -PORTVERSION= 0.24.6 +PORTVERSION= 0.24.8 CATEGORIES= audio -MASTER_SITES= http://download.drobilla.net/ +MASTER_SITES= https://download.drobilla.net/ MAINTAINER= beerml@sigma6audio.de COMMENT= Lilv makes the use of LV2 plugins as simple as possible LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 LIB_DEPENDS= libserd-0.so:devel/serd \ libsndfile.so:audio/libsndfile \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom RUN_DEPENDS= lv2>=1.14.0:audio/lv2 USES= pkgconfig python:build tar:bzip2 waf USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblilv-0.so.${PORTVERSION} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilv-bench @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2apply @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2bench @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2info @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2ls .include Index: head/audio/lilv/distinfo =================================================================== --- head/audio/lilv/distinfo (revision 536573) +++ head/audio/lilv/distinfo (revision 536574) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590393198 -SHA256 (lilv-0.24.6.tar.bz2) = 5f544cf79656e0782a03a2cc7ab1d31a93f36d71d4187bd427ade8d7b55370dc -SIZE (lilv-0.24.6.tar.bz2) = 541765 +TIMESTAMP = 1590456756 +SHA256 (lilv-0.24.8.tar.bz2) = cadc3654c481aec6a6db504439cf8c0572c06128a6fbca1953a30df77e89c300 +SIZE (lilv-0.24.8.tar.bz2) = 545545 Index: head/audio/lilv/pkg-descr =================================================================== --- head/audio/lilv/pkg-descr (revision 536573) +++ head/audio/lilv/pkg-descr (revision 536574) @@ -1,7 +1,7 @@ Lilv is a C library to make the use of LV2 plugins as simple as possible for applications. Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications. -WWW: http://drobilla.net/software/lilv/ +WWW: https://drobilla.net/software/lilv