From owner-svn-ports-all@freebsd.org Tue Jan 31 16:29:43 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 C7208CCA269; Tue, 31 Jan 2017 16:29:43 +0000 (UTC) (envelope-from danfe@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 96625613; Tue, 31 Jan 2017 16:29:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0VGTgLD045320; Tue, 31 Jan 2017 16:29:42 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0VGTgHY045316; Tue, 31 Jan 2017 16:29:42 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201701311629.v0VGTgHY045316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 31 Jan 2017 16:29:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432934 - in head: . graphics graphics/hsetroot x11 x11/hsetroot 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: Tue, 31 Jan 2017 16:29:43 -0000 Author: danfe Date: Tue Jan 31 16:29:42 2017 New Revision: 432934 URL: https://svnweb.freebsd.org/changeset/ports/432934 Log: Move to a better category (alongside with `x11/xsetroot', for example). Added: head/x11/hsetroot/ - copied from r432933, head/graphics/hsetroot/ Deleted: head/graphics/hsetroot/ Modified: head/MOVED head/graphics/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jan 31 16:25:48 2017 (r432933) +++ head/MOVED Tue Jan 31 16:29:42 2017 (r432934) @@ -9043,3 +9043,4 @@ audio/ruby-audiofile||2017-01-28|Has exp audio/ruby-mp3tag||2017-01-28|Has expired: Upstream no longer active converters/ruby-dump.rb||2017-01-28|Has expired: Upstream no longer active x11-servers/wayland|graphics/wayland|2017-01-30|Better location for wayland +graphics/hsetroot|x11/hsetroot|2017-01-31|Moved to a better category Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Jan 31 16:25:48 2017 (r432933) +++ head/graphics/Makefile Tue Jan 31 16:29:42 2017 (r432934) @@ -338,7 +338,6 @@ SUBDIR += hs-dia-base SUBDIR += hs-dia-functions SUBDIR += hs-svgcairo - SUBDIR += hsetroot SUBDIR += hugin SUBDIR += icat SUBDIR += icc-profiles-basiccolor Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Tue Jan 31 16:25:48 2017 (r432933) +++ head/x11/Makefile Tue Jan 31 16:29:42 2017 (r432934) @@ -101,6 +101,7 @@ SUBDIR += hs-X11 SUBDIR += hs-X11-xft SUBDIR += hs-xmobar + SUBDIR += hsetroot SUBDIR += i3lock SUBDIR += i3status SUBDIR += iceauth