Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.5 grimoire by Flavien Bridault (0eccac1bdc84625fe8ede0cc35e001403af5d864)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.5 grimoire by Flavien Bridault (0eccac1bdc84625fe8ede0cc35e001403af5d864)
  • Date: Tue, 15 Aug 2006 12:34:08 -0500

GIT changes to stable-rc-0.5 grimoire by Flavien Bridault
<vlaaad AT sourcemage.org>:

utils/bochs-snapshot/DETAILS | 3 +--
utils/bochs-snapshot/HISTORY | 5 +++++
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 0eccac1bdc84625fe8ede0cc35e001403af5d864
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

bochs-snapshot: use wget to get the version, bug#11386

diff --git a/utils/bochs-snapshot/DETAILS b/utils/bochs-snapshot/DETAILS
index a7435a5..a5a9215 100755
--- a/utils/bochs-snapshot/DETAILS
+++ b/utils/bochs-snapshot/DETAILS
@@ -1,12 +1,11 @@
SPELL=bochs-snapshot
- VERSION=`lynx -dump http://bochs.sourceforge.net/cvs-snapshot/ |
grep .tar.gz | head -n 1 | sed 's/.tar.gz.*//' | sed 's/.*bochs-//'`
+ VERSION=$(wget -qO - http://bochs.sourceforge.net/cvs-snapshot/ |
sed -n 's/^.*bochs-\([[:digit:]]*\).tar.gz[^<].*$/\1/p')
SOURCE=bochs-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bochs-$VERSION
SOURCE_URL[0]=http://bochs.sourceforge.net/cvs-snapshot/$SOURCE
SOURCE_IGNORE=volatile
WEB_SITE=http://bochs.sourceforge.net
ENTERED=20020531
- UPDATED=20020731
LICENSE[0]=GPL
BUILD_API=2
KEYWORDS="emulator utils"
diff --git a/utils/bochs-snapshot/HISTORY b/utils/bochs-snapshot/HISTORY
index 0877667..6b034b2 100644
--- a/utils/bochs-snapshot/HISTORY
+++ b/utils/bochs-snapshot/HISTORY
@@ -1,3 +1,8 @@
+2006-07-11 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: use wget to get the version, lynx isn't part of
basesystem, nor
+ was it depended upon. Made the check a bit faster, with a
+ penalty on readability. Fixes #11386
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS




  • [SM-Commit] GIT changes to stable-rc-0.5 grimoire by Flavien Bridault (0eccac1bdc84625fe8ede0cc35e001403af5d864), Flavien Bridault, 08/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page