From owner-svn-ports-head@FreeBSD.ORG Mon Jun 15 12:26:08 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 095CF444; Mon, 15 Jun 2015 12:26:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 EB97B1B7; Mon, 15 Jun 2015 12:26:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5FCQ7mM003488; Mon, 15 Jun 2015 12:26:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5FCQ7Cc003465; Mon, 15 Jun 2015 12:26:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506151226.t5FCQ7Cc003465@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 15 Jun 2015 12:26:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389700 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 15 Jun 2015 12:26:08 -0000 Author: amdmi3 Date: Mon Jun 15 12:26:06 2015 New Revision: 389700 URL: https://svnweb.freebsd.org/changeset/ports/389700 Log: - Add LICENSE_FILE - Strip binary - Fix WWW: Modified: head/x11-wm/wmfs/Makefile head/x11-wm/wmfs/pkg-descr Modified: head/x11-wm/wmfs/Makefile ============================================================================== --- head/x11-wm/wmfs/Makefile Mon Jun 15 12:14:49 2015 (r389699) +++ head/x11-wm/wmfs/Makefile Mon Jun 15 12:26:06 2015 (r389700) @@ -3,7 +3,7 @@ PORTNAME= wmfs DISTVERSION= 201104 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= http://wmfs.info/attachments/download/45/ \ http://cloud.github.com/downloads/xorg62/wmfs/ @@ -12,8 +12,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Floating and tiling Window Manager From Scratch LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 USES= pkgconfig USE_XORG= x11 xft xpm @@ -35,4 +36,7 @@ XINERARAM_CONFIGURE_WITH= xinerama IMLIB_LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 IMLIB_CONFIGURE_WITH= imlib2 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + .include Modified: head/x11-wm/wmfs/pkg-descr ============================================================================== --- head/x11-wm/wmfs/pkg-descr Mon Jun 15 12:14:49 2015 (r389699) +++ head/x11-wm/wmfs/pkg-descr Mon Jun 15 12:26:06 2015 (r389700) @@ -3,4 +3,4 @@ window manager for X. It can be configur file (made with LibConfuse), it supports Xft (FreeType) fonts and EWMH hints wm standards. -WWW: https://www.wmfs.info/projects/wmfs/ +WWW: https://www.wmfs.info/projects/wmfs/