From 06c19a5c9d997281fc2ce35cc6c54ad878622990 Mon Sep 17 00:00:00 2001 From: krion Date: Tue, 26 Aug 2008 20:28:09 +0000 Subject: - Update to version 0.2.28 - Bump sh lib version on depending ports PR: ports/126857 Submitted by: mm@FreeBSD.org --- mail/msmtp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/msmtp') diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 00897a60358..903de9ded0e 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.16 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= msmtp @@ -37,7 +38,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r .endif .if defined(WITH_GSASL) -LIB_DEPENDS+= gsasl.11:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.12:${PORTSDIR}/security/gsasl .else CONFIGURE_ARGS+= --without-gsasl .endif -- cgit