aboutsummaryrefslogtreecommitdiffstats
path: root/community/isync
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2017-10-01 15:59:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-10-02 13:36:45 +0000
commita7ad49f1a8b55dddc397c89f98284d90363984b6 (patch)
treec162fc1f7b4bade50e5a7f651e2e3a2f02d1df77 /community/isync
parent0a89f34a222cd5ab82ad4e8e4dcf2be0874176ac (diff)
downloadaports-a7ad49f1a8b55dddc397c89f98284d90363984b6.tar.bz2
aports-a7ad49f1a8b55dddc397c89f98284d90363984b6.tar.xz
community/isync: upgrade to 1.3.0
https://sourceforge.net/p/isync/isync/ci/master/tree/NEWS
Diffstat (limited to 'community/isync')
-rw-r--r--community/isync/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/isync/APKBUILD b/community/isync/APKBUILD
index 5d09df6bcd..b6ceee0474 100644
--- a/community/isync/APKBUILD
+++ b/community/isync/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=isync
-pkgver=1.2.2
+pkgver=1.3.0
pkgrel=0
pkgdesc="IMAP and MailDir mailbox synchronizer"
url="http://isync.sourceforge.net"
arch="all"
license="GPL2"
depends=""
-makedepends="$depends_dev libressl-dev cyrus-sasl-dev zlib-dev db-dev"
+makedepends="$depends_dev libressl-dev cyrus-sasl-dev zlib-dev db-dev perl-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::http://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
libressl-compat.patch
@@ -26,10 +26,15 @@ build() {
make
}
+check() {
+ cd "$builddir"
+ make check
+}
+
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="246dcf0704c0afaad7c402a5fc304ccfd533dc084cd775df4d8d2cb53e69f5236a603d56a54f63b389049a556e23c0dfafb80a4ba929e1b4cffb90200eaf65d6 isync-1.2.2.tar.gz
+sha512sums="b5186f2afe97cab58ce55d3ec19ae7371676ae614448614a9e3e02d09662c34b74e559f0926661fa0300ab22dab9e2e9089b78ee38b94141ff3f8b4d75578ffa isync-1.3.0.tar.gz
2c13b7881a1031a618ba467f3a7dcebfc6074bdea833957feeefe7906f8b435dc4733d31c47a0de0441975804afea5677c6754d10979320133808fbe45587266 libressl-compat.patch"