git: 67eb3b30d262 - main - x11/gnome: remove brasero from run dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Mar 2025 13:54:39 UTC
The branch main has been updated by rm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67eb3b30d262ea57e5c5cecb671ad48e06b2b592
commit 67eb3b30d262ea57e5c5cecb671ad48e06b2b592
Author: Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2025-03-14 13:51:51 +0000
Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2025-03-14 13:54:34 +0000
x11/gnome: remove brasero from run dependencies
Remove brasero dependency from "full" gnome port invocation too.
Few people need CD-burner out of the box these days.
With hat: gnome
---
x11/gnome/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile
index b1029803b5ff..2e2464b7590c 100644
--- a/x11/gnome/Makefile
+++ b/x11/gnome/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnome
PORTVERSION= 42
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES?= x11 gnome
MAINTAINER= gnome@FreeBSD.org
@@ -55,7 +55,6 @@ RUN_DEPENDS+= epiphany>=3.0.0:www/epiphany \
gedit>=3.0.0:editors/gedit \
gedit-plugins>=3.0.0:editors/gedit-plugins \
gnome-terminal>=3.0.0:x11/gnome-terminal \
- brasero>=3.0.0:sysutils/brasero \
accerciser>=3.0.0:accessibility/accerciser \
gnome-calculator>=3.0.0:math/gnome-calculator \
gnome-utils>=3.6.0:deskutils/gnome-utils \