svn commit: r432804 - in head: graphics graphics/wayland x11-servers x11-servers/wayland

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 29 23:04:47 UTC 2017


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 at 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


More information about the svn-ports-all mailing list