From owner-svn-ports-all@FreeBSD.ORG Sun Nov 3 19:23:19 2013 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 ESMTP id 8B7A2140; Sun, 3 Nov 2013 19:23:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) 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 780DB2DE9; Sun, 3 Nov 2013 19:23:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3JNJLG004167; Sun, 3 Nov 2013 19:23:19 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA3JNJ70004165; Sun, 3 Nov 2013 19:23:19 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201311031923.rA3JNJ70004165@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 3 Nov 2013 19:23:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332640 - in head/x11-fonts: comfortaa-ttf 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-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: Sun, 03 Nov 2013 19:23:19 -0000 Author: rakuco Date: Sun Nov 3 19:23:18 2013 New Revision: 332640 URL: http://svnweb.freebsd.org/changeset/ports/332640 Log: Use the newly-added OFL11 license in my x11-fonts ports. Modified: head/x11-fonts/comfortaa-ttf/Makefile head/x11-fonts/consolamono-ttf/Makefile Modified: head/x11-fonts/comfortaa-ttf/Makefile ============================================================================== --- head/x11-fonts/comfortaa-ttf/Makefile Sun Nov 3 18:38:02 2013 (r332639) +++ head/x11-fonts/comfortaa-ttf/Makefile Sun Nov 3 19:23:18 2013 (r332640) @@ -9,10 +9,7 @@ DISTNAME= comfortaa MAINTAINER= rakuco@FreeBSD.org COMMENT= Stylish, modern and free sans-serif true type font -LICENSE= OFL -LICENSE_NAME= SIL OPEN FONT LICENSE Version 1.1 -LICENSE_FILE= ${WRKSRC}/OFL.txt -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE= OFL11 BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale Modified: head/x11-fonts/consolamono-ttf/Makefile ============================================================================== --- head/x11-fonts/consolamono-ttf/Makefile Sun Nov 3 18:38:02 2013 (r332639) +++ head/x11-fonts/consolamono-ttf/Makefile Sun Nov 3 19:23:18 2013 (r332640) @@ -9,10 +9,7 @@ DISTNAME= consolamono MAINTAINER= rakuco@FreeBSD.org COMMENT= Monospace font created for programming, text editors and terminal-use -LICENSE= OFL -LICENSE_NAME= SIL OPEN FONT LICENSE Version 1.1 -LICENSE_FILE= ${WRKSRC}/SIL\ -\ Open\ Font\ License.txt -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE= OFL11 BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale