From owner-svn-ports-head@freebsd.org Tue Oct 16 12:38:23 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 E54BF10D1CA2; Tue, 16 Oct 2018 12:38:22 +0000 (UTC) (envelope-from ehaupt@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 8EDB18B276; Tue, 16 Oct 2018 12:38:22 +0000 (UTC) (envelope-from ehaupt@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 89C9F1C9B3; Tue, 16 Oct 2018 12:38:22 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9GCcMpj078247; Tue, 16 Oct 2018 12:38:22 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9GCcM1f078246; Tue, 16 Oct 2018 12:38:22 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201810161238.w9GCcM1f078246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 16 Oct 2018 12:38:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482221 - head/audio/fasttracker2 X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/audio/fasttracker2 X-SVN-Commit-Revision: 482221 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: Tue, 16 Oct 2018 12:38:23 -0000 Author: ehaupt Date: Tue Oct 16 12:38:22 2018 New Revision: 482221 URL: https://svnweb.freebsd.org/changeset/ports/482221 Log: Restore previous order of LICENSE definitions. Reported by: mat Mislead by: portlint Modified: head/audio/fasttracker2/Makefile Modified: head/audio/fasttracker2/Makefile ============================================================================== --- head/audio/fasttracker2/Makefile Tue Oct 16 12:02:50 2018 (r482220) +++ head/audio/fasttracker2/Makefile Tue Oct 16 12:38:22 2018 (r482221) @@ -14,11 +14,11 @@ COMMENT= Fasttracker II clone LICENSE= BSD3CLAUSE CC-BY-NC-SA-4.0 LICENSE_COMB= multi -USES= dos2unix localbase:ldflags zip iconv:wchar_t -USE_SDL= sdl2 - LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/src/LICENSE.txt LICENSE_FILE_CC-BY-NC-SA-4.0= ${WRKSRC}/src/gfxdata/bmp/LICENSE.txt + +USES= dos2unix localbase:ldflags zip iconv:wchar_t +USE_SDL= sdl2 WRKSRC= ${WRKDIR}/ft2-clone-code