svn commit: r484935 - head/lang/sbcl

Tobias Kortkamp tobik at FreeBSD.org
Wed Nov 14 23:14:10 UTC 2018


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


More information about the svn-ports-all mailing list