git: 3113516ceea9 - main - deskutils/gnome-utils: only referrence actual gnome applications
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 14:25:34 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3113516ceea9282e4d47d6676a7e5da284cc3b5f commit 3113516ceea9282e4d47d6676a7e5da284cc3b5f Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-07-01 14:23:23 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-07-01 14:25:29 +0000 deskutils/gnome-utils: only referrence actual gnome applications --- deskutils/gnome-utils/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 5e90a1f45451..610230958efa 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -1,13 +1,12 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> PORTNAME= gnome-utils -PORTVERSION= 3.26 -PORTREVISION= 1 +PORTVERSION= 42 PORTEPOCH= 1 CATEGORIES= deskutils gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 3 support utilities +COMMENT= GNOME support utilities USES= metaport @@ -15,9 +14,7 @@ RUN_DEPENDS= baobab>=3.0:deskutils/baobab \ gnome-screenshot>=3.0:deskutils/gnome-screenshot \ gnote>=3.0:deskutils/gnote \ gnome-contacts>=3.0:deskutils/gnome-contacts \ - gnome-search-tool>=3.0:deskutils/gnome-search-tool \ gnome-dictionary>=3.0:deskutils/gnome-dictionary \ - gnome-system-log>=3.0:deskutils/gnome-system-log \ gnome-font-viewer>=3.0:deskutils/gnome-font-viewer \ gnome-system-monitor>=3.0:sysutils/gnome-system-monitor \ gnome-calendar>=3.0:deskutils/gnome-calendar \ @@ -28,9 +25,4 @@ RUN_DEPENDS= baobab>=3.0:deskutils/baobab \ # Temporarily disabled due to build errors, see PR 257667 #gnome-todo>=3.0:deskutils/gnome-todo -OPTIONS_DEFINE= DOCS -DOCS_DESC= Build Gnome Documents (pulls in tracker) - -DOCS_RUN_DEPENDS+= gnome-documents>=0:deskutils/gnome-documents - .include <bsd.port.mk>