git: f0d6923e6b75 - main - emulators/linux-c7: Unbreak INDEX.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jul 2023 12:41:00 UTC
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 \