From owner-svn-ports-head@freebsd.org Thu Jun 25 04:24:03 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8303634F594; Thu, 25 Jun 2020 04:24:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49sn2q2xd2z4XJK; Thu, 25 Jun 2020 04:24:03 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 605DE1D0E1; Thu, 25 Jun 2020 04:24:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05P4O3Cu017538; Thu, 25 Jun 2020 04:24:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05P4O28g017534; Thu, 25 Jun 2020 04:24:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202006250424.05P4O28g017534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 25 Jun 2020 04:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540367 - in head: . graphics graphics/swappy x11 x11/swappy X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: . graphics graphics/swappy x11 x11/swappy X-SVN-Commit-Revision: 540367 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2020 04:24:03 -0000 Author: jbeich Date: Thu Jun 25 04:24:02 2020 New Revision: 540367 URL: https://svnweb.freebsd.org/changeset/ports/540367 Log: x11/swappy: move to graphics/ Added: head/graphics/swappy/ - copied from r540366, head/x11/swappy/ Deleted: head/x11/swappy/ Modified: head/MOVED head/graphics/Makefile head/graphics/swappy/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Jun 25 04:17:52 2020 (r540366) +++ head/MOVED Thu Jun 25 04:24:02 2020 (r540367) @@ -15092,3 +15092,4 @@ sysutils/duplicity07|sysutils/duplicity|2020-06-21|Has net-mgmt/zabbix42-proxy|net-mgmt/zabbix44-proxy|2020-06-21|Has expired: End of Life net-mgmt/zabbix42-agent|net-mgmt/zabbix44-agent|2020-06-21|Has expired: End of Life net-mgmt/zabbix42-frontend|net-mgmt/zabbix44-frontend|2020-06-21|Has expired: End of Life +x11/swappy|graphics/swappy|2020-06-25|Moved to a better category Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Thu Jun 25 04:17:52 2020 (r540366) +++ head/graphics/Makefile Thu Jun 25 04:24:02 2020 (r540367) @@ -1006,6 +1006,7 @@ SUBDIR += svg2png SUBDIR += svgalib SUBDIR += svgbob + SUBDIR += swappy SUBDIR += swfdec SUBDIR += swfmill SUBDIR += swftools Modified: head/graphics/swappy/Makefile ============================================================================== --- head/x11/swappy/Makefile Thu Jun 25 04:17:52 2020 (r540366) +++ head/graphics/swappy/Makefile Thu Jun 25 04:24:02 2020 (r540367) @@ -3,7 +3,7 @@ PORTNAME= swappy DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -CATEGORIES= x11 +CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= b59700f47085.patch:-p1 # https://github.com/jtheoof/swappy/pull/42 Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Thu Jun 25 04:17:52 2020 (r540366) +++ head/x11/Makefile Thu Jun 25 04:24:02 2020 (r540367) @@ -304,7 +304,6 @@ SUBDIR += startup-notification SUBDIR += sterm SUBDIR += stjerm - SUBDIR += swappy SUBDIR += swarp SUBDIR += swaybg SUBDIR += swayidle