From owner-svn-ports-all@freebsd.org Wed May 31 13:10:54 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 29F4FB79C8C; Wed, 31 May 2017 13:10:54 +0000 (UTC) (envelope-from sunpoet@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 E784E7868F; Wed, 31 May 2017 13:10:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VDArkk037129; Wed, 31 May 2017 13:10:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDAq2h037127; Wed, 31 May 2017 13:10:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDAq2h037127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 31 May 2017 13:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442177 - head/x11-wm/wmfs 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: Wed, 31 May 2017 13:10:54 -0000 Author: sunpoet Date: Wed May 31 13:10:52 2017 New Revision: 442177 URL: https://svnweb.freebsd.org/changeset/ports/442177 Log: Pet portlint - Use PLIST_FILES instead of PLIST - Do not silence installation messages - Update WWW Deleted: head/x11-wm/wmfs/pkg-plist Modified: head/x11-wm/wmfs/Makefile head/x11-wm/wmfs/pkg-descr Modified: head/x11-wm/wmfs/Makefile ============================================================================== --- head/x11-wm/wmfs/Makefile Wed May 31 13:10:47 2017 (r442176) +++ head/x11-wm/wmfs/Makefile Wed May 31 13:10:52 2017 (r442177) @@ -25,6 +25,10 @@ CONFIGURE_ARGS= --prefix ${PREFIX} \ --man-prefix ${MANPREFIX}/man \ --xdg-config-dir ${PREFIX}/etc/xdg +PLIST_FILES= bin/wmfs \ + etc/xdg/wmfs/wmfsrc \ + man/man1/wmfs.1.gz \ + share/xsessions/wmfs.desktop SUB_FILES= pkg-message OPTIONS_DEFINE= XRANDR XINERAMA IMLIB @@ -41,6 +45,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/x11-wm/wmfs/pkg-descr ============================================================================== --- head/x11-wm/wmfs/pkg-descr Wed May 31 13:10:47 2017 (r442176) +++ head/x11-wm/wmfs/pkg-descr Wed May 31 13:10:52 2017 (r442177) @@ -3,4 +3,4 @@ manager for X. It can be configured with a configurati LibConfuse), it supports Xft (FreeType) fonts and EWMH hints wm standards. -WWW: https://github.com/xorg62/wmfs/ +WWW: https://github.com/xorg62/wmfs