From owner-svn-ports-head@FreeBSD.ORG Wed Mar 26 13:45:40 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 0A0BE8DF; Wed, 26 Mar 2014 13:45:40 +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 EB13FFBF; Wed, 26 Mar 2014 13:45:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QDjdRI006462; Wed, 26 Mar 2014 13:45:39 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2QDjdss006461; Wed, 26 Mar 2014 13:45:39 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201403261345.s2QDjdss006461@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 26 Mar 2014 13:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349254 - head/net/tcpstat 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: Wed, 26 Mar 2014 13:45:40 -0000 Author: nemysis Date: Wed Mar 26 13:45:39 2014 New Revision: 349254 URL: http://svnweb.freebsd.org/changeset/ports/349254 QAT: https://qat.redports.org/buildarchive/r349254/ Log: - Add license (BSD2CLAUSE) - Remove LICENSE from DOCS - Use PLIST_FILES and PORTDOCS=* instead of pkg-plist PR: ports/179198 Submitted by: nemysis (self) Deleted: head/net/tcpstat/pkg-plist Modified: head/net/tcpstat/Makefile Modified: head/net/tcpstat/Makefile ============================================================================== --- head/net/tcpstat/Makefile Wed Mar 26 13:35:56 2014 (r349253) +++ head/net/tcpstat/Makefile Wed Mar 26 13:45:39 2014 (r349254) @@ -9,10 +9,16 @@ MASTER_SITES= http://www.frenchfries.net MAINTAINER= ports@FreeBSD.org COMMENT= Program to report various network statistics +LICENSE= BSD2CLAUSE + GNU_CONFIGURE= yes -DOCS= AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt +PLIST_FILES= bin/tcpstat bin/tcpprof \ + man/man1/tcpprof.1.gz man/man1/tcpstat.1.gz + +PORTDOCS= * +DOCS= AUTHORS ChangeLog README doc/Tips_and_Tricks.txt OPTIONS_DEFINE= DOCS post-install: