svn commit: r418432 - head/graphics/libimg

Mikhail Teterin mi at FreeBSD.org
Tue Jul 12 18:02:32 UTC 2016


Author: mi
Date: Tue Jul 12 18:02:30 2016
New Revision: 418432
URL: https://svnweb.freebsd.org/changeset/ports/418432

Log:
  Rename the license to match strings found in lang/tcl86. When the
  TclTk is added to the licensing database, it will be a little easier
  to clean up the ports, which currently have to define it themselves.
  
  PR:		211040

Modified:
  head/graphics/libimg/Makefile

Modified: head/graphics/libimg/Makefile
==============================================================================
--- head/graphics/libimg/Makefile	Tue Jul 12 17:43:54 2016	(r418431)
+++ head/graphics/libimg/Makefile	Tue Jul 12 18:02:30 2016	(r418432)
@@ -10,8 +10,8 @@ DISTNAME=	Img-Source-${PORTVERSION}
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Library of image format handlers for Tk4.1 and later
 
-LICENSE=	TCLTK
-LICENSE_NAME=	Tcl/Tk
+LICENSE=	TclTk
+LICENSE_NAME=	Tcl/Tk License
 LICENSE_FILE=	${WRKSRC}/license.terms
 LICENSE_PERMS=	auto-accept pkg-sell pkg-mirror dist-sell dist-mirror
 


More information about the svn-ports-all mailing list