From owner-svn-ports-all@freebsd.org Tue Sep 11 18:57:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 070601099D1F; Tue, 11 Sep 2018 18:57:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFDDB843A7; Tue, 11 Sep 2018 18:57:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AAD021BC80; Tue, 11 Sep 2018 18:57:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8BIvKtP004869; Tue, 11 Sep 2018 18:57:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8BIvKv2004868; Tue, 11 Sep 2018 18:57:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809111857.w8BIvKv2004868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 11 Sep 2018 18:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479544 - head/audio/rhvoice X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/rhvoice X-SVN-Commit-Revision: 479544 X-SVN-Commit-Repository: ports 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.27 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: Tue, 11 Sep 2018 18:57:21 -0000 Author: yuri Date: Tue Sep 11 18:57:20 2018 New Revision: 479544 URL: https://svnweb.freebsd.org/changeset/ports/479544 Log: audio/rhvoice: Fix LICENSE_FILE_xx lines Reported by: mat Modified: head/audio/rhvoice/Makefile Modified: head/audio/rhvoice/Makefile ============================================================================== --- head/audio/rhvoice/Makefile Tue Sep 11 18:52:07 2018 (r479543) +++ head/audio/rhvoice/Makefile Tue Sep 11 18:57:20 2018 (r479544) @@ -11,8 +11,8 @@ COMMENT= Speech synthesizer for English, Russian, Geor LICENSE= LGPL21+ GPLv3+ # the main code is under LGPL21+, MAGE library is under GPLv3+, voices are licensed for use by individuals only, no commercial use LICENSE_COMB= multi -LICENSE_FILE_LGPL21= ${SRCDIR}/licenses/lgpl-2.1.txt -LICENSE_FILE_GPLv3= ${SRCDIR}/licenses/gpl-3.0.txt +LICENSE_FILE_LGPL21+ = ${WRKSRC}/licenses/lgpl-2.1.txt +LICENSE_FILE_GPLv3+ = ${WRKSRC}/licenses/gpl-3.0.txt LIB_DEPENDS= libao.so:audio/libao \ libportaudio.so:audio/portaudio \