From owner-svn-ports-head@freebsd.org Thu Apr 13 14:18:30 2017 Return-Path: Delivered-To: svn-ports-head@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 268BAD3C868; Thu, 13 Apr 2017 14:18:30 +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 EAE5AE34; Thu, 13 Apr 2017 14:18:29 +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 v3DEIT1g066002; Thu, 13 Apr 2017 14:18:29 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3DEISBf066000; Thu, 13 Apr 2017 14:18:28 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201704131418.v3DEISBf066000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 13 Apr 2017 14:18:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438444 - head/x11-wm/subtle X-SVN-Group: ports-head 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.23 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, 13 Apr 2017 14:18:30 -0000 Author: danfe Date: Thu Apr 13 14:18:28 2017 New Revision: 438444 URL: https://svnweb.freebsd.org/changeset/ports/438444 Log: - Remove unused `shebangfix' from USES - Delete interpreter shebang from file that is not meant to be executed and does not have executable permissions - Don't use capital letter after colon Modified: head/x11-wm/subtle/Makefile head/x11-wm/subtle/pkg-descr Modified: head/x11-wm/subtle/Makefile ============================================================================== --- head/x11-wm/subtle/Makefile Thu Apr 13 14:09:30 2017 (r438443) +++ head/x11-wm/subtle/Makefile Thu Apr 13 14:18:28 2017 (r438444) @@ -14,7 +14,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= rake:devel/rubygem-rake -USES= pkgconfig shebangfix tar:tbz2 +USES= pkgconfig tar:tbz2 USE_RUBY= yes USE_XORG= x11 xft xinerama xpm xrandr xtst @@ -23,6 +23,7 @@ MAKEFILE= Rakefile ALL_TARGET= build post-patch: + @${REINPLACE_CMD} -e 1d ${WRKSRC}/data/subtler/runner.rb @${REINPLACE_CMD} -e 's,/etc/xdg,${LOCALBASE}&,' \ ${WRKSRC}/src/subtle/ruby.c Modified: head/x11-wm/subtle/pkg-descr ============================================================================== --- head/x11-wm/subtle/pkg-descr Thu Apr 13 14:09:30 2017 (r438443) +++ head/x11-wm/subtle/pkg-descr Thu Apr 13 14:18:28 2017 (r438444) @@ -6,7 +6,7 @@ one key of the numpad. With those keys, the desired gravity -- the same can be done with tagging rules in the config. -Another unique concept is the strict tagging: Unlike other tiling window +Another unique concept is the strict tagging: unlike other tiling window managers, subtle does not allow weak tagging and always maps windows to virtual desktops (called views) with matching tags, regardless of the current active view.