From owner-svn-ports-all@FreeBSD.ORG Mon Dec 8 13:49:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89FB4225; Mon, 8 Dec 2014 13:49:36 +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 7631F3C4; Mon, 8 Dec 2014 13:49:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB8DnaBZ017043; Mon, 8 Dec 2014 13:49:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB8DnYfx017034; Mon, 8 Dec 2014 13:49:34 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412081349.sB8DnYfx017034@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 8 Dec 2014 13:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374263 - in head/net-mgmt: arpscan bsnmp-regex bsnmptools hastmon nfsen py-pyang 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-1 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: Mon, 08 Dec 2014 13:49:36 -0000 Author: feld Date: Mon Dec 8 13:49:34 2014 New Revision: 374263 URL: https://svnweb.freebsd.org/changeset/ports/374263 QAT: https://qat.redports.org/buildarchive/r374263/ Log: Update "BSD" license in net-mgmt category Modified: head/net-mgmt/arpscan/Makefile head/net-mgmt/bsnmp-regex/Makefile head/net-mgmt/bsnmptools/Makefile head/net-mgmt/hastmon/Makefile head/net-mgmt/nfsen/Makefile head/net-mgmt/py-pyang/Makefile Modified: head/net-mgmt/arpscan/Makefile ============================================================================== --- head/net-mgmt/arpscan/Makefile Mon Dec 8 13:07:08 2014 (r374262) +++ head/net-mgmt/arpscan/Makefile Mon Dec 8 13:49:34 2014 (r374263) @@ -11,7 +11,7 @@ DIST_SUBDIR= repacked MAINTAINER= ports@FreeBSD.org COMMENT= Simple arp scanner -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet Modified: head/net-mgmt/bsnmp-regex/Makefile ============================================================================== --- head/net-mgmt/bsnmp-regex/Makefile Mon Dec 8 13:07:08 2014 (r374262) +++ head/net-mgmt/bsnmp-regex/Makefile Mon Dec 8 13:49:34 2014 (r374263) @@ -10,7 +10,7 @@ MASTER_SITES= http://thewalter.net/stef/ MAINTAINER= koobs@FreeBSD.org COMMENT= bsnmpd module allowing creation of counters from log files -LICENSE= BSD +LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes CPPFLAGS+= "-I${LOCALBASE}/include" Modified: head/net-mgmt/bsnmptools/Makefile ============================================================================== --- head/net-mgmt/bsnmptools/Makefile Mon Dec 8 13:07:08 2014 (r374262) +++ head/net-mgmt/bsnmptools/Makefile Mon Dec 8 13:49:34 2014 (r374263) @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar MAINTAINER= unixmania@gmail.com COMMENT= Snmp client tools -LICENSE= BSD +LICENSE= BSD2CLAUSE .include Modified: head/net-mgmt/hastmon/Makefile ============================================================================== --- head/net-mgmt/hastmon/Makefile Mon Dec 8 13:07:08 2014 (r374262) +++ head/net-mgmt/hastmon/Makefile Mon Dec 8 13:49:34 2014 (r374263) @@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= trociny@FreeBSD.org COMMENT= Cluster monitoring daemon -LICENSE= BSD +LICENSE= BSD2CLAUSE BUILD_DEPENDS= mk-configure>=0.20:${PORTSDIR}/devel/mk-configure Modified: head/net-mgmt/nfsen/Makefile ============================================================================== --- head/net-mgmt/nfsen/Makefile Mon Dec 8 13:07:08 2014 (r374262) +++ head/net-mgmt/nfsen/Makefile Mon Dec 8 13:49:34 2014 (r374263) @@ -11,7 +11,7 @@ MASTER_SITES= SF/${PORTNAME}/stable/${PO MAINTAINER= feld@FreeBSD.org COMMENT= Web based frontend to nfdump netflow collector -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/BSD-license.txt RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ Modified: head/net-mgmt/py-pyang/Makefile ============================================================================== --- head/net-mgmt/py-pyang/Makefile Mon Dec 8 13:07:08 2014 (r374262) +++ head/net-mgmt/py-pyang/Makefile Mon Dec 8 13:49:34 2014 (r374263) @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 5u623l20@gmail.com COMMENT= Validator and code generator for YANG (RFC 4741) -LICENSE= BSD +LICENSE= MIT USES= python USE_PYTHON= distutils