diff options
author | krion <krion@FreeBSD.org> | 2008-08-27 04:28:09 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2008-08-27 04:28:09 +0800 |
commit | 06c19a5c9d997281fc2ce35cc6c54ad878622990 (patch) | |
tree | 6bad190d57b4c720fd2647bf5dc473a1d3967a00 /mail/msmtp | |
parent | 5d1d8cb0617250d338d2643bbc1b9a9ea3e1f9d9 (diff) | |
download | freebsd-ports-graphics-06c19a5c9d997281fc2ce35cc6c54ad878622990.tar.gz freebsd-ports-graphics-06c19a5c9d997281fc2ce35cc6c54ad878622990.tar.zst freebsd-ports-graphics-06c19a5c9d997281fc2ce35cc6c54ad878622990.zip |
- Update to version 0.2.28
- Bump sh lib version on depending ports
PR: ports/126857
Submitted by: mm@FreeBSD.org
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |