From 996bacd1c64d6404feb753f8896971dab6db4051 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 1 Dec 2019 01:07:22 +0700 Subject: network/isync: Update script. Signed-off-by: Willy Sudiarto Raharjo --- network/isync/README.SLACKWARE | 32 ++++++++++++++++---------------- network/isync/isync.SlackBuild | 6 +++--- network/isync/isync.info | 6 +++--- 3 files changed, 22 insertions(+), 22 deletions(-) (limited to 'network/isync') diff --git a/network/isync/README.SLACKWARE b/network/isync/README.SLACKWARE index 4fcc0a630e..fd78538da7 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 0ee56baa2e..e287ce9498 100644 --- a/network/isync/isync.SlackBuild +++ b/network/isync/isync.SlackBuild @@ -29,7 +29,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=isync -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,7 +47,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" + SLKCFLAGS="-O2 -march=i486 -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 b7fbbc45ab..88343019af 100644 --- a/network/isync/isync.info +++ b/network/isync/isync.info @@ -1,8 +1,8 @@ PRGNAM="isync" -VERSION="1.3.0" +VERSION="1.3.1" HOMEPAGE="http://isync.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/isync/isync-1.3.0.tar.gz" -MD5SUM="f64e8723ebbb081bc15510586bfa1f8f" +DOWNLOAD="http://downloads.sourceforge.net/isync/isync-1.3.1.tar.gz" +MD5SUM="58bc3507ebe930f8fec5997430be85d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3