Date: Sun, 11 Nov 2018 21:42:48 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484774 - in head/x11: gnome3 gnome3-lite Message-ID: <201811112142.wABLgmYV044343@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811112142.wABLgmYV044343>