svn commit: r305934 - in head/devel: clanlib clanlib1 clanlib22

Beat Gaetzi beat at FreeBSD.org
Mon Oct 15 19:51:36 UTC 2012


Author: beat
Date: Mon Oct 15 19:51:35 2012
New Revision: 305934
URL: http://svn.freebsd.org/changeset/ports/305934

Log:
  - Remove LICENSE_GROUPS, LICENSE_NAME and LICENSE_PERMS as the ZLIB license
    is defined in bsd.licenses.db.mk now.
  
  Submitted by:	maintainer
  Reported by:	pointyhat
  Feature safe:	yes

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

Modified: head/devel/clanlib/Makefile
==============================================================================
--- head/devel/clanlib/Makefile	Mon Oct 15 19:47:27 2012	(r305933)
+++ head/devel/clanlib/Makefile	Mon Oct 15 19:51:35 2012	(r305934)
@@ -13,10 +13,7 @@ MAINTAINER=	c.petrik.sosa at gmail.com
 COMMENT=	Cross-platform game SDK
 
 LICENSE=	ZLIB
-LICENSE_GROUPS=	FSF GPL OSI
-LICENSE_NAME=	ZLIB license
 LICENSE_FILE=	${WRKSRC}/COPYING
-LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
 
 LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png \

Modified: head/devel/clanlib1/Makefile
==============================================================================
--- head/devel/clanlib1/Makefile	Mon Oct 15 19:47:27 2012	(r305933)
+++ head/devel/clanlib1/Makefile	Mon Oct 15 19:51:35 2012	(r305934)
@@ -12,10 +12,7 @@ MAINTAINER=	c.petrik.sosa at gmail.com
 COMMENT=	Cross-platform game SDK
 
 LICENSE=	ZLIB
-LICENSE_GROUPS=	FSF GPL OSI
-LICENSE_NAME=	ZLIB license
 LICENSE_FILE=	${WRKSRC}/COPYING
-LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
 
 LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png \

Modified: head/devel/clanlib22/Makefile
==============================================================================
--- head/devel/clanlib22/Makefile	Mon Oct 15 19:47:27 2012	(r305933)
+++ head/devel/clanlib22/Makefile	Mon Oct 15 19:51:35 2012	(r305934)
@@ -12,10 +12,7 @@ MAINTAINER=	c.petrik.sosa at gmail.com
 COMMENT=	Cross-platform game SDK
 
 LICENSE=	ZLIB
-LICENSE_GROUPS=	FSF GPL OSI
-LICENSE_NAME=	ZLIB license
 LICENSE_FILE=	${WRKSRC}/COPYING
-LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
 
 LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png \


More information about the svn-ports-all mailing list