From owner-svn-ports-all@FreeBSD.ORG Sat May 31 00:25:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2774DD4; Sat, 31 May 2014 00:25:43 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FF5B2F54; Sat, 31 May 2014 00:25:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4V0PhMd069504; Sat, 31 May 2014 00:25:43 GMT (envelope-from tdb@svn.freebsd.org) Received: (from tdb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4V0Phos069503; Sat, 31 May 2014 00:25:43 GMT (envelope-from tdb@svn.freebsd.org) Message-Id: <201405310025.s4V0Phos069503@svn.freebsd.org> From: Tim Bishop Date: Sat, 31 May 2014 00:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355924 - head/sysutils/iograph 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.18 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: Sat, 31 May 2014 00:25:43 -0000 Author: tdb Date: Sat May 31 00:25:43 2014 New Revision: 355924 URL: http://svnweb.freebsd.org/changeset/ports/355924 QAT: https://qat.redports.org/buildarchive/r355924/ Log: Stage support. PR: ports/190395 Submitted by: "Markus Dolze" (maintainer) Modified: head/sysutils/iograph/Makefile Modified: head/sysutils/iograph/Makefile ============================================================================== --- head/sysutils/iograph/Makefile Fri May 30 23:59:31 2014 (r355923) +++ head/sysutils/iograph/Makefile Sat May 31 00:25:43 2014 (r355924) @@ -9,10 +9,11 @@ MASTER_SITES= SF/iograph MAINTAINER= bsdfan@nurfuerspam.de COMMENT= Creates HTML statistics of network transfer -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= bin/iograph \ + man/man8/iograph.8.gz \ %%DATADIR%%/in.gif \ %%DATADIR%%/out.gif \ %%DATADIR%%/iograph.gif @@ -20,7 +21,4 @@ PLIST_DIRS= %%DATADIR%% GNU_CONFIGURE= yes -MAN8= iograph.8 - -NO_STAGE= yes .include