From owner-svn-ports-all@FreeBSD.ORG Mon Oct 15 19:51:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2BC7A3B; Mon, 15 Oct 2012 19:51:35 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C1CBA8FC12; Mon, 15 Oct 2012 19:51:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9FJpZRl060540; Mon, 15 Oct 2012 19:51:35 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9FJpZZg060536; Mon, 15 Oct 2012 19:51:35 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201210151951.q9FJpZZg060536@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 15 Oct 2012 19:51:35 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2012 19:51:36 -0000 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 \