[Lunar-commits] <moonbase> Version bump to 1.5.6. Use sedit instead of sed -i -e.

Jannis Pohlmann jannis at xfce.org
Thu Feb 21 00:28:19 CET 2008


commit 46a30034d7ebd6f69cc140c5dc71d8f5684d7c75
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Thu Feb 21 00:28:19 2008 +0100

    Version bump to 1.5.6. Use sedit instead of sed -i -e.
---
 x11-utils/virtualbox/BUILD   |    4 ++--
 x11-utils/virtualbox/DETAILS |   11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/x11-utils/virtualbox/BUILD b/x11-utils/virtualbox/BUILD
index c4a07a5..724e1f3 100644
--- a/x11-utils/virtualbox/BUILD
+++ b/x11-utils/virtualbox/BUILD
@@ -4,7 +4,7 @@
   . /etc/profile.d/qt3.rc 
 
   # Substitute hard-coded QTDIR with QTDIR from the qt3 profile
-  sed -i -e 's/QTDIR=.*/QTDIR="$QTDIR"/g' configure &&
+  sedit 's/QTDIR=.*/QTDIR="$QTDIR"/g' configure &&
 
   # Build VirtualBox
   ./configure     &&
@@ -34,7 +34,7 @@
   install -m 755 $SCRIPT_DIRECTORY/VirtualBox /usr/bin &&
 
   # Substitute $INSTALL_DIR with the module prefix
-  sed -i -e 's:$INSTALL_DIR:'$MODULE_PREFIX':g' /usr/bin/VirtualBox &&
+  sedit 's:$INSTALL_DIR:'$MODULE_PREFIX':g' /usr/bin/VirtualBox &&
 
   # Install the config file to let VirtualBox know it is installed
   mkdir -p /etc/vbox && 
diff --git a/x11-utils/virtualbox/DETAILS b/x11-utils/virtualbox/DETAILS
index ac37770..53c5200 100644
--- a/x11-utils/virtualbox/DETAILS
+++ b/x11-utils/virtualbox/DETAILS
@@ -1,13 +1,14 @@
           MODULE=virtualbox
     MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/}
-          VERSION=1.5.4
+     BASE_VERSION=1.5.6
+          VERSION=$BASE_VERSION-1
            SOURCE=VirtualBox-${VERSION}_OSE.tar.bz2
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/VirtualBox-${VERSION}_OSE
-       SOURCE_VFY=sha1:a918c064804d1dfde77b17747fe1886deff21f82
-       SOURCE_URL=http://www.virtualbox.org/download/$VERSION/
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/VirtualBox-${BASE_VERSION}_OSE
+       SOURCE_VFY=sha1:1cb11c012b9143e14f2eada645757cae8886d0d1
+       SOURCE_URL=http://195.34.175.98/download/$BASE_VERSION/
          WEB_SITE=http://virtualbox.org/
           ENTERED=20071004
-          UPDATED=20080119
+          UPDATED=20080221
             SHORT="Full virtualizer for x86 hardware"
 
 cat << EOF


More information about the Lunar-commits mailing list