diff options
author | Christopher Walker <kris240376@gmail.com> | 2013-04-23 20:48:19 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:29:50 -0300 |
commit | 47eea01a2febe9ff660d266b5fae0d89f3e40b9b (patch) | |
tree | d93d3cfd3c2de0cb9660e6d11f9a1a976c42d5c6 | |
parent | db5a3ecd631b86ddf67c35d6defee8919a8e62c7 (diff) | |
download | slackbuilds-47eea01a2febe9ff660d266b5fae0d89f3e40b9b.tar.gz |
system/smbldap-tools: Updated for version 0.9.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | system/smbldap-tools/slack-desc | 10 | ||||
-rw-r--r-- | system/smbldap-tools/smbldap-tools.SlackBuild | 10 | ||||
-rw-r--r-- | system/smbldap-tools/smbldap-tools.info | 6 |
3 files changed, 13 insertions, 13 deletions
diff --git a/system/smbldap-tools/slack-desc b/system/smbldap-tools/slack-desc index f589764a98..1313dd5a63 100644 --- a/system/smbldap-tools/slack-desc +++ b/system/smbldap-tools/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| smbldap-tools: smbldap-tools (LDAP user/group management tools) diff --git a/system/smbldap-tools/smbldap-tools.SlackBuild b/system/smbldap-tools/smbldap-tools.SlackBuild index bfe3736893..6dbfd22915 100644 --- a/system/smbldap-tools/smbldap-tools.SlackBuild +++ b/system/smbldap-tools/smbldap-tools.SlackBuild @@ -2,9 +2,9 @@ # Slackware build script for smbldap-tools -# Copyright (c) 2009-2011 Chris Walker <kris240376@gmail.com> +# Copyright (c) 2009-2013 Christopher Walker <kris240376@gmail.com> # All rights reserved. -# +# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: @@ -32,7 +32,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=smbldap-tools -VERSION=0.9.7 +VERSION=0.9.10 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,7 +51,7 @@ cd $TMP tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -chmod -R u+w,go+r-w,a-s . +chmod -R u+w,go+r-w,a-s . PERLDIR=$(perl -V:installvendorlib | cut -d\' -f2) @@ -93,7 +93,7 @@ install -o root -g root -m 755 \ $PKG/usr/doc/$PRGNAM-$VERSION/migration_scripts mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG diff --git a/system/smbldap-tools/smbldap-tools.info b/system/smbldap-tools/smbldap-tools.info index e47d5c9164..534143e060 100644 --- a/system/smbldap-tools/smbldap-tools.info +++ b/system/smbldap-tools/smbldap-tools.info @@ -1,8 +1,8 @@ PRGNAM="smbldap-tools" -VERSION="0.9.7" +VERSION="0.9.10" HOMEPAGE="https://gna.org/projects/smbldap-tools/" -DOWNLOAD="http://download.gna.org/smbldap-tools/sources/0.9.7/smbldap-tools-0.9.7.tar.gz" -MD5SUM="d9f169a77b527672778e4307091bec36" +DOWNLOAD="http://download.gna.org/smbldap-tools/sources/0.9.10/smbldap-tools-0.9.10.tar.gz" +MD5SUM="f52a626637c468d66a4e71f30c174873" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |