From owner-svn-ports-all@FreeBSD.ORG Fri Dec 21 10:10:59 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 7C92ABA1; Fri, 21 Dec 2012 10:10:59 +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 604168FC0A; Fri, 21 Dec 2012 10:10:59 +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 qBLAAx5x038604; Fri, 21 Dec 2012 10:10:59 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBLAAxGA038603; Fri, 21 Dec 2012 10:10:59 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201212211010.qBLAAxGA038603@svn.freebsd.org> From: Rene Ladan Date: Fri, 21 Dec 2012 10:10:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309351 - head/misc/biosfont-demos 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: Fri, 21 Dec 2012 10:10:59 -0000 Author: rene Date: Fri Dec 21 10:10:58 2012 New Revision: 309351 URL: http://svnweb.freebsd.org/changeset/ports/309351 Log: - Replace (undocumented) INSTALL_DEPENDS on sysutils/biosfont by a RUN_DEPENDS to properly record the dependency on the kernel module. - Bump PORTREVISION Noticed by: 'pkg autoremove' Modified: head/misc/biosfont-demos/Makefile (contents, props changed) Modified: head/misc/biosfont-demos/Makefile ============================================================================== --- head/misc/biosfont-demos/Makefile Fri Dec 21 09:52:58 2012 (r309350) +++ head/misc/biosfont-demos/Makefile Fri Dec 21 10:10:58 2012 (r309351) @@ -3,6 +3,7 @@ PORTNAME= biosfont-demos PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ @@ -12,7 +13,7 @@ COMMENT= Demos for the biosfont kernel m LICENSE= BSD BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont -INSTALL_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont +RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont PLIST_FILES= bin/showchar bin/showdati