diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2017-06-23 23:18:22 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-06-23 23:18:22 +0800 |
commit | 40573d97e37bfa07825788e14335bce17496b011 (patch) | |
tree | 1ba17036d46d03e359a668be8dba8b36fda9da64 | |
parent | dae88e72dbc73fa9e05dec0ba8496a21b7e4b558 (diff) | |
download | freebsd-ports-gnome-40573d97e37bfa07825788e14335bce17496b011.tar.gz freebsd-ports-gnome-40573d97e37bfa07825788e14335bce17496b011.tar.zst freebsd-ports-gnome-40573d97e37bfa07825788e14335bce17496b011.zip |
Unversion the meta-ports.
-rw-r--r-- | x11/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-lite/Makefile (renamed from x11/gnome3-lite/Makefile) | 5 | ||||
-rw-r--r-- | x11/gnome-lite/pkg-descr (renamed from x11/gnome3-lite/pkg-descr) | 0 | ||||
-rw-r--r-- | x11/gnome-lite/pkg-message (renamed from x11/gnome3-lite/pkg-message) | 0 | ||||
-rw-r--r-- | x11/gnome/Makefile (renamed from x11/gnome3/Makefile) | 12 | ||||
-rw-r--r-- | x11/gnome/pkg-descr (renamed from x11/gnome3/pkg-descr) | 0 | ||||
-rw-r--r-- | x11/gnome/pkg-message (renamed from x11/gnome3/pkg-message) | 0 |
7 files changed, 10 insertions, 11 deletions
diff --git a/x11/Makefile b/x11/Makefile index 9819d76090e8..754d6c2eb964 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -74,17 +74,17 @@ SUBDIR += gdm SUBDIR += glproto SUBDIR += gmrun + SUBDIR += gnome SUBDIR += gnome-clipboard-daemon SUBDIR += gnome-desktop SUBDIR += gnome-desktop-reference + SUBDIR += gnome-lite SUBDIR += gnome-menus SUBDIR += gnome-pie SUBDIR += gnome-session SUBDIR += gnome-shell SUBDIR += gnome-shell-extensions SUBDIR += gnome-terminal - SUBDIR += gnome3 - SUBDIR += gnome3-lite SUBDIR += gnustep-app SUBDIR += gpctool SUBDIR += grabc diff --git a/x11/gnome3-lite/Makefile b/x11/gnome-lite/Makefile index 60467dbed11d..c8c75494a238 100644 --- a/x11/gnome3-lite/Makefile +++ b/x11/gnome-lite/Makefile @@ -1,14 +1,13 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= x11 gnome PKGNAMESUFFIX= -lite COMMENT= The "meta-port" of the GNOME desktop slimmed down for only the basics -MASTERDIR= ${.CURDIR}/../gnome3 -CONFLICTS= gnome3-[0-9]* +MASTERDIR= ${.CURDIR}/../gnome DESCR= ${.CURDIR}/pkg-descr PKGMESSAGE= ${.CURDIR}/pkg-message diff --git a/x11/gnome3-lite/pkg-descr b/x11/gnome-lite/pkg-descr index 479debf38e3b..479debf38e3b 100644 --- a/x11/gnome3-lite/pkg-descr +++ b/x11/gnome-lite/pkg-descr diff --git a/x11/gnome3-lite/pkg-message b/x11/gnome-lite/pkg-message index 8dd90c99f3bf..8dd90c99f3bf 100644 --- a/x11/gnome3-lite/pkg-message +++ b/x11/gnome-lite/pkg-message diff --git a/x11/gnome3/Makefile b/x11/gnome/Makefile index dbb47ad75cba..af01168dc224 100644 --- a/x11/gnome3/Makefile +++ b/x11/gnome/Makefile @@ -1,8 +1,8 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -PORTNAME= gnome3 -PORTVERSION= 3.22.0 +PORTNAME= gnome +PORTVERSION= 3.24.0 CATEGORIES?= x11 gnome MAINTAINER= gnome@FreeBSD.org @@ -33,11 +33,11 @@ RUN_DEPENDS?= dconf-editor:devel/dconf-editor \ ${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme \ ekiga:net-im/ekiga -CONFLICTS?= gnome3-lite-[0-9]* +CONFLICTS?= gnome-lite-[0-9]* USES= metaport -.if ${.CURDIR:T}!="gnome3-lite" +.if ${.CURDIR:T}!="gnome-lite" OPTIONS_DEFINE+=MAPI DOCS MAPI_DESC= Depend on evolution-mapi (pulls in samba4) @@ -47,7 +47,7 @@ MAPI_RUN_DEPENDS= evolution-mapi>=3.0.0:mail/evolution-mapi .include <bsd.port.options.mk> -.if ${.CURDIR:T}!="gnome3-lite" +.if ${.CURDIR:T}!="gnome-lite" RUN_DEPENDS+= epiphany>=3.0.0:www/epiphany \ gucharmap>=3.0.0:deskutils/gucharmap \ gnome-characters>=3.0.0:deskutils/gnome-characters \ @@ -74,6 +74,6 @@ RUN_DEPENDS+= epiphany>=3.0.0:www/epiphany \ evolution>=3.0.0:mail/evolution \ cheese>=3.0.0:multimedia/cheese -.endif # !gnome3-lite section +.endif # !gnome-lite section .include <bsd.port.mk> diff --git a/x11/gnome3/pkg-descr b/x11/gnome/pkg-descr index 9c973c4d80c2..9c973c4d80c2 100644 --- a/x11/gnome3/pkg-descr +++ b/x11/gnome/pkg-descr diff --git a/x11/gnome3/pkg-message b/x11/gnome/pkg-message index a93129857d6b..a93129857d6b 100644 --- a/x11/gnome3/pkg-message +++ b/x11/gnome/pkg-message |