Date: Wed, 1 Sep 2021 09:54:58 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c85936901ee8 - main - emulators/nemu: Update to 3.0.0 Message-ID: <202109010954.1819swcX063637@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c85936901ee83274daa16f74ebfea9902ff0608b commit c85936901ee83274daa16f74ebfea9902ff0608b Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-09-01 09:54:15 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-09-01 09:54:51 +0000 emulators/nemu: Update to 3.0.0 Reported by: portscout! --- emulators/nemu/Makefile | 8 +++++--- emulators/nemu/distinfo | 6 +++--- emulators/nemu/pkg-plist | 1 + 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/emulators/nemu/Makefile b/emulators/nemu/Makefile index b62d18394127..c3cda75572b5 100644 --- a/emulators/nemu/Makefile +++ b/emulators/nemu/Makefile @@ -1,6 +1,6 @@ PORTNAME= nemu DISTVERSIONPREFIX= v -DISTVERSION= 2.6.0 +DISTVERSION= 3.0.0 CATEGORIES= emulators MAINTAINER= arrowd@FreeBSD.org @@ -8,9 +8,11 @@ COMMENT= Ncurses UI for QEMU LICENSE= BSD2CLAUSE -LIB_DEPENDS= libudev.so:devel/libudev-devd +LIB_DEPENDS= libudev.so:devel/libudev-devd \ + libjson-c.so:devel/json-c -USES= cmake gettext-runtime gettext-tools gnome libarchive sqlite +USES= cmake gettext-runtime gettext-tools gnome libarchive pkgconfig \ + sqlite USE_GITHUB= yes GH_ACCOUNT= nemuTUI diff --git a/emulators/nemu/distinfo b/emulators/nemu/distinfo index 53334860d944..ee49a8e149db 100644 --- a/emulators/nemu/distinfo +++ b/emulators/nemu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616425580 -SHA256 (nemuTUI-nemu-v2.6.0_GH0.tar.gz) = dd0467cb82aae9945416bbadd8279d0aadf1d56ce5c6e7ccfc3116fa91b674e7 -SIZE (nemuTUI-nemu-v2.6.0_GH0.tar.gz) = 115360 +TIMESTAMP = 1630488234 +SHA256 (nemuTUI-nemu-v3.0.0_GH0.tar.gz) = 5282013f64c812faed59ac8835775aed2df3d285662b6286ae7f0139bee148a7 +SIZE (nemuTUI-nemu-v3.0.0_GH0.tar.gz) = 151091 diff --git a/emulators/nemu/pkg-plist b/emulators/nemu/pkg-plist index 7f08f867a20e..e8676c8f1c68 100644 --- a/emulators/nemu/pkg-plist +++ b/emulators/nemu/pkg-plist @@ -1,5 +1,6 @@ bin/nemu bin/ntty +man/man1/nemu.1.gz share/bash-completion/completions/nemu share/locale/ru/LC_MESSAGES/nemu.mo %%DATADIR%%/scripts/42-net-macvtap-perm.rules
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109010954.1819swcX063637>