Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2025 13:48:09 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ca4bba3e05e5 - main - emulators/nestopia: Update 1.53.1 => 1.53.2
Message-ID:  <202510221348.59MDm97e093889@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=ca4bba3e05e5371b153cae2156351f85b7e51043

commit ca4bba3e05e5371b153cae2156351f85b7e51043
Author:     Mitchell Clay <mclay@astate.edu>
AuthorDate: 2025-10-22 13:42:14 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-10-22 13:48:05 +0000

    emulators/nestopia: Update 1.53.1 => 1.53.2
    
    Changelog:
    https://github.com/0ldsk00l/nestopia/blob/1.53.2/ChangeLog
    
    - Add lost USES+=xorg.
    - Sort USE_XORG.
    - Fix warnings from portclippy.
    
    PR:     290412
---
 emulators/nestopia/Makefile | 9 +++++----
 emulators/nestopia/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile
index 64dfc49d3821..99d97a1d7a45 100644
--- a/emulators/nestopia/Makefile
+++ b/emulators/nestopia/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nestopia
-DISTVERSION=	1.53.1
+DISTVERSION=	1.53.2
 CATEGORIES=	emulators
 
 MAINTAINER=	mclay@astate.edu
@@ -18,14 +18,15 @@ LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 		libsamplerate.so:audio/libsamplerate
 
 USES=		autoreconf gl gnome jpeg libarchive \
-		localbase:ldflags pkgconfig sdl
+		localbase:ldflags pkgconfig sdl xorg
 USE_CXXSTD=	c++17
 USE_GITHUB=	yes
 GH_ACCOUNT=	0ldsk00l
-GNU_CONFIGURE=	yes
 USE_GL=		gl glu
 USE_SDL=	sdl2
-USE_XORG=	xrender xcursor xfixes xext xft xinerama x11
+USE_XORG=	x11 xcursor xext xfixes xft xinerama xrender
+
+GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS JACK
 
diff --git a/emulators/nestopia/distinfo b/emulators/nestopia/distinfo
index b846fbdcf39b..045ff911d53c 100644
--- a/emulators/nestopia/distinfo
+++ b/emulators/nestopia/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1742944821
-SHA256 (0ldsk00l-nestopia-1.53.1_GH0.tar.gz) = 21aa45f6c608fe290d73fdec0e6f362538a975455b16a4cc54bcdd10962fff3e
-SIZE (0ldsk00l-nestopia-1.53.1_GH0.tar.gz) = 1704326
+TIMESTAMP = 1756411038
+SHA256 (0ldsk00l-nestopia-1.53.2_GH0.tar.gz) = 7783d2673ad496109e7dd3d75756cfef30c5b400409131b83b45c2fa3ddd735b
+SIZE (0ldsk00l-nestopia-1.53.2_GH0.tar.gz) = 1709367


help

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