Date: Sun, 2 Jul 2023 12:41:00 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: f0d6923e6b75 - main - emulators/linux-c7: Unbreak INDEX. Message-ID: <202307021241.362Cf0Sn083078@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=f0d6923e6b7525dcca8b04193df78aa848cc265f commit f0d6923e6b7525dcca8b04193df78aa848cc265f Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-07-02 12:39:47 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-07-02 12:40:56 +0000 emulators/linux-c7: Unbreak INDEX. Fixes: a0c9796c46e20838fd4b366a8b5ae5d696853e09 --- emulators/linux-c7/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/linux-c7/Makefile b/emulators/linux-c7/Makefile index 34fec6194c2a..e2d74e4512e2 100644 --- a/emulators/linux-c7/Makefile +++ b/emulators/linux-c7/Makefile @@ -1,5 +1,6 @@ PORTNAME= linux-c7 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -23,7 +24,6 @@ RUN_DEPENDS= linux-c7-libasyncns>0:dns/linux-c7-libasyncns \ linux-c7-devtools>0:devel/linux-c7-devtools \ linux-c7-dbus-libs>0:devel/linux-c7-dbus-libs \ linux-c7-qt>0:devel/linux-c7-qt \ - linux-c7-dbus-glib>0:devel/linux-c7-dbus-glib \ linux-c7-xorg-libs>0:x11/linux-c7-xorg-libs \ linux-c7-fontconfig>0:x11-fonts/linux-c7-fontconfig \ linux-c7-cups-libs>0:print/linux-c7-cups-libs \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307021241.362Cf0Sn083078>