Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2017 14:18:28 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438444 - head/x11-wm/subtle
Message-ID:  <201704131418.v3DEISBf066000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704131418.v3DEISBf066000>