diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2009-02-06 07:24:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2009-02-06 07:24:05 +0000 |
commit | eb3283ed6e1cfa0eb0d2d6d421204e8f69f66bc8 (patch) | |
tree | f8e6b9cfc75e0c388fa3f41f8cd6c62d36259ee7 | |
parent | 2c0c9683099dd48ff2139916cf0580acaf46d716 (diff) | |
download | ports-eb3283ed6e1cfa0eb0d2d6d421204e8f69f66bc8.tar.gz ports-eb3283ed6e1cfa0eb0d2d6d421204e8f69f66bc8.zip |
Notes
-rw-r--r-- | mail/libvmime/Makefile | 4 | ||||
-rw-r--r-- | mail/msmtp/Makefile | 3 | ||||
-rw-r--r-- | net-im/jabberd/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 98bb2df7d124..b14d3139115d 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 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.12:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl USE_BZIP2= yes USE_GMAKE= yes diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index a4127a1a81b2..2eec10fa9e41 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.17 +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.12:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl .else CONFIGURE_ARGS+= --without-gsasl .endif diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index a5131eb663fa..7a5008ffb574 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jabberd PORTVERSION= 2.2.5 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://ftp.xiaoka.com/jabberd2/releases/ DIST_SUBDIR= jabber @@ -15,7 +16,7 @@ MAINTAINER= mm@FreeBSD.org COMMENT= Online presence and instant messaging server LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - gsasl.12:${PORTSDIR}/security/gsasl \ + gsasl.13:${PORTSDIR}/security/gsasl \ idn.16:${PORTSDIR}/dns/libidn \ udns.0:${PORTSDIR}/dns/udns |