From owner-svn-ports-all@FreeBSD.ORG Wed Dec 10 23:55:34 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 77B89AAA; Wed, 10 Dec 2014 23:55:34 +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 58C8B955; Wed, 10 Dec 2014 23:55:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBANtY3h004007; Wed, 10 Dec 2014 23:55:34 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBANtUoG003986; Wed, 10 Dec 2014 23:55:30 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412102355.sBANtUoG003986@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 10 Dec 2014 23:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374502 - in head/net: dhcp6 exaddos ladvd libnatpmp libsocket++ packter-agent pear-Net_UserAgent_Detect py-netaddr py-pcap radsecproxy scnc u6rd vde2 yptransitd 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: Wed, 10 Dec 2014 23:55:34 -0000 Author: feld Date: Wed Dec 10 23:55:29 2014 New Revision: 374502 URL: https://svnweb.freebsd.org/changeset/ports/374502 QAT: https://qat.redports.org/buildarchive/r374502/ Log: Fix "BSD" license in net category Modified: head/net/dhcp6/Makefile head/net/exaddos/Makefile head/net/ladvd/Makefile head/net/libnatpmp/Makefile head/net/libsocket++/Makefile head/net/packter-agent/Makefile head/net/pear-Net_UserAgent_Detect/Makefile head/net/py-netaddr/Makefile head/net/py-pcap/Makefile head/net/radsecproxy/Makefile head/net/scnc/Makefile head/net/u6rd/Makefile head/net/vde2/Makefile head/net/yptransitd/Makefile Modified: head/net/dhcp6/Makefile ============================================================================== --- head/net/dhcp6/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/dhcp6/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -11,7 +11,7 @@ DISTNAME= wide-dhcpv6-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= KAME DHCP6 client, server, and relay -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes Modified: head/net/exaddos/Makefile ============================================================================== --- head/net/exaddos/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/exaddos/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= zi@FreeBSD.org COMMENT= Monitor your network for DDoS -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4-mibs>=0.1.4:${PORTSDIR}/net-mgmt/py-snmp4-mibs \ ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:${PORTSDIR}/net-mgmt/py-snmp4 Modified: head/net/ladvd/Makefile ============================================================================== --- head/net/ladvd/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/ladvd/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -11,7 +11,7 @@ MASTER_SITES= GOOGLE_CODE \ MAINTAINER= sten@blinkenlights.nl COMMENT= Minimal LLDP/CDP daemon -LICENSE= BSD +LICENSE= MIT LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 Modified: head/net/libnatpmp/Makefile ============================================================================== --- head/net/libnatpmp/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/libnatpmp/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -9,7 +9,7 @@ MASTER_SITES= http://miniupnp.free.fr/fi MAINTAINER= gaod@hychen.org COMMENT= NAT-PMP lightweight library -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= gmake USE_LDCONFIG= yes Modified: head/net/libsocket++/Makefile ============================================================================== --- head/net/libsocket++/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/libsocket++/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -11,7 +11,7 @@ DISTNAME= socket++-${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= C++ wrapper library to the sockets -LICENSE= BSD +LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS Modified: head/net/packter-agent/Makefile ============================================================================== --- head/net/packter-agent/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/packter-agent/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -11,7 +11,7 @@ DISTNAME= PackterAgent-${PORTVERSION} MAINTAINER= masaki@club.kyutech.ac.jp COMMENT= Agent of the tool for graphical Internet traffic visualization -LICENSE= BSD +LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes USES= pkgconfig Modified: head/net/pear-Net_UserAgent_Detect/Makefile ============================================================================== --- head/net/pear-Net_UserAgent_Detect/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/pear-Net_UserAgent_Detect/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -9,7 +9,7 @@ CATEGORIES= net www pear MAINTAINER= joehorn@gmail.com COMMENT= PEAR class that determines the Web browser, version, and platform -LICENSE= BSD +LICENSE= PHP202 USES= pear Modified: head/net/py-netaddr/Makefile ============================================================================== --- head/net/py-netaddr/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/py-netaddr/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python library for the manipulation of network addresses -LICENSE= BSD +LICENSE= BSD3CLAUSE MIT +LICENSE_COMB= multi WRKSRC= ${WRKDIR}/${DISTNAME} Modified: head/net/py-pcap/Makefile ============================================================================== --- head/net/py-pcap/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/py-pcap/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -11,7 +11,7 @@ DISTNAME= pylib${PORTNAME}-${PORTVERSION MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to LBL Packet Capture library (libpcap) -LICENSE= BSD +LICENSE= BSD3CLAUSE BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 Modified: head/net/radsecproxy/Makefile ============================================================================== --- head/net/radsecproxy/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/radsecproxy/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -9,7 +9,7 @@ MASTER_SITES= http://software.uninett.no MAINTAINER= m.tsatsenko@gmail.com COMMENT= Radsecproxy is a generic RADIUS proxy -LICENSE= GPLv2 BSD +LICENSE= GPLv2 BSD3CLAUSE LICENSE_COMB= dual GNU_CONFIGURE= yes Modified: head/net/scnc/Makefile ============================================================================== --- head/net/scnc/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/scnc/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -9,7 +9,7 @@ MASTER_SITES= http://gomor.org/files/ MAINTAINER= sbz@FreeBSD.org COMMENT= SSL Capable Netcat -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 Modified: head/net/u6rd/Makefile ============================================================================== --- head/net/u6rd/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/u6rd/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -9,7 +9,7 @@ MASTER_SITES= http://ftp.scythe.jp/pub/u MAINTAINER= ume@FreeBSD.org COMMENT= User-space 6rd (RFC 5569) implementation -LICENSE= BSD +LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes USE_RC_SUBR= u6rd Modified: head/net/vde2/Makefile ============================================================================== --- head/net/vde2/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/vde2/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -10,7 +10,7 @@ MASTER_SITES= SF/vde/${PORTNAME}/${PORTV MAINTAINER= ports@FreeBSD.org COMMENT= User-mode virtual ethernet infrastructure -LICENSE= BSD GPLv2 LGPL21 +LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= multi CONFLICTS= vde-[0-9]* Modified: head/net/yptransitd/Makefile ============================================================================== --- head/net/yptransitd/Makefile Wed Dec 10 23:47:45 2014 (r374501) +++ head/net/yptransitd/Makefile Wed Dec 10 23:55:29 2014 (r374502) @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Replacement for nss_ldap -LICENSE= BSD +LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= bison