From owner-svn-ports-all@FreeBSD.ORG Mon Mar 10 17:36:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6332EE89; Mon, 10 Mar 2014 17:36:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50783804; Mon, 10 Mar 2014 17:36:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AHa2h3068403; Mon, 10 Mar 2014 17:36:02 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2AHa1ZD068401; Mon, 10 Mar 2014 17:36:01 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403101736.s2AHa1ZD068401@svn.freebsd.org> From: Antoine Brodin Date: Mon, 10 Mar 2014 17:36:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347788 - in head/graphics: imlib2 imlib2_loaders 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.17 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, 10 Mar 2014 17:36:02 -0000 Author: antoine Date: Mon Mar 10 17:36:01 2014 New Revision: 347788 URL: http://svnweb.freebsd.org/changeset/ports/347788 QAT: https://qat.redports.org/buildarchive/r347788/ Log: imlib2 license allows distribution Reported by: sjamaan on #pkgng Modified: head/graphics/imlib2/Makefile head/graphics/imlib2_loaders/Makefile Modified: head/graphics/imlib2/Makefile ============================================================================== --- head/graphics/imlib2/Makefile Mon Mar 10 17:30:07 2014 (r347787) +++ head/graphics/imlib2/Makefile Mon Mar 10 17:36:01 2014 (r347788) @@ -14,7 +14,7 @@ COMMENT= The next generation graphics li LICENSE= imlib2 LICENSE_NAME= imlib2 license LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= auto-accept +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 Modified: head/graphics/imlib2_loaders/Makefile ============================================================================== --- head/graphics/imlib2_loaders/Makefile Mon Mar 10 17:30:07 2014 (r347787) +++ head/graphics/imlib2_loaders/Makefile Mon Mar 10 17:36:01 2014 (r347788) @@ -15,7 +15,7 @@ LICENSE= imlib2 GPLv2 LICENSE_COMB= multi LICENSE_NAME_imlib2= imlib2 license LICENSE_FILE_imlib2= ${WRKSRC}/COPYING -LICENSE_PERMS_imlib2= auto-accept +LICENSE_PERMS_imlib2= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes USE_BZIP2= yes