svn commit: r308324 - in head/sysutils/biosfont: . files
Rene Ladan
rene at FreeBSD.org
Wed Dec 5 11:24:03 UTC 2012
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 <bsd.port.pre.mk>
-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
More information about the svn-ports-head
mailing list