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 | |
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')
-rw-r--r-- | mail/libvmime/Makefile | 4 | ||||
-rw-r--r-- | mail/msmtp/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 8fdf24fec91..a82bbb05bf3 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvmime PORTVERSION= 0.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= SF MASTER_SITE_SUBDIR= vmime @@ -16,7 +16,7 @@ MAINTAINER= delphij@FreeBSD.org COMMENT= An all-in-one Internet mail library LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls -LIB_DEPENDS+= gsasl.11:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.12:${PORTSDIR}/security/gsasl USE_BZIP2= yes USE_GMAKE= yes 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 |