diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
commit | 43721c23d5bd1f196f82f04c0f163cd9d3b8fc51 (patch) | |
tree | a70c143dac5d79ed2e6807975eb06d22bfeea2ff /mail | |
parent | - Update to 1.19 (diff) |
- Bump PORTREVISION to chase the update of dns/libidn
Notes
Notes:
svn path=/head/; revision=270856
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mpop/Makefile | 4 | ||||
-rw-r--r-- | mail/msmtp/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt-devel/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index c6044374b1bd..b35bec1d42b9 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -7,14 +7,14 @@ PORTNAME= mpop PORTVERSION= 1.0.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= sylvio@FreeBSD.org COMMENT= MPOP is a small and fast POP3 client -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn OPTIONS= GNUTLS "Enable gnuTLS support" on \ GSASL "GNU SASL authentication support" on diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index fc9bcb3ad64d..74c6c95c37b4 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,7 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --without-libgsasl .endif .if !defined(WITHOUT_IDN) -LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+= --with-libidn .else CONFIGURE_ARGS+= --without-libidn diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 4cdcf70f41d6..a14f73891a73 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -122,7 +122,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.5.21 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= mail ipv6 .if defined(WITH_MUTT_NNTP) CATEGORIES+= news |