git: 1cbf65feca56 - main - emulators/nestopia: Update to 1.51.0

Neel Chauhan nc at FreeBSD.org
Mon Jun 21 16:52:45 UTC 2021


The branch main has been updated by nc:

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

commit 1cbf65feca561e0c10cefea3becb69f5f442f3b7
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-06-21 16:52:42 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-06-21 16:52:42 +0000

    emulators/nestopia: Update to 1.51.0
---
 emulators/nestopia/Makefile  | 15 ++++++++-------
 emulators/nestopia/distinfo  |  6 +++---
 emulators/nestopia/pkg-plist |  1 -
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile
index 049c992076b7..d576d5ff407d 100644
--- a/emulators/nestopia/Makefile
+++ b/emulators/nestopia/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nestopia
-DISTVERSION=	1.50
+DISTVERSION=	1.51.0
 CATEGORIES=	emulators
 
 MAINTAINER=	nc at FreeBSD.org
@@ -9,22 +9,23 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive
-LIB_DEPENDS=	libao.so:audio/libao libepoxy.so:graphics/libepoxy
+LIB_DEPENDS=	libao.so:audio/libao \
+		libepoxy.so:graphics/libepoxy \
+		libfltk.so:x11-toolkits/fltk
 
-USES=		autoreconf desktop-file-utils gl gnome libarchive \
-		localbase:ldflags pkgconfig sdl
+USES=		autoreconf desktop-file-utils gl libarchive localbase:ldflags \
+		pkgconfig sdl
 USE_CXXSTD=	c++98
 USE_GITHUB=	yes
 GH_ACCOUNT=	rdanbrook
 GNU_CONFIGURE=	yes
 USE_GL=		glu
-USE_GNOME=	cairo gdkpixbuf2 gtk30
 USE_SDL=	sdl2
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	DOCS JACK
 
-JACK_LIB_DEPENDS=libjack.so:audio/jack
-JACK_CONFIGURE_WITH=jack
+JACK_LIB_DEPENDS=	libjack.so:audio/jack
+JACK_CONFIGURE_WITH=	jack
 
 .include <bsd.port.mk>
diff --git a/emulators/nestopia/distinfo b/emulators/nestopia/distinfo
index 81443fa9fae9..bad1fc226086 100644
--- a/emulators/nestopia/distinfo
+++ b/emulators/nestopia/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580229462
-SHA256 (rdanbrook-nestopia-1.50_GH0.tar.gz) = f0274f8b033852007c67237897c69725b811c0df8a6d0120f39c23e990662aae
-SIZE (rdanbrook-nestopia-1.50_GH0.tar.gz) = 1529804
+TIMESTAMP = 1624293730
+SHA256 (rdanbrook-nestopia-1.51.0_GH0.tar.gz) = 9dd3253629a05f68fb730e5bc59148cd5498cea359eff2cbf4202d1e1329bce9
+SIZE (rdanbrook-nestopia-1.51.0_GH0.tar.gz) = 1577910
diff --git a/emulators/nestopia/pkg-plist b/emulators/nestopia/pkg-plist
index 1de66d554ca8..0f1017de30c8 100644
--- a/emulators/nestopia/pkg-plist
+++ b/emulators/nestopia/pkg-plist
@@ -1,6 +1,5 @@
 bin/nestopia
 share/applications/nestopia.desktop
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/README.md
 %%PORTDOCS%%%%DOCSDIR%%/readme.html


More information about the dev-commits-ports-main mailing list