From owner-svn-ports-head@FreeBSD.ORG Fri Jul 20 14:23:38 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6550D1065686; Fri, 20 Jul 2012 14:23:38 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 370D98FC1D; Fri, 20 Jul 2012 14:23:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6KENckd005883; Fri, 20 Jul 2012 14:23:38 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6KENbhW005879; Fri, 20 Jul 2012 14:23:37 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201207201423.q6KENbhW005879@svn.freebsd.org> From: Jun Kuriyama Date: Fri, 20 Jul 2012 14:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301226 - head/emulators/virtio-kmod X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 20 Jul 2012 14:23:38 -0000 Author: kuriyama Date: Fri Jul 20 14:23:37 2012 New Revision: 301226 URL: http://svn.freebsd.org/changeset/ports/301226 Log: - pkg-{descr,message} cosmetic changes. - Don't do multiple (needless) copy of sys/* sources [1] PR: ports/168512 [1] Submitted by: Yasuhito FUTATSUKI [1] Modified: head/emulators/virtio-kmod/Makefile head/emulators/virtio-kmod/pkg-descr head/emulators/virtio-kmod/pkg-message Modified: head/emulators/virtio-kmod/Makefile ============================================================================== --- head/emulators/virtio-kmod/Makefile Fri Jul 20 13:27:10 2012 (r301225) +++ head/emulators/virtio-kmod/Makefile Fri Jul 20 14:23:37 2012 (r301226) @@ -7,6 +7,7 @@ PORTNAME= virtio PORTVERSION= 0.${SVN_REV} +PORTREVISION= 1 CATEGORIES= emulators kld MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama @@ -41,9 +42,9 @@ SVN_REV= 228301 post-extract: cd ${WRKSRC} && ${MKDIR} sys/dev tmp && ${MV} dev modules tmp/ - for d in ${NEEDSUBDIRS}; do \ - ${CP} -Rp ${SRC_BASE}/sys/${d} ${WRKSRC}/sys/${d}; \ - done +.for d in ${NEEDSUBDIRS} + ${CP} -Rp ${SRC_BASE}/sys/${d} ${WRKSRC}/sys/${d} +.endfor ${CP} -Rp ${WRKSRC}/tmp/* ${WRKSRC}/sys/ do-build: Modified: head/emulators/virtio-kmod/pkg-descr ============================================================================== --- head/emulators/virtio-kmod/pkg-descr Fri Jul 20 13:27:10 2012 (r301225) +++ head/emulators/virtio-kmod/pkg-descr Fri Jul 20 14:23:37 2012 (r301226) @@ -1,5 +1,5 @@ -Port for package building of virtio kernel lodable modules. +Port for package building of virtio kernel loadable modules. -This port support only 8.2 and 9.0 releases. +This port support only 8.[23] and 9.0 releases. WWW: http://people.FreeBSD.org/~kuriyama/virtio/ Modified: head/emulators/virtio-kmod/pkg-message ============================================================================== --- head/emulators/virtio-kmod/pkg-message Fri Jul 20 13:27:10 2012 (r301225) +++ head/emulators/virtio-kmod/pkg-message Fri Jul 20 14:23:37 2012 (r301226) @@ -14,9 +14,11 @@ and edit fstab and interface config in r and enable virtio devices in host's domain.xml: - +-
+ ++
... - -
+ -+
++