diff options
author | ume <ume@FreeBSD.org> | 2012-12-10 23:10:02 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2012-12-10 23:10:02 +0800 |
commit | 886362b435efd5cd2fc5da47ff8c10cab261fa2d (patch) | |
tree | 1711a4de2edde9b0137e76902f860ab891c4f0ac /mail/libetpan | |
parent | 3770519c2e71753c34d5314e36371f7ec02835d5 (diff) | |
download | freebsd-ports-gnome-886362b435efd5cd2fc5da47ff8c10cab261fa2d.tar.gz freebsd-ports-gnome-886362b435efd5cd2fc5da47ff8c10cab261fa2d.tar.zst freebsd-ports-gnome-886362b435efd5cd2fc5da47ff8c10cab261fa2d.zip |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Diffstat (limited to 'mail/libetpan')
-rw-r--r-- | mail/libetpan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index ab9f9c6e5a91..2e32042863e8 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -8,6 +8,7 @@ PORTNAME= libetpan PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -18,7 +19,7 @@ LICENSE= BSD LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ expat:${PORTSDIR}/textproc/expat2 \ - sasl2.2:${PORTSDIR}/security/cyrus-sasl2 + sasl2:${PORTSDIR}/security/cyrus-sasl2 USE_ICONV= yes USE_AUTOTOOLS= libtool autoconf |