Date: Thu, 4 Oct 2012 18:21:33 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305273 - in head/devel: clanlib clanlib1 Message-ID: <201210041821.q94ILXxx001896@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210041821.q94ILXxx001896>