From 30f0cf7a9efaf9d0bcdb234af7674edb1836e881 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sat, 15 Sep 2018 23:32:01 -0400 Subject: system/ded: Updated for version 20180324. Signed-off-by: B. Watson --- system/ded/ded.SlackBuild | 19 ++++++++----------- system/ded/ded.info | 10 +++++----- 2 files changed, 13 insertions(+), 16 deletions(-) (limited to 'system/ded') diff --git a/system/ded/ded.SlackBuild b/system/ded/ded.SlackBuild index 3070bb60ed..63085486f3 100644 --- a/system/ded/ded.SlackBuild +++ b/system/ded/ded.SlackBuild @@ -10,6 +10,9 @@ # This build script was written from scratch for 14.1, without referring # to the old script. +# 20180915 bkw: +# - updated for 20180324 release + # 20170819 bkw: # - ftp server's been down >1 week, use http archives for DOWNLOAD @@ -24,7 +27,7 @@ # - added td_lib docs in /usr/doc PRGNAM=ded -VERSION=${VERSION:-20150704} +VERSION=${VERSION:-20180324} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,11 +76,8 @@ rm -rf $LIBNAM-$LIBVER tar xvf $CWD/$LIBNAM-$LIBVER.tgz cd $LIBNAM-$LIBVER 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ # "checking for long filenames" wants to create files in /usr/lib and # /var/lib. Violates the principle of least surprise: users don't expect @@ -113,11 +113,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tgz 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/system/ded/ded.info b/system/ded/ded.info index 29fa15d3e3..61f1f7855a 100644 --- a/system/ded/ded.info +++ b/system/ded/ded.info @@ -1,10 +1,10 @@ PRGNAM="ded" -VERSION="20150704" +VERSION="20180324" HOMEPAGE="http://invisible-island.net/ded/" -DOWNLOAD="http://invisible-mirror.net/archives/ded/ded-20150704.tgz \ - http://invisible-mirror.net/archives/ded/td_lib-20150704.tgz" -MD5SUM="bd67175c28e44540e32f00cbc1151257 \ - d647ee3e2f3be918a3cef4907ec52cb0" +DOWNLOAD="http://invisible-mirror.net/archives/ded/ded-20180324.tgz \ + http://invisible-mirror.net/archives/ded/td_lib-20180324.tgz" +MD5SUM="2bea15142aa1c1a3f118a767ae43a7f4 \ + d38c1fd32f3f15aab40c5dde9d2f8611" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3