svn commit: r554948 - head/security/openssh-portable

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Nov 12 10:51:32 UTC 2020


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 at 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-*
 


More information about the svn-ports-all mailing list