diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-06-21 09:52:42 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-06-21 09:52:42 -0700 |
commit | 1cbf65feca561e0c10cefea3becb69f5f442f3b7 (patch) | |
tree | 6300f50d4f65f7d96eeab79a07613d61375a1959 /emulators | |
parent | 73e007346f3ce7e0bd08b561706375434d22a5f4 (diff) | |
download | freebsd-ports-1cbf65feca561e0c10cefea3becb69f5f442f3b7.zip |
emulators/nestopia: Update to 1.51.0
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/nestopia/Makefile | 15 | ||||
-rw-r--r-- | emulators/nestopia/distinfo | 6 | ||||
-rw-r--r-- | 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@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 |