Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 17:01:43 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368275 - in head/emulators/pipelight: . files
Message-ID:  <201409151701.s8FH1hZP093226@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Mon Sep 15 17:01:43 2014
New Revision: 368275
URL: http://svnweb.freebsd.org/changeset/ports/368275
QAT: https://qat.redports.org/buildarchive/r368275/

Log:
  - Update pipelight-mkufs script to create a larger UFS volume (400MB)
  - Bump PORTREV

Modified:
  head/emulators/pipelight/Makefile
  head/emulators/pipelight/files/pipelight-mkufs.in

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Mon Sep 15 16:36:17 2014	(r368274)
+++ head/emulators/pipelight/Makefile	Mon Sep 15 17:01:43 2014	(r368275)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pipelight
 DISTVERSION=	0.2.7.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	emulators
 MASTER_SITES=	https://bitbucket.org/mmueller2012/pipelight/get/ \
 		http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg

Modified: head/emulators/pipelight/files/pipelight-mkufs.in
==============================================================================
--- head/emulators/pipelight/files/pipelight-mkufs.in	Mon Sep 15 16:36:17 2014	(r368274)
+++ head/emulators/pipelight/files/pipelight-mkufs.in	Mon Sep 15 17:01:43 2014	(r368275)
@@ -60,7 +60,7 @@ if [ $? -eq 0 ] ; then
 fi
 
 # Create the ZVOL
-zfs create -V 200M $zpool/$username-pipelight
+zfs create -V 400M $zpool/$username-pipelight
 if [ $? -ne 0 ] ; then
    echo "Failed creating ZVOL"
    exit 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409151701.s8FH1hZP093226>