summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Ryan P.C. McQuen2014-06-21 04:14:57 +0200
committer Willy Sudiarto Raharjo2014-06-21 04:14:57 +0200
commitae689a031b6c96ee824770791ce174d9e24b14eb (patch)
tree1ce538f5c42fbfb0e3f6c00d6393465f568979f3 /misc
parent28eaaa125860ac0c677e4bfdd84e48751a7347f1 (diff)
downloadslackbuilds-ae689a031b6c96ee824770791ce174d9e24b14eb.tar.gz
misc/dos2unix: Updated for version 6.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/dos2unix/dos2unix.SlackBuild12
-rw-r--r--misc/dos2unix/dos2unix.info8
2 files changed, 11 insertions, 9 deletions
diff --git a/misc/dos2unix/dos2unix.SlackBuild b/misc/dos2unix/dos2unix.SlackBuild
index 86dc17bc77..4676ac7e8a 100644
--- a/misc/dos2unix/dos2unix.SlackBuild
+++ b/misc/dos2unix/dos2unix.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for dos2unix
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2011, 2012, 2013 Chris Abela, Malta
# All rights reserved.
#
@@ -23,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dos2unix
-VERSION=${VERSION:-6.0.4}
+VERSION=${VERSION:-6.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -50,10 +52,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
diff --git a/misc/dos2unix/dos2unix.info b/misc/dos2unix/dos2unix.info
index a9a8db5ded..5a97743eea 100644
--- a/misc/dos2unix/dos2unix.info
+++ b/misc/dos2unix/dos2unix.info
@@ -1,8 +1,8 @@
PRGNAM="dos2unix"
-VERSION="6.0.4"
-HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html"
-DOWNLOAD="http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.4.tar.gz"
-MD5SUM="f1fff9d70f9ba644c038677ba1d94ac0"
+VERSION="6.0.5"
+HOMEPAGE="http://waterlan.home.xs4all.nl/dos2unix.html"
+DOWNLOAD="http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.5.tar.gz"
+MD5SUM="e5b06dae8c11b6818fff9cf707b6490f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""