Date: Thu, 12 Nov 2020 10:51:31 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554948 - head/security/openssh-portable Message-ID: <202011121051.0ACApVHw025922@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Thu Nov 12 10:51:31 2020 New Revision: 554948 URL: https://svnweb.freebsd.org/changeset/ports/554948 Log: security/openssh-portable: Set LICENSE In the past, the ports framework did not support handling situations where a port contained a multitude of licenses. In case of OpenSSH the list is/was: BSD2, BSD3, MIT, public domain, BSD-Style, BEER-WARE, "any purpose with notice intact", and ISC-Style. Instead of having to keep track of all the involved licenses which all are very similar, let's use LICENSE_PERMS. I am not bumping PORTREVISION as it is not a vital change from the perspective of package users. Approved by: bdrewery (maintainer) Differential Revision: https://reviews.freebsd.org/D27133 Modified: head/security/openssh-portable/Makefile Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Thu Nov 12 10:48:54 2020 (r554947) +++ head/security/openssh-portable/Makefile Thu Nov 12 10:51:31 2020 (r554948) @@ -12,8 +12,10 @@ PKGNAMESUFFIX?= -portable MAINTAINER= bdrewery@FreeBSD.org COMMENT= The portable version of OpenBSD's OpenSSH -#LICENSE= BSD2,BSD3,MIT,public domain,BSD-Style,BEER-WARE,"any purpose with notice intact",ISC-Style -#LICENSE_FILE= ${WRKSRC}/LICENCE +LICENSE= OPENSSH +LICENSE_NAME= OpenSSH Licenses +LICENSE_FILE= ${WRKSRC}/LICENCE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* openssh-portable-devel-*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011121051.0ACApVHw025922>