From owner-svn-ports-head@FreeBSD.ORG Tue Dec 9 14:16:55 2014 Return-Path: Delivered-To: svn-ports-head@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 7B6A91C2; Tue, 9 Dec 2014 14:16:55 +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 4E0A8A9D; Tue, 9 Dec 2014 14:16:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB9EGtOI088368; Tue, 9 Dec 2014 14:16:55 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB9EGswx088363; Tue, 9 Dec 2014 14:16:54 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412091416.sB9EGswx088363@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 9 Dec 2014 14:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374396 - in head/misc: figlet libutf logsurfer tkinfo 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.18-1 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: Tue, 09 Dec 2014 14:16:55 -0000 Author: feld Date: Tue Dec 9 14:16:53 2014 New Revision: 374396 URL: https://svnweb.freebsd.org/changeset/ports/374396 QAT: https://qat.redports.org/buildarchive/r374396/ Log: Update "BSD" license in misc category Modified: head/misc/figlet/Makefile head/misc/libutf/Makefile head/misc/logsurfer/Makefile head/misc/tkinfo/Makefile Modified: head/misc/figlet/Makefile ============================================================================== --- head/misc/figlet/Makefile Tue Dec 9 14:09:19 2014 (r374395) +++ head/misc/figlet/Makefile Tue Dec 9 14:16:53 2014 (r374396) @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= obrien MAINTAINER= obrien@FreeBSD.org COMMENT= SysV banner-like program prints strings in large fancy ASCII art -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE MAKE_ENV= datadir=${DATADIR} prefix=${PREFIX} Modified: head/misc/libutf/Makefile ============================================================================== --- head/misc/libutf/Makefile Tue Dec 9 14:09:19 2014 (r374395) +++ head/misc/libutf/Makefile Tue Dec 9 14:16:53 2014 (r374396) @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= UTF-8 character set support library, including regular expressions -LICENSE= BSD +LICENSE= BSD4CLAUSE GNU_CONFIGURE= yes MAKE_ARGS= ETCDIR="${DATADIR}" Modified: head/misc/logsurfer/Makefile ============================================================================== --- head/misc/logsurfer/Makefile Tue Dec 9 14:09:19 2014 (r374395) +++ head/misc/logsurfer/Makefile Tue Dec 9 14:16:53 2014 (r374396) @@ -10,7 +10,9 @@ MASTER_SITES= http://www.crypt.gen.nz/lo MAINTAINER= zi@FreeBSD.org COMMENT= Process logfiles and conditionally perform certain actions -LICENSE= BSD +LICENSE= GPLv2 ISCL +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/DISCLAIMER GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-etcdir=${ETCDIR} Modified: head/misc/tkinfo/Makefile ============================================================================== --- head/misc/tkinfo/Makefile Tue Dec 9 14:09:19 2014 (r374395) +++ head/misc/tkinfo/Makefile Tue Dec 9 14:16:53 2014 (r374396) @@ -10,7 +10,7 @@ MASTER_SITES= http://math-www.uni-paderb MAINTAINER= ports@FreeBSD.org COMMENT= Tk script to read GNU "info" files and display them -LICENSE= BSD +LICENSE= MIT NO_BUILD= yes USES+= tk