From owner-svn-ports-head@FreeBSD.ORG Tue Dec 9 16:33:18 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 BD7D3A42; Tue, 9 Dec 2014 16:33:18 +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 9E6AFC97; Tue, 9 Dec 2014 16:33:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB9GXIdD058916; Tue, 9 Dec 2014 16:33:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB9GXHDA058910; Tue, 9 Dec 2014 16:33:17 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412091633.sB9GXHDA058910@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 16:33:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374405 - in head/multimedia: libtuner mkclean mkvalidator p5-Net-UPnP podcastdl 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 16:33:19 -0000 Author: feld Date: Tue Dec 9 16:33:16 2014 New Revision: 374405 URL: https://svnweb.freebsd.org/changeset/ports/374405 QAT: https://qat.redports.org/buildarchive/r374405/ Log: Update "BSD" license in multimedia category Modified: head/multimedia/libtuner/Makefile head/multimedia/mkclean/Makefile head/multimedia/mkvalidator/Makefile head/multimedia/p5-Net-UPnP/Makefile head/multimedia/podcastdl/Makefile Modified: head/multimedia/libtuner/Makefile ============================================================================== --- head/multimedia/libtuner/Makefile Tue Dec 9 16:05:31 2014 (r374404) +++ head/multimedia/libtuner/Makefile Tue Dec 9 16:33:16 2014 (r374405) @@ -9,7 +9,8 @@ MASTER_SITES= ftp://corona.homeunix.net/ MAINTAINER= jason.harmening@gmail.com COMMENT= Userspace drivers for various TV/radio tuner ICs -LICENSE= BSD +LICENSE= BSD2CLAUSE MIT +LICENSE_COMB= multi MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX} USE_LDCONFIG= ${PREFIX}/lib/libtuner Modified: head/multimedia/mkclean/Makefile ============================================================================== --- head/multimedia/mkclean/Makefile Tue Dec 9 16:05:31 2014 (r374404) +++ head/multimedia/mkclean/Makefile Tue Dec 9 16:33:16 2014 (r374405) @@ -8,7 +8,7 @@ MASTER_SITES= SF/matroska/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Clean and optimize Matroska and WebM files -LICENSE= BSD +LICENSE= BSD3CLAUSE HAS_CONFIGURE= yes Modified: head/multimedia/mkvalidator/Makefile ============================================================================== --- head/multimedia/mkvalidator/Makefile Tue Dec 9 16:05:31 2014 (r374404) +++ head/multimedia/mkvalidator/Makefile Tue Dec 9 16:33:16 2014 (r374405) @@ -8,7 +8,8 @@ MASTER_SITES= SF/matroska/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Command line tool to verify Matroska and WebM files -LICENSE= BSD +LICENSE= BSD3CLAUSE BSD4CLAUSE GPLv2 +LICENSE_COMB= multi HAS_CONFIGURE= yes Modified: head/multimedia/p5-Net-UPnP/Makefile ============================================================================== --- head/multimedia/p5-Net-UPnP/Makefile Tue Dec 9 16:05:31 2014 (r374404) +++ head/multimedia/p5-Net-UPnP/Makefile Tue Dec 9 16:33:16 2014 (r374405) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for UPnP -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/README USES= perl5 Modified: head/multimedia/podcastdl/Makefile ============================================================================== --- head/multimedia/podcastdl/Makefile Tue Dec 9 16:05:31 2014 (r374404) +++ head/multimedia/podcastdl/Makefile Tue Dec 9 16:33:16 2014 (r374405) @@ -11,7 +11,7 @@ MASTER_SITES= http://rodrigo.osorio.free MAINTAINER= rodrigo@FreeBSD.org COMMENT= Simple command line podcast client written in plain C -LICENSE= BSD +LICENSE= ISCL LIB_DEPENDS= libmrss.so:${PORTSDIR}/textproc/libmrss