Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2018 00:14:09 +0100
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        Kirill Ponomarev <krion@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r484935 - head/lang/sbcl
Message-ID:  <1542237249.290645.1577323656.4279DC9E@webmail.messagingengine.com>
In-Reply-To: <201811141758.wAEHwhTH049365@repo.freebsd.org>
References:  <201811141758.wAEHwhTH049365@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 14, 2018, at 18:58, Kirill Ponomarev wrote:
> Author: krion
> Date: Wed Nov 14 17:58:42 2018
> New Revision: 484935
> URL: https://svnweb.freebsd.org/changeset/ports/484935
> 
> Log:
>   Pet LICENSE to use standard sbcl licenses.
>   
>   PR:		233222
>   Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
> 
> Modified:
>   head/lang/sbcl/Makefile
> 
> Modified: head/lang/sbcl/Makefile
> ==============================================================================
> --- head/lang/sbcl/Makefile	Wed Nov 14 17:54:24 2018	(r484934)
> +++ head/lang/sbcl/Makefile	Wed Nov 14 17:58:42 2018	(r484935)
> @@ -18,10 +18,9 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
>  MAINTAINER=	krion@FreeBSD.org
>  COMMENT=	Common Lisp development system derived from the CMU CL system
>  
> -LICENSE=	${PORTNAME}
> -LICENSE_NAME=	public domain | FreeBSD
> +LICENSE=	PD BSD2CLAUSE
> +LICENSE_COMB=	dual

I think this should be 'multi' instead.  Parts of sbcl are public
domain, other parts are under some BSD style licenses.  But not
everything is either PD or BSD2CLAUSE as a whole AFAICT.

>  LICENSE_FILE=	${WRKSRC}/COPYING
> -LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept dist-sell pkg-sell
>  
>  ONLY_FOR_ARCHS=	amd64 i386



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1542237249.290645.1577323656.4279DC9E>