From owner-svn-ports-head@freebsd.org Sat Feb 4 08:08:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8B15CD0419; Sat, 4 Feb 2017 08:08:15 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0D391A95; Sat, 4 Feb 2017 08:08:15 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 0DEB31BB4; Sat, 4 Feb 2017 08:08:15 +0000 (UTC) To: danfe@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433287 - in head: archivers/star databases/py-queries devel/libcrossguid devel/p5-Test-Warnings dns/dnscheckengine graphics/libepoxy japanese/font-marumoji multimedia/libdvdcss net-im/... In-Reply-To: <201702040757.v147vgmZ055574@repo.freebsd.org> Message-Id: <20170204080815.0DEB31BB4@freefall.freebsd.org> Date: Sat, 4 Feb 2017 08:08:15 +0000 (UTC) From: jbeich@freebsd.org (Jan Beich) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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, 04 Feb 2017 08:08:16 -0000 Alexey Dokuchaev writes: > URL: https://svnweb.freebsd.org/changeset/ports/433287 > > Log: > - Spell `LICENSE_FILE' variable correctly [...] > +++ head/archivers/star/Makefile Sat Feb 4 07:57:42 2017 (r433287) > @@ -11,7 +11,7 @@ COMMENT= Unique standard tape archiver w > > LICENSE= CDDL GPLv2 > LICENSE_COMB= multi > -LICENSE_FILES= ${WRKSRC}/CDDL.Schily.txt > +LICENSE_FILE= ${WRKSRC}/CDDL.Schily.txt [...] > +++ head/print/hplip/Makefile Sat Feb 4 07:57:42 2017 (r433287) > @@ -7,11 +7,11 @@ CATEGORIES= print > > LICENSE= GPLv2 MIT BSD3CLAUSE > LICENSE_COMB= multi > -LICENSE_FILES= ${WRKSRC}/COPYING > +LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE cannot be used with LICENSE_COMB != single. Try running $ _OPTIONS_OK=1 LICENSES_ASK=1 make clean patch