From owner-svn-ports-head@freebsd.org Sat Aug 11 09:32:46 2018 Return-Path: Delivered-To: svn-ports-head@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 E7BD21064AAA; Sat, 11 Aug 2018 09:32:45 +0000 (UTC) (envelope-from netchild@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 993807380C; Sat, 11 Aug 2018 09:32:45 +0000 (UTC) (envelope-from netchild@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 79C8615516; Sat, 11 Aug 2018 09:32:45 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7B9WjH8001943; Sat, 11 Aug 2018 09:32:45 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7B9WjVa001942; Sat, 11 Aug 2018 09:32:45 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <201808110932.w7B9WjVa001942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Sat, 11 Aug 2018 09:32:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476866 - head/audio/lame X-SVN-Group: ports-head X-SVN-Commit-Author: netchild X-SVN-Commit-Paths: head/audio/lame X-SVN-Commit-Revision: 476866 X-SVN-Commit-Repository: ports 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.27 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: Sat, 11 Aug 2018 09:32:46 -0000 Author: netchild Date: Sat Aug 11 09:32:45 2018 New Revision: 476866 URL: https://svnweb.freebsd.org/changeset/ports/476866 Log: - Sort LICENSE section. [1] - Add comment to the license section about a decision from core about "no-pkg". [2] Submitted by: jbeich [1] Discussed with: core, portmgr [2] Sponsored by: Essen Hackathon Modified: head/audio/lame/Makefile Modified: head/audio/lame/Makefile ============================================================================== --- head/audio/lame/Makefile Sat Aug 11 09:12:55 2018 (r476865) +++ head/audio/lame/Makefile Sat Aug 11 09:32:45 2018 (r476866) @@ -12,10 +12,14 @@ COMMENT= Fast MP3 encoder kit LICENSE= LGPL20+ PATENTS LICENSE_COMB= multi -LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING LICENSE_NAME_PATENTS= Intellectual Property Precaution +LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING +LICENSE_FILE_PATENTS= ${FILESDIR}/lame_patents.txt LICENSE_PERMS_PATENTS= dist-mirror dist-sell no-pkg-mirror no-pkg-sell auto-accept -LICENSE_FILE_PATENTS= $(FILESDIR)/lame_patents.txt +# The reason for "no-pkg" was discussed with core: +# Core feels that the risk versus any potential benefit is not in the +# project's best interest and we should continue to not package +# audio/lame. USES= gmake iconv libtool USE_LDCONFIG= yes