Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (65612d0357cdaf4f5e53ba5e487a8bf3d8d89330)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (65612d0357cdaf4f5e53ba5e487a8bf3d8d89330)
  • Date: Sun, 20 Sep 2009 11:29:41 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

disk/dosfstools/DETAILS | 11 +++++------
disk/dosfstools/HISTORY | 4 ++++
disk/dosfstools/PRE_BUILD | 3 +--
3 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit 65612d0357cdaf4f5e53ba5e487a8bf3d8d89330
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

disk/dosfstools: updated to version 3.0.5

diff --git a/disk/dosfstools/DETAILS b/disk/dosfstools/DETAILS
index ff7be5c..faf0102 100755
--- a/disk/dosfstools/DETAILS
+++ b/disk/dosfstools/DETAILS
@@ -1,15 +1,14 @@
SPELL=dosfstools
- VERSION=2.11
- SOURCE=$SPELL-$VERSION.src.tar.gz
+ VERSION=3.0.5
+ SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/$SOURCE
-
SOURCE_HASH=sha512:eb0ee6ea11f1f3c0642722bde9f53ceec6ea085ad2ee4f3df4f4f61d6734132e0d24b8144b5a29593be8f2c40ce407ec5ac0da7749e126f4390568bd66ed28b3
- WEB_SITE=ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/
+ SOURCE_URL[0]=http://www.daniel-baumann.ch/software/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:cfc678a83d7cc11494744777d5e4f49cf9847dc2cc5a2acc9c0a50ddd75295317e5b8ba54cafed11679b19d38610018610803d8cb8ba3a6810aeebd1134c7e3d
+ WEB_SITE=http://www.daniel-baumann.ch/software/dosfstools/
LICENSE[0]=GPL
ENTERED=20011217
KEYWORDS="disk"
SHORT="Utilities to create and check MS-DOS filesystems under
Linux"
-
cat << EOF
Utilities to create and check MS-DOS filesystems under Linux.
Includes :
diff --git a/disk/dosfstools/HISTORY b/disk/dosfstools/HISTORY
index e33ee24..1826557 100644
--- a/disk/dosfstools/HISTORY
+++ b/disk/dosfstools/HISTORY
@@ -1,3 +1,7 @@
+2009-09-20 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 3.0.5, urls updated
+ * PRE_BUILD: corrected installation path
+
2007-10-10 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* PRE_BUILD: created the file, honour INSTALL_ROOT,
fchanged MANDIR to usr/share/man
diff --git a/disk/dosfstools/PRE_BUILD b/disk/dosfstools/PRE_BUILD
index 2fd465e..465d58b 100755
--- a/disk/dosfstools/PRE_BUILD
+++ b/disk/dosfstools/PRE_BUILD
@@ -1,4 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-sedit "s:PREFIX =:PREFIX = $INSTALL_ROOT:" Makefile &&
-sedit "s:/usr/man:/usr/share/man:" Makefile
+sedit 's:PREFIX = /usr/local:PREFIX = /usr:' Makefile



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (65612d0357cdaf4f5e53ba5e487a8bf3d8d89330), Quentin Rameau, 09/20/2009

Archive powered by MHonArc 2.6.24.

Top of Page