svn commit: r305273 - in head/devel: clanlib clanlib1

Jason E. Hale jhale at FreeBSD.org
Thu Oct 4 18:21:33 UTC 2012


Author: jhale
Date: Thu Oct  4 18:21:32 2012
New Revision: 305273
URL: http://svn.freebsd.org/changeset/ports/305273

Log:
  - Fix LICENSE_GROUPS, the ZLIB license is GPL compatilble but does not comply
    with the Copyfree Standard Definition
  
  Approved by:	makc (mentor), maintainer (implicit)

Modified:
  head/devel/clanlib/Makefile
  head/devel/clanlib1/Makefile

Modified: head/devel/clanlib/Makefile
==============================================================================
--- head/devel/clanlib/Makefile	Thu Oct  4 17:39:37 2012	(r305272)
+++ head/devel/clanlib/Makefile	Thu Oct  4 18:21:32 2012	(r305273)
@@ -13,7 +13,7 @@ MAINTAINER=	c.petrik.sosa at gmail.com
 COMMENT=	Cross-platform game SDK
 
 LICENSE=	ZLIB
-LICENSE_GROUPS=	FSF OSI COPYFREE
+LICENSE_GROUPS=	FSF GPL OSI
 LICENSE_NAME=	ZLIB license
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}

Modified: head/devel/clanlib1/Makefile
==============================================================================
--- head/devel/clanlib1/Makefile	Thu Oct  4 17:39:37 2012	(r305272)
+++ head/devel/clanlib1/Makefile	Thu Oct  4 18:21:32 2012	(r305273)
@@ -12,7 +12,7 @@ MAINTAINER=	c.petrik.sosa at gmail.com
 COMMENT=	Cross-platform game SDK
 
 LICENSE=	ZLIB
-LICENSE_GROUPS=	FSF OSI COPYFREE
+LICENSE_GROUPS=	FSF GPL OSI
 LICENSE_NAME=	ZLIB license
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}



More information about the svn-ports-head mailing list