[Lunar-commits] <moonbase> Revert "nfs-utils: version bumped to 1.2.1."

Florin Braescu florin at lunar-linux.org
Sat Mar 6 03:59:21 CET 2010


commit c3c6b6ff591cbe0ecd69cec51ed7fc03dd0b611b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Mar 6 04:59:21 2010 +0200

    Revert "nfs-utils: version bumped to 1.2.1."
    
    This reverts commit 5503a4af31eadd8c7dfce49388b0fd40d04dc3b5.
    
    nfs-utils: revert it as it hung up un some configurations.
---
 filesys/nfs-utils/BUILD   |    8 ++++----
 filesys/nfs-utils/DEPENDS |    1 -
 filesys/nfs-utils/DETAILS |   10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/filesys/nfs-utils/BUILD b/filesys/nfs-utils/BUILD
index 2ee200f..69709f2 100644
--- a/filesys/nfs-utils/BUILD
+++ b/filesys/nfs-utils/BUILD
@@ -3,16 +3,16 @@ unalias  make
 (
 
   ( source /var/lib/lunar/unset.sh && ./configure  --prefix=/usr  --mandir=/usr/share/man \
-    --disable-nfsv4 --disable-gss )  &&
+    --disable-nfsv4 --disable-gss ) &&
 
-  ( source /var/lib/lunar/unset.sh && make )  &&
-  prepare_install  &&
+  ( source /var/lib/lunar/unset.sh && make )   &&
+  prepare_install             &&
   ( source /var/lib/lunar/unset.sh && make    install ) &&
 
   if [ -e "/etc/init.d/nfslock.sh" ]; then
      rm -f /etc/init.d/nfslock.sh
      rm -f /etc/rc?.d/???nfslock.sh
-  fi  &&
+  fi &&
 
   if [ -e "/etc/init.d/nfs.sh" ]; then
     rm -f /etc/init.d/nfs.sh
diff --git a/filesys/nfs-utils/DEPENDS b/filesys/nfs-utils/DEPENDS
index fffbf90..f054781 100644
--- a/filesys/nfs-utils/DEPENDS
+++ b/filesys/nfs-utils/DEPENDS
@@ -1,3 +1,2 @@
 depends portmap
 depends quota
-depends libtirpc
diff --git a/filesys/nfs-utils/DETAILS b/filesys/nfs-utils/DETAILS
index 76ab2d4..42018d4 100644
--- a/filesys/nfs-utils/DETAILS
+++ b/filesys/nfs-utils/DETAILS
@@ -1,17 +1,17 @@
           MODULE=nfs-utils
-         VERSION=1.2.1
+         VERSION=1.1.4
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/nfs
-      SOURCE_VFY=sha1:f8227b11657006ff839090acf879ed23111aecc4
+      SOURCE_URL=$SFORGE_URL/nfs/
+      SOURCE_VFY=sha1:560a063c681239b022f05e2c815402425ede01a6
         WEB_SITE=http://nfs.sourceforge.net
            SHORT="Network File System"
          ENTERED=20011023
-         UPDATED=20100304
-
+         UPDATED=20081111
 cat << EOF
 The Network File System (NFS) was developed to allow machines to mount
 a disk partition on a remote machine as if it were on a local hard
 drive. This allows for fast, seamless sharing of files across a network.
+
 It also gives the potential for unwanted people to access your hard
 drive over the network (and thereby possibly read your email and delete
 all your files as well as break into your system) if you set it up


More information about the Lunar-commits mailing list