aboutsummaryrefslogtreecommitdiffstats
path: root/community/isync
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 14:39:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:39 +0000
commita6dcf8ff7c28dc751e630641dcb2f39d583564d6 (patch)
tree3182eea05c893b78843887ded927588cc57bc9de /community/isync
parenteab7cf131f2290c5a077e34d92632b7dbccbf8c0 (diff)
downloadaports-a6dcf8ff7c28dc751e630641dcb2f39d583564d6.tar.bz2
aports-a6dcf8ff7c28dc751e630641dcb2f39d583564d6.tar.xz
community/isync: rebuild against libressl
Diffstat (limited to 'community/isync')
-rw-r--r--community/isync/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/isync/APKBUILD b/community/isync/APKBUILD
index 85c71a6cc3..dd0114f5fc 100644
--- a/community/isync/APKBUILD
+++ b/community/isync/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=isync
pkgver=1.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="IMAP and MailDir mailbox synchronizer"
url="http://isync.sourceforge.net"
arch="all"
license="GPL2"
depends=""
depends_dev=""
-makedepends="$depends_dev openssl-dev cyrus-sasl-dev zlib-dev db-dev"
+makedepends="$depends_dev libressl-dev cyrus-sasl-dev zlib-dev db-dev"
install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::http://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz"