svn commit: r484774 - in head/x11: gnome3 gnome3-lite

Koop Mast kwm at FreeBSD.org
Sun Nov 11 21:42:49 UTC 2018


Author: kwm
Date: Sun Nov 11 21:42:48 2018
New Revision: 484774
URL: https://svnweb.freebsd.org/changeset/ports/484774

Log:
  Move ekiga to the full gnome3 port. It doesn't below in the -lite port.

Modified:
  head/x11/gnome3-lite/Makefile
  head/x11/gnome3/Makefile

Modified: head/x11/gnome3-lite/Makefile
==============================================================================
--- head/x11/gnome3-lite/Makefile	Sun Nov 11 21:33:59 2018	(r484773)
+++ head/x11/gnome3-lite/Makefile	Sun Nov 11 21:42:48 2018	(r484774)
@@ -1,7 +1,6 @@
 # Created by: Joe Marcus Clarke <marcus at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
 CATEGORIES=	x11 gnome
 PKGNAMESUFFIX=	-lite
 

Modified: head/x11/gnome3/Makefile
==============================================================================
--- head/x11/gnome3/Makefile	Sun Nov 11 21:33:59 2018	(r484773)
+++ head/x11/gnome3/Makefile	Sun Nov 11 21:42:48 2018	(r484774)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnome3
 PORTVERSION=	3.28
+PORTREVISION=1
 CATEGORIES?=	x11 gnome
 
 MAINTAINER=	gnome at FreeBSD.org
@@ -30,8 +31,7 @@ RUN_DEPENDS?=	dconf-editor:devel/dconf-editor \
 		gnome-control-center>=3.0.0:sysutils/gnome-control-center \
 		${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:x11-themes/gnome-backgrounds \
 		caribou>=0:accessibility/caribou \
-		${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme \
-		ekiga:net-im/ekiga
+		${LOCALBASE}/share/sounds/freedesktop/index.theme:audio/freedesktop-sound-theme
 
 CONFLICTS?=	gnome3-lite-[0-9]*
 
@@ -70,7 +70,8 @@ RUN_DEPENDS+=	epiphany>=3.0.0:www/epiphany \
 		gdm>=3.0.0:x11/gdm \
 		gnome-color-manager>=0:graphics/gnome-color-manager \
 		evolution>=3.0.0:mail/evolution \
-		cheese>=3.0.0:multimedia/cheese
+		cheese>=3.0.0:multimedia/cheese \
+		ekiga:net-im/ekiga
 
 .endif # !gnome3-lite section
 


More information about the svn-ports-all mailing list