svn commit: r551370 - head/audio/lilv

Mikael Urankar mikael at FreeBSD.org
Sun Oct 4 09:42:44 UTC 2020


Author: mikael
Date: Sun Oct  4 09:42:43 2020
New Revision: 551370
URL: https://svnweb.freebsd.org/changeset/ports/551370

Log:
  audio/lilv: Update to version 0.24.10
  
      Fix memory leaks in lv2bench
      Fix various minor warnings and other code quality issues
      Make lilv_world_get() use translations
      Split and clean up test suite
  
  PR:		250079
  Submitted by:	Michael Beer (maintainer)

Modified:
  head/audio/lilv/Makefile
  head/audio/lilv/distinfo

Modified: head/audio/lilv/Makefile
==============================================================================
--- head/audio/lilv/Makefile	Sun Oct  4 09:41:40 2020	(r551369)
+++ head/audio/lilv/Makefile	Sun Oct  4 09:42:43 2020	(r551370)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lilv
-PORTVERSION=	0.24.8
-PORTREVISION=	1
+PORTVERSION=	0.24.10
 CATEGORIES=	audio
 MASTER_SITES=	https://download.drobilla.net/
 

Modified: head/audio/lilv/distinfo
==============================================================================
--- head/audio/lilv/distinfo	Sun Oct  4 09:41:40 2020	(r551369)
+++ head/audio/lilv/distinfo	Sun Oct  4 09:42:43 2020	(r551370)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590456756
-SHA256 (lilv-0.24.8.tar.bz2) = cadc3654c481aec6a6db504439cf8c0572c06128a6fbca1953a30df77e89c300
-SIZE (lilv-0.24.8.tar.bz2) = 545545
+TIMESTAMP = 1601749426
+SHA256 (lilv-0.24.10.tar.bz2) = d1bba93d6ddacadb5e742fd10ad732727edb743524de229c70cc90ef81ffc594
+SIZE (lilv-0.24.10.tar.bz2) = 443795


More information about the svn-ports-all mailing list