Commit eaefe7d4 authored by Neel Chauhan's avatar Neel Chauhan
Browse files

x11/gnome: Move from x11/gnome3

The reason for the move is because GNOME has moved beyond version 3,
bumping directly to 40 and iterating major release versions from there.
The Ports version of GNOME is currently at 41, making x11/gnome3
misnamed also.

Differential Revision:	https://reviews.freebsd.org/D33959
parent dbffc60b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16882,3 +16882,4 @@ x11-fonts/sourcesanspro-ttf|x11-fonts/source-sans-ttf|2022-01-28|Rename to match
audio/nekobi-lv2|audio/dpf-plugins-lv2|2022-01-28|Nekobi is part of dpf-plugins
audio/kars-lv2|audio/dpf-plugins-lv2|2022-01-28|Kars is part of dpf-plugins
lang/scala-docs||2022-01-31|New 3.x versions dropped archived documentation
x11/gnome3|x11/gnome|2022-01-32|GNOME has moved past version 3, including the Ports version
+1 −1
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@
    SUBDIR += gdm
    SUBDIR += glcapsviewer
    SUBDIR += gmrun
    SUBDIR += gnome
    SUBDIR += gnome-clipboard-daemon
    SUBDIR += gnome-desktop
    SUBDIR += gnome-menus
@@ -87,7 +88,6 @@
    SUBDIR += gnome-shell
    SUBDIR += gnome-shell-extensions
    SUBDIR += gnome-terminal
    SUBDIR += gnome3
    SUBDIR += gnustep-app
    SUBDIR += grabc
    SUBDIR += grim
+3 −4
Original line number Diff line number Diff line
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>

PORTNAME=	gnome3
PORTVERSION=	3.36
PORTREVISION=	4
PORTNAME=	gnome
PORTVERSION=	41
CATEGORIES?=	x11 gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	"meta-port" for the GNOME 3 integrated X11 desktop
COMMENT=	Metaport for the GNOME integrated X11 desktop

FLAVORS=	full lite
FLAVOR?=	full
+0 −2
Original line number Diff line number Diff line
GNU Network Object Model Environment

This metaport installs the entire GNOME 3 desktop, including
the user applications released with it.

+5 −0
Original line number Diff line number Diff line
This metaport installs the pieces of the GNOME desktop that are needed to
provide a functional desktop. The x11/gnome metaport, contains the full
version of the GNOME desktop environment.

WWW: https://www.FreeBSD.org/gnome/
Loading