svn commit: r368275 - in head/emulators/pipelight: . files
Kris Moore
kmoore at FreeBSD.org
Mon Sep 15 17:01:44 UTC 2014
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
More information about the svn-ports-all
mailing list