summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Manuel Argüelles2018-06-02 23:50:03 +0200
committer David Spencer2018-06-03 00:27:56 +0200
commitc73d1b0c221b496cdd1f1560bd4b508fb448cf74 (patch)
tree8e3579fa05fbad93ab036291174e7b7077605a1d
parent89904daf058e38ce2f4d97f74ca7250406c99c61 (diff)
downloadold.slackbuilds-c73d1b0c221b496cdd1f1560bd4b508fb448cf74.tar.gz
network/isync: Updated for version 1.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--network/isync/README.SLACKWARE32
-rw-r--r--network/isync/isync.SlackBuild10
-rw-r--r--network/isync/isync.info6
3 files changed, 24 insertions, 24 deletions
diff --git a/network/isync/README.SLACKWARE b/network/isync/README.SLACKWARE
index fd78538da7..4fcc0a630e 100644
--- a/network/isync/README.SLACKWARE
+++ b/network/isync/README.SLACKWARE
@@ -4,24 +4,24 @@ After installation, create $HOME/.mbsyncrc. This file contains information
about your email stores and channels. An example configuration, between
a remote IMAP server and a local Maildir:
- MaildirStore local
- Path ~/Maildir/
+ MaildirStore local
+ Path ~/Maildir/
- IMAPAccount My-IMAP-server
- Host mail.myisp.foo
- Port 143
- User myuser
- #Pass mypass -- if not supplied, mbsync will prompt at runtime
+ IMAPAccount My-IMAP-server
+ Host mail.myisp.foo
+ Port 143
+ User myuser
+ #Pass mypass -- if not supplied, mbsync will prompt at runtime
- IMAPStore My-IMAP-store
- Account My-IMAP-Server
+ IMAPStore My-IMAP-store
+ Account My-IMAP-Server
- Channel My-Channel
- Master :My-IMAP-store:
- Slave :local:
- Patterns % !Trash # Synchronize all at this level except Trash
- Sync All
- Create Both
- Expunge Both
+ Channel My-Channel
+ Master :My-IMAP-store:
+ Slave :local:
+ Patterns % !Trash # Synchronize all at this level except Trash
+ Sync All
+ Create Both
+ Expunge Both
See mbsync(1) for additional explanation and options.
diff --git a/network/isync/isync.SlackBuild b/network/isync/isync.SlackBuild
index 47470b4e0e..0ee56baa2e 100644
--- a/network/isync/isync.SlackBuild
+++ b/network/isync/isync.SlackBuild
@@ -29,13 +29,13 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=isync
-VERSION=${VERSION:-1.2.2}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -46,8 +46,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -60,7 +60,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/network/isync/isync.info b/network/isync/isync.info
index c6f1fc0acb..b7fbbc45ab 100644
--- a/network/isync/isync.info
+++ b/network/isync/isync.info
@@ -1,8 +1,8 @@
PRGNAM="isync"
-VERSION="1.2.2"
+VERSION="1.3.0"
HOMEPAGE="http://isync.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/isync/isync-1.2.2.tar.gz"
-MD5SUM="f7b63f10dd6ab9c7d03d813cb6325a99"
+DOWNLOAD="http://downloads.sourceforge.net/isync/isync-1.3.0.tar.gz"
+MD5SUM="f64e8723ebbb081bc15510586bfa1f8f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""