Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2012 19:51:35 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305934 - in head/devel: clanlib clanlib1 clanlib22
Message-ID:  <201210151951.q9FJpZZg060536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210151951.q9FJpZZg060536>