[Lunar-commits] <moonbase> parted: version bumped to 1.9.0.
Florin Braescu
florin at lunar-linux.org
Sat Jul 25 13:38:42 CEST 2009
commit 9a757790ad7d0b056be649c1a118bd86a3171744
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jul 25 14:38:42 2009 +0300
parted: version bumped to 1.9.0.
Bugfixes and improvements.
---
utils/parted/BUILD | 5 +----
utils/parted/DEPENDS | 6 +++---
utils/parted/DETAILS | 17 +++++++----------
3 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/utils/parted/BUILD b/utils/parted/BUILD
index 46fb694..b8760e9 100644
--- a/utils/parted/BUILD
+++ b/utils/parted/BUILD
@@ -2,12 +2,9 @@
# fix for inlines not supported by gcc-4.2.x
export CFLAGS="$CFLAGS -fgnu89-inline"
- # autoconf patch
- patch_it $SOURCE2 1 &&
-
sedit '/'-Wl,--as-needed'/d' m4/lib-ignore.m4 configure &&
- OPTS+=" --disable-rpath --disable-debug --disable-Werror"
+ OPTS+=" --disable-rpath --disable-debug --disable-Werror --disable-device-mapper"
default_build &&
diff --git a/utils/parted/DEPENDS b/utils/parted/DEPENDS
index 2ecce1f..b1c9e0d 100644
--- a/utils/parted/DEPENDS
+++ b/utils/parted/DEPENDS
@@ -1,5 +1,5 @@
-depends e2fsprogs &&
-depends ncurses &&
+depends e2fsprogs
+depends ncurses
-optional_depends "readline" "--with-readline" "" "for fancy command line editing" &&
+optional_depends "readline" "--with-readline" "" "for fancy command line editing"
optional_depends "gettext" "" "--disable-nls" "for NLS support"
diff --git a/utils/parted/DETAILS b/utils/parted/DETAILS
index 882cf97..1762ac1 100644
--- a/utils/parted/DETAILS
+++ b/utils/parted/DETAILS
@@ -1,16 +1,13 @@
MODULE=parted
- VERSION=1.8.8
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-1.8.8-autoconf_fix.patch
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:038eaa1656cc1d07ea413526a2e00adb977197f2
- SOURCE2_VFY=sha1:03830b5b1062d19f11650f537cad0fd2de3ab755
+ VERSION=1.9.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE
+ SOURCE_VFY=sha1:9afc08fbcf0af8c5e15073a4478c2c20b75895eb
WEB_SITE=http://www.gnu.org/software/parted
ENTERED=20010922
- UPDATED=20070812
- SHORT="Allows you to create, destroy, resize, and copy partitions"
+ UPDATED=20090725
+ SHORT="Allows you to create, destroy, resize, and copy partitions"
cat << EOF
GNU Parted allows you to create, destroy, resize, and copy partitions.
More information about the Lunar-commits
mailing list