Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 21:37:23 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 00e37388d855 - main - audio/liblo: Update to 0.35
Message-ID:  <69f66e93.1949e.56009739@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00e37388d8551a8179d156915daa6e545e6d192a

commit 00e37388d8551a8179d156915daa6e545e6d192a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-02 21:27:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-02 21:27:30 +0000

    audio/liblo: Update to 0.35
    
    - Add GitHub to MASTER_SITES
    
    Changes:        https://github.com/radarsat1/liblo/releases
                    https://liblo.sourceforge.net/NEWS.html
---
 audio/liblo/Makefile  | 5 +++--
 audio/liblo/distinfo  | 6 +++---
 audio/liblo/pkg-plist | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/audio/liblo/Makefile b/audio/liblo/Makefile
index 02ddd0556eb3..e07981bbdf50 100644
--- a/audio/liblo/Makefile
+++ b/audio/liblo/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	liblo
-PORTVERSION=	0.34
+PORTVERSION=	0.35
 CATEGORIES=	audio
-MASTER_SITES=	SF
+MASTER_SITES=	https://github.com/radarsat1/liblo/releases/download/${PORTVERSION}/ \
+		SF
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Lightweight Open Sound Control implementation
diff --git a/audio/liblo/distinfo b/audio/liblo/distinfo
index ef7a6a33adf2..79b0fcad16a3 100644
--- a/audio/liblo/distinfo
+++ b/audio/liblo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762586692
-SHA256 (liblo-0.34.tar.gz) = 69aa0cd365dba5ea7799b850a7da659ad303e6074bbd67f4ab84e4d6f5f6c3a4
-SIZE (liblo-0.34.tar.gz) = 684282
+TIMESTAMP = 1777722779
+SHA256 (liblo-0.35.tar.gz) = 9acc4f7e5a24f33472e9acd7e409b7bd6810a46f0a1f3cfeecea22d60f3aae13
+SIZE (liblo-0.35.tar.gz) = 680074
diff --git a/audio/liblo/pkg-plist b/audio/liblo/pkg-plist
index 158988682dcf..e5ed6f86057c 100644
--- a/audio/liblo/pkg-plist
+++ b/audio/liblo/pkg-plist
@@ -13,7 +13,7 @@ include/lo/lo_throw.h
 include/lo/lo_types.h
 lib/liblo.so
 lib/liblo.so.7
-lib/liblo.so.7.6.1
+lib/liblo.so.7.7.0
 libdata/pkgconfig/liblo.pc
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f66e93.1949e.56009739>