From owner-svn-ports-head@FreeBSD.ORG Fri Feb 14 12:01:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF3766AC; Fri, 14 Feb 2014 12:01:13 +0000 (UTC) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7B231020; Fri, 14 Feb 2014 12:01:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1EC1DMk013907; Fri, 14 Feb 2014 12:01:13 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1EC1Dkc013785; Fri, 14 Feb 2014 12:01:13 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402141201.s1EC1Dkc013785@svn.freebsd.org> From: Antoine Brodin Date: Fri, 14 Feb 2014 12:01:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344196 - head/devel/wininfo 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.17 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: Fri, 14 Feb 2014 12:01:13 -0000 Author: antoine Date: Fri Feb 14 12:01:12 2014 New Revision: 344196 URL: http://svnweb.freebsd.org/changeset/ports/344196 QAT: https://qat.redports.org/buildarchive/r344196/ Log: Stage support Modified: head/devel/wininfo/Makefile head/devel/wininfo/pkg-plist Modified: head/devel/wininfo/Makefile ============================================================================== --- head/devel/wininfo/Makefile Fri Feb 14 11:43:29 2014 (r344195) +++ head/devel/wininfo/Makefile Fri Feb 14 12:01:12 2014 (r344196) @@ -8,7 +8,7 @@ CATEGORIES= devel MASTER_SITES= http://www.freedesktop.org/software/wininfo/ MAINTAINER= ports@FreeBSD.org -COMMENT= A window information utility +COMMENT= Window information utility USE_XORG= xext xrender xinerama xrandr xi xfixes xcursor \ xcomposite x11 xres @@ -19,7 +19,4 @@ USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= wininfo.1 - -NO_STAGE= yes .include Modified: head/devel/wininfo/pkg-plist ============================================================================== --- head/devel/wininfo/pkg-plist Fri Feb 14 11:43:29 2014 (r344195) +++ head/devel/wininfo/pkg-plist Fri Feb 14 12:01:12 2014 (r344196) @@ -1,2 +1,3 @@ bin/wininfo +man/man1/wininfo.1.gz share/applications/xdg-wininfo.desktop