From owner-dev-commits-ports-all@freebsd.org Sat May 15 09:20:41 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECEA263FB7C; Sat, 15 May 2021 09:20:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fj0HY66GDz3PGV; Sat, 15 May 2021 09:20:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 943AE22D31; Sat, 15 May 2021 09:20:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14F9Kfha071005; Sat, 15 May 2021 09:20:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14F9KfGl071004; Sat, 15 May 2021 09:20:41 GMT (envelope-from git) Date: Sat, 15 May 2021 09:20:41 GMT Message-Id: <202105150920.14F9KfGl071004@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: a0c694d15d97 - main - Unbreak more ports after 3505159e72da2d8313ce2a8ddc527de700b5bc37 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a0c694d15d97dfefdda209823d47440fbfa02d3a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2021 09:20:42 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0c694d15d97dfefdda209823d47440fbfa02d3a commit a0c694d15d97dfefdda209823d47440fbfa02d3a Author: Tobias Kortkamp AuthorDate: 2021-05-15 08:36:03 +0000 Commit: Tobias Kortkamp CommitDate: 2021-05-15 09:20:05 +0000 Unbreak more ports after 3505159e72da2d8313ce2a8ddc527de700b5bc37 With LICENSE=${PORTNAME} and LICENSE_TEXT set the framework creates ${WRKDIR}/${PORTNAME} however WRKSRC=${WRKDIR}/${PORTNAME} too. Rename the licenses to fix this. --- emulators/darcnes/Makefile | 2 +- games/linux-enemyterritory-tce/Makefile | 2 +- net/ldapbrowser/Makefile | 2 +- print/lgrind/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index 20c1f9b0c998..c2c004d87f71 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multi-system emulator # Converted from NO_CDROM -LICENSE= darcnes +LICENSE= darcnes-license LICENSE_NAME= darcnes LICENSE_TEXT= Commercial use is restricted LICENSE_PERMS= dist-mirror pkg-mirror auto-accept diff --git a/games/linux-enemyterritory-tce/Makefile b/games/linux-enemyterritory-tce/Makefile index 307d95736a32..2b28d4d3931d 100644 --- a/games/linux-enemyterritory-tce/Makefile +++ b/games/linux-enemyterritory-tce/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Modern tactical Enemy Territory modification # Converted from RESTRICTED -LICENSE= tcetest +LICENSE= tcetest-license LICENSE_NAME= tcetest LICENSE_TEXT= Redistribution is limited, see license LICENSE_PERMS= dist-mirror pkg-mirror auto-accept diff --git a/net/ldapbrowser/Makefile b/net/ldapbrowser/Makefile index a1abaa1f594d..a8c8d6626a7b 100644 --- a/net/ldapbrowser/Makefile +++ b/net/ldapbrowser/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ronald-lists@klop.ws COMMENT= Java/Swing-based LDAP browser and editor # Converted from RESTRICTED -LICENSE= ldapbrowser +LICENSE= ldapbrowser-license LICENSE_NAME= ldapbrowser LICENSE_TEXT= No reply from author regarding redistribution licensing LICENSE_PERMS= auto-accept diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index f12ac9396824..aa8a3aeb2eeb 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Produce beautiful listings of source code with LaTeX # Converted from RESTRICTED -LICENSE= lgrind +LICENSE= lgrind-license LICENSE_NAME= lgrind LICENSE_TEXT= According to the README-file there is a license issue \ because of non-free code. Check the README file within \