diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2012-12-10 15:10:02 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2012-12-10 15:10:02 +0000 |
commit | dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d (patch) | |
tree | 1711a4de2edde9b0137e76902f860ab891c4f0ac /mail/hotwayd | |
parent | e879bf0e28bd8041b3bf436362433c7fc9f35a9c (diff) |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Notes
Notes:
svn path=/head/; revision=308609
Diffstat (limited to 'mail/hotwayd')
-rw-r--r-- | mail/hotwayd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/hotwayd/Makefile b/mail/hotwayd/Makefile index b7536553e3c9..efa6b897cc8a 100644 --- a/mail/hotwayd/Makefile +++ b/mail/hotwayd/Makefile @@ -7,6 +7,7 @@ PORTNAME= hotwayd PORTVERSION= 0.8.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= SF @@ -15,7 +16,7 @@ MAINTAINER= john@jnielsen.net COMMENT= A Hotmail -> POP3 gateway LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - sasl2.2:${PORTSDIR}/security/cyrus-sasl2 + sasl2:${PORTSDIR}/security/cyrus-sasl2 USE_BZIP2= yes GNU_CONFIGURE= yes |