git: c85936901ee8 - main - emulators/nemu: Update to 3.0.0

Gleb Popov arrowd at FreeBSD.org
Wed Sep 1 09:54:59 UTC 2021


The branch main has been updated by arrowd:

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

commit c85936901ee83274daa16f74ebfea9902ff0608b
Author:     Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-09-01 09:54:15 +0000
Commit:     Gleb Popov <arrowd at 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 at 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


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