From owner-svn-ports-head@FreeBSD.ORG Fri Jan 25 11:55:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B0DD748E; Fri, 25 Jan 2013 11:55:39 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9CA1C38D; Fri, 25 Jan 2013 11:55:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0PBtdk4057390; Fri, 25 Jan 2013 11:55:39 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0PBtdY3057389; Fri, 25 Jan 2013 11:55:39 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201301251155.r0PBtdY3057389@svn.freebsd.org> From: Raphael Kubo da Costa Date: Fri, 25 Jan 2013 11:55:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310976 - head/x11-fonts/consolamono-ttf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 11:55:39 -0000 Author: rakuco Date: Fri Jan 25 11:55:39 2013 New Revision: 310976 URL: http://svnweb.freebsd.org/changeset/ports/310976 Log: Adjust LICENSE_PERMS. I got confused by the description in bsd.licenses.mk and thought the pkg-* and dist-* permissions were actually negating these permissions. Modified: head/x11-fonts/consolamono-ttf/Makefile Modified: head/x11-fonts/consolamono-ttf/Makefile ============================================================================== --- head/x11-fonts/consolamono-ttf/Makefile Fri Jan 25 11:36:43 2013 (r310975) +++ head/x11-fonts/consolamono-ttf/Makefile Fri Jan 25 11:55:39 2013 (r310976) @@ -12,7 +12,7 @@ COMMENT= Monospace font created for prog LICENSE= OFL LICENSE_NAME= SIL OPEN FONT LICENSE Version 1.1 LICENSE_FILE= ${WRKSRC}/SIL\ -\ Open\ Font\ License.txt -LICENSE_PERMS= auto-accept +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale