summaryrefslogtreecommitdiffstats
path: root/network/offlineimap
diff options
context:
space:
mode:
author Nishant Limbachia2013-11-15 05:55:54 +0100
committer Robby Workman2013-11-15 06:00:38 +0100
commit57e61b87094faa7087bfff1da87de882fbf178b2 (patch)
treed274d20dbbb8610db38759d9e104aab2e13ba08c /network/offlineimap
parenta6b368471da208aeb23c154c4455d4bad8e38fa1 (diff)
downloadslackbuilds-57e61b87094faa7087bfff1da87de882fbf178b2.tar.gz
network/offlineimap: Updated for version 6.5.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/offlineimap')
-rw-r--r--network/offlineimap/offlineimap.SlackBuild12
-rw-r--r--network/offlineimap/offlineimap.info6
2 files changed, 6 insertions, 12 deletions
diff --git a/network/offlineimap/offlineimap.SlackBuild b/network/offlineimap/offlineimap.SlackBuild
index 2e32bd9e1e..98c7a3eb17 100644
--- a/network/offlineimap/offlineimap.SlackBuild
+++ b/network/offlineimap/offlineimap.SlackBuild
@@ -26,7 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="offlineimap"
-VERSION=${VERSION:-6.5.4}
+VERSION=${VERSION:-6.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,21 +52,15 @@ rm -fr $TMP/$PRGNAM-$VERSION $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-#mv nicolas33-offlineimap-b1bff15 $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root.root .
-find . \
+find -L . \
\( -perm 777 -o -perm 775 -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 {} \;
-# apply patch - more details about the patch are at:
-# http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5539
-
-patch -p1 < $CWD/patches/0001-Python-2.6-required-numbered-or-named-format-strings.patch || exit 1
-
### build and install
python setup.py install --root=$PKG
@@ -84,7 +78,7 @@ install -m 0644 docs/$PRGNAM.1 $PKG/usr/man/man1
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
cp -a \
- COPYING README $PRGNAM.conf* \
+ COPYING README* $PRGNAM.conf* \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a docs/INSTALL.html docs/MANUAL.html $PKG/usr/doc/$PRGNAM-$VERSION/html
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/network/offlineimap/offlineimap.info b/network/offlineimap/offlineimap.info
index 2310c2932c..a894d75784 100644
--- a/network/offlineimap/offlineimap.info
+++ b/network/offlineimap/offlineimap.info
@@ -1,8 +1,8 @@
PRGNAM="offlineimap"
-VERSION="6.5.4"
+VERSION="6.5.5"
HOMEPAGE="http://offlineimap.org/"
-DOWNLOAD="https://github.com/OfflineIMAP/offlineimap/archive/v6.5.4.tar.gz"
-MD5SUM="d9ef4374b72235fb431a27ff4ca7f7fe"
+DOWNLOAD="https://github.com/OfflineIMAP/offlineimap/archive/v6.5.5.tar.gz"
+MD5SUM="f66e23f92b9841b7abe88767c216c839"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="docutils"