Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 23:04:45 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432804 - in head: graphics graphics/wayland x11-servers x11-servers/wayland
Message-ID:  <201701292304.v0TN4j2X028676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jan 29 23:04:45 2017
New Revision: 432804
URL: https://svnweb.freebsd.org/changeset/ports/432804

Log:
  Move wayland to a better location

Added:
  head/graphics/wayland/
     - copied from r432803, head/x11-servers/wayland/
Deleted:
  head/x11-servers/wayland/
Modified:
  head/graphics/Makefile
  head/graphics/wayland/Makefile
  head/x11-servers/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Jan 29 23:04:05 2017	(r432803)
+++ head/graphics/Makefile	Sun Jan 29 23:04:45 2017	(r432804)
@@ -1051,6 +1051,7 @@
     SUBDIR += vp
     SUBDIR += waffle
     SUBDIR += waifu2x-converter-cpp
+    SUBDIR += wayland
     SUBDIR += webp
     SUBDIR += wings
     SUBDIR += wmicons

Modified: head/graphics/wayland/Makefile
==============================================================================
--- head/x11-servers/wayland/Makefile	Sun Jan 29 23:04:05 2017	(r432803)
+++ head/graphics/wayland/Makefile	Sun Jan 29 23:04:45 2017	(r432804)
@@ -20,7 +20,7 @@
 
 PORTNAME=	wayland
 PORTVERSION=	1.12.0
-CATEGORIES=	x11-servers wayland
+CATEGORIES=	graphics wayland
 MASTER_SITES=	http://wayland.freedesktop.org/releases/
 
 MAINTAINER=	x11@FreeBSD.org

Modified: head/x11-servers/Makefile
==============================================================================
--- head/x11-servers/Makefile	Sun Jan 29 23:04:05 2017	(r432803)
+++ head/x11-servers/Makefile	Sun Jan 29 23:04:45 2017	(r432804)
@@ -3,7 +3,6 @@
 
     COMMENT = X11 servers
 
-    SUBDIR += wayland
     SUBDIR += Xfstt
     SUBDIR += x11rdp
     SUBDIR += x2vnc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701292304.v0TN4j2X028676>