From owner-svn-ports-all@freebsd.org Sun Jan 29 23:04:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50D9CCC7D6F; Sun, 29 Jan 2017 23:04:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 193AE1006; Sun, 29 Jan 2017 23:04:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0TN4kmq028680; Sun, 29 Jan 2017 23:04:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0TN4j2X028676; Sun, 29 Jan 2017 23:04:45 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201701292304.v0TN4j2X028676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 29 Jan 2017 23:04:45 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2017 23:04:47 -0000 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