Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2026 01:55:00 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Armin Zhu <lisp_25689@163.com>
Subject:   git: bcce30616c7c - main - games/moonlight-embedded-devel: Update 2.7.6 => 2.7.7
Message-ID:  <699278f4.3fab6.7f4cf6b0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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

commit bcce30616c7c1947e6a4e7b775f5d43da2177b7c
Author:     Armin Zhu <lisp_25689@163.com>
AuthorDate: 2026-02-16 01:51:00 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-16 01:51:00 +0000

    games/moonlight-embedded-devel: Update 2.7.6 => 2.7.7
    
    Changelog:
     1. Add support for VT switch with drm platform and with -nograb.
     2. Fix ipv6 connect error.
     3. Remote zwp-output and replace with wp-fractional-scale for wayland.
     4. Some others small fixs.
    https://github.com/armin-25689/moonlight-embedded/releases/tag/v2.7.7
    
    Commit Log:
    https://github.com/armin-25689/moonlight-embedded/compare/v2.7.6...v2.7.7
    
    Remove duplicate dependency on libdrm in LIB_DEPENDS.
    
    PR:     293191
---
 games/moonlight-embedded-devel/Makefile | 3 +--
 games/moonlight-embedded-devel/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/games/moonlight-embedded-devel/Makefile b/games/moonlight-embedded-devel/Makefile
index 8e9c1d7ef476..494cfa246fee 100644
--- a/games/moonlight-embedded-devel/Makefile
+++ b/games/moonlight-embedded-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	moonlight-embedded-devel
-DISTVERSION=	2.7.6
+DISTVERSION=	2.7.7
 CATEGORIES=	games
 MASTER_SITES=	https://github.com/armin-25689/moonlight-embedded/releases/download/v${DISTVERSION}/
 
@@ -23,7 +23,6 @@ LIB_DEPENDS=	libavahi-client.so:net/avahi-app \
 		libudev.so:devel/libudev-devd \
 		libuuid.so:misc/libuuid \
 		libva.so:multimedia/libva \
-		libdrm.so:graphics/libdrm \
 		libwayland-client.so:graphics/wayland
 
 USES=		cmake gl localbase:ldflags perl5 pkgconfig sdl ssl tar:xz xorg
diff --git a/games/moonlight-embedded-devel/distinfo b/games/moonlight-embedded-devel/distinfo
index 563b1cc8e75d..f74136045077 100644
--- a/games/moonlight-embedded-devel/distinfo
+++ b/games/moonlight-embedded-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1770293687
-SHA256 (moonlight-embedded-devel-2.7.6.tar.xz) = be4733ef1ad77c0885decd05b1b865e630147599426e9b9d8959d585a5cbb969
-SIZE (moonlight-embedded-devel-2.7.6.tar.xz) = 387616
+TIMESTAMP = 1771158093
+SHA256 (moonlight-embedded-devel-2.7.7.tar.xz) = b653f7730c36394c616f3b0c93e0dab256cec70895103de3275812c86f1ce1d6
+SIZE (moonlight-embedded-devel-2.7.7.tar.xz) = 382528


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699278f4.3fab6.7f4cf6b0>