Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2025 20:26:42 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 775759268ed6 - 2025Q2 - multimedia/celluloid: Update to 0.29
Message-ID:  <202505172026.54HKQgEq037668@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2025Q2 has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=775759268ed6b7271e64a543eb22174ab17fe993

commit 775759268ed6b7271e64a543eb22174ab17fe993
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-05-17 20:16:50 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-05-17 20:19:49 +0000

    multimedia/celluloid: Update to 0.29
    
    - Add tests
    
    ChangeLog:      https://github.com/celluloid-player/celluloid/releases/tag/v0.29
    MFH:            2025Q2 (bugfix release)
    
    (cherry picked from commit a93756849a3aa79cad043080284ebfb91d84efae)
---
 multimedia/celluloid/Makefile | 5 ++++-
 multimedia/celluloid/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/multimedia/celluloid/Makefile b/multimedia/celluloid/Makefile
index da685af785e3..187d220143ee 100644
--- a/multimedia/celluloid/Makefile
+++ b/multimedia/celluloid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	celluloid
-DISTVERSION=	0.28
+DISTVERSION=	0.29
 CATEGORIES=	multimedia
 MASTER_SITES=	https://github.com/${PORTNAME}-player/${PORTNAME}/releases/download/v${DISTVERSION}/
 
@@ -19,4 +19,7 @@ USE_GNOME=	gdkpixbuf gtk40 libadwaita
 GLIB_SCHEMAS=	io.github.celluloid_player.Celluloid.gschema.xml
 SHEBANG_FILES=	meson-post-install.py src/generate-authors.py
 
+do-test:
+	cd ${BUILD_WRKSRC} &&  ${DO_MAKE_BUILD} test
+
 .include <bsd.port.mk>
diff --git a/multimedia/celluloid/distinfo b/multimedia/celluloid/distinfo
index 15e010d2be83..8f1e06b0a73c 100644
--- a/multimedia/celluloid/distinfo
+++ b/multimedia/celluloid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1743777276
-SHA256 (celluloid-0.28.tar.xz) = 5b36fdf0dfff873d149655064350e370872dc54226dd2cbfcc02fa0c107e533a
-SIZE (celluloid-0.28.tar.xz) = 358184
+TIMESTAMP = 1747507527
+SHA256 (celluloid-0.29.tar.xz) = 5b9991557cc2764a8281a24aa726a645287eb075cde0f0ae7c737965264a119c
+SIZE (celluloid-0.29.tar.xz) = 362568


home | help

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