From owner-svn-ports-all@FreeBSD.ORG Wed Dec 5 11:24:03 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 6FF64247; Wed, 5 Dec 2012 11:24:03 +0000 (UTC) (envelope-from rene@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 354168FC14; Wed, 5 Dec 2012 11:24:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB5BO31g039942; Wed, 5 Dec 2012 11:24:03 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB5BO21t039940; Wed, 5 Dec 2012 11:24:02 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201212051124.qB5BO21t039940@svn.freebsd.org> From: Rene Ladan Date: Wed, 5 Dec 2012 11:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308324 - in head/sysutils/biosfont: . files 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: Wed, 05 Dec 2012 11:24:03 -0000 Author: rene Date: Wed Dec 5 11:24:02 2012 New Revision: 308324 URL: http://svnweb.freebsd.org/changeset/ports/308324 Log: - Update to 1.2.1 to include the clang fix and proper licensing. - Override KMODDIR in Makefile, otherwise it installs the kernel module in /boot/kernel instead of /boot/modules [1] Discussed with: kwm [1] Feature safe: yes Deleted: head/sysutils/biosfont/files/patch-biosfont.c Modified: head/sysutils/biosfont/Makefile (contents, props changed) head/sysutils/biosfont/distinfo (contents, props changed) Modified: head/sysutils/biosfont/Makefile ============================================================================== --- head/sysutils/biosfont/Makefile Wed Dec 5 11:08:09 2012 (r308323) +++ head/sysutils/biosfont/Makefile Wed Dec 5 11:24:02 2012 (r308324) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= biosfont -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 CATEGORIES= sysutils kld MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ @@ -18,7 +18,7 @@ MAN4= biosfont.4 .include -KMODDIR?= /boot/modules +KMODDIR= /boot/modules PLIST_SUB= KMODDIR=${KMODDIR} PREFIX=${PREFIX} MAKE_ENV+= KMODDIR=${KMODDIR} Modified: head/sysutils/biosfont/distinfo ============================================================================== --- head/sysutils/biosfont/distinfo Wed Dec 5 11:08:09 2012 (r308323) +++ head/sysutils/biosfont/distinfo Wed Dec 5 11:24:02 2012 (r308324) @@ -1,2 +1,2 @@ -SHA256 (biosfont-1.2.tar.gz) = 28ac658ded25f1e2f645e659a262d19b921396affe4436ddc4268df795c491d6 -SIZE (biosfont-1.2.tar.gz) = 2633 +SHA256 (biosfont-1.2.1.tar.gz) = 296fd64b5ee35eb367be9eabef01739897995efafdd99f8dbdb94e6f1b75a351 +SIZE (biosfont-1.2.1.tar.gz) = 3333