From owner-svn-ports-head@FreeBSD.ORG Wed Nov 20 10:44:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEA7D870; Wed, 20 Nov 2013 10:44:20 +0000 (UTC) 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 AE4A52FCA; Wed, 20 Nov 2013 10:44:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAKAiKdK052921; Wed, 20 Nov 2013 10:44:20 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAKAiKKO052919; Wed, 20 Nov 2013 10:44:20 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311201044.rAKAiKKO052919@svn.freebsd.org> From: Rene Ladan Date: Wed, 20 Nov 2013 10:44:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334408 - head/multimedia/cuse4bsd-kmod 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.16 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: Wed, 20 Nov 2013 10:44:20 -0000 Author: rene Date: Wed Nov 20 10:44:20 2013 New Revision: 334408 URL: http://svnweb.freebsd.org/changeset/ports/334408 Log: Fix a typo causing the .ko file not to be installed. Bump PORTREVISION to force package to be rebuilt. Approved by: hselasky (maintainer) Modified: head/multimedia/cuse4bsd-kmod/Makefile head/multimedia/cuse4bsd-kmod/pkg-plist Modified: head/multimedia/cuse4bsd-kmod/Makefile ============================================================================== --- head/multimedia/cuse4bsd-kmod/Makefile Wed Nov 20 10:36:08 2013 (r334407) +++ head/multimedia/cuse4bsd-kmod/Makefile Wed Nov 20 10:44:20 2013 (r334408) @@ -2,6 +2,7 @@ PORTNAME= cuse4bsd-kmod PORTVERSION= 0.1.30 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ Modified: head/multimedia/cuse4bsd-kmod/pkg-plist ============================================================================== --- head/multimedia/cuse4bsd-kmod/pkg-plist Wed Nov 20 10:36:08 2013 (r334407) +++ head/multimedia/cuse4bsd-kmod/pkg-plist Wed Nov 20 10:44:20 2013 (r334408) @@ -22,5 +22,5 @@ man/man3/cuse_uninit.3.gz man/man3/cuse_vmalloc.3.gz man/man3/cuse_vmfree.3.gz man/man3/cuse_wait_and_process.3.gz -@cwd %%KMODDIR%% +@cwd /%%KMODDIR%% %%KMODNAME%%.ko