aboutsummaryrefslogtreecommitdiffstats
path: root/mail/msmtp
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2006-06-20 14:14:49 +0800
committernovel <novel@FreeBSD.org>2006-06-20 14:14:49 +0800
commitfd0326d8bb362f7af61cd286317f499f9c3f6cbf (patch)
tree7fa30f9037dc34354308aa30dc425aaa879fb0a5 /mail/msmtp
parenta2386eaf090d868ae05baed1f02fb34eee4b5f53 (diff)
downloadfreebsd-ports-gnome-fd0326d8bb362f7af61cd286317f499f9c3f6cbf.tar.gz
freebsd-ports-gnome-fd0326d8bb362f7af61cd286317f499f9c3f6cbf.tar.zst
freebsd-ports-gnome-fd0326d8bb362f7af61cd286317f499f9c3f6cbf.zip
Update to 1.4.6.
Diffstat (limited to 'mail/msmtp')
-rw-r--r--mail/msmtp/Makefile16
-rw-r--r--mail/msmtp/distinfo6
2 files changed, 15 insertions, 7 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 07d23d75ae32..82146f3505e8 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= msmtp
-PORTVERSION= 1.4.5
+PORTVERSION= 1.4.6
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= msmtp
@@ -21,7 +21,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-MAN1= msmtp.1
+CONFIGURE_ARGS+= --infodir="${PREFIX}/info" --mandir="${PREFIX}/man"
+MAN1= msmtp.1
INFO= msmtp
.if defined(WITH_GNUTLS)
@@ -31,13 +32,20 @@ CONFIGURE_ARGS+= --with-ssl=gnutls
USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-ssl=openssl
.else
-CONFIGURE_ARGS+= --disable-ssl
+CONFIGURE_ARGS+= --without-ssl
.endif
.if defined(WITH_GSASL)
LIB_DEPENDS+= gsasl.9:${PORTSDIR}/security/gsasl
.else
-CONFIGURE_ARGS+= --disable-gsasl
+CONFIGURE_ARGS+= --without-gsasl
+.endif
+
+.if !defined(WITHOUT_IDN)
+LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn
+CONFIGURE_ARGS+= --with-libidn
+.else
+CONFIGURE_ARGS+= --without-libidn
.endif
.if !defined(WITHOUT_NLS)
diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo
index afecec55e6ad..c0e5772cd74f 100644
--- a/mail/msmtp/distinfo
+++ b/mail/msmtp/distinfo
@@ -1,3 +1,3 @@
-MD5 (msmtp-1.4.5.tar.bz2) = 9713e821bf73e8f4a05d599c6ab01b6a
-SHA256 (msmtp-1.4.5.tar.bz2) = b026edeaef477f839e9672a7a6b36fbd4a1199aae06617f5fea22ad85cdbf342
-SIZE (msmtp-1.4.5.tar.bz2) = 489336
+MD5 (msmtp-1.4.6.tar.bz2) = 0f76ca980151db88d5c26dda995c8701
+SHA256 (msmtp-1.4.6.tar.bz2) = 228b34155bf1ebd4f312c7349eb4aa8c351f560fedeac8a346b5beb117e4b1bb
+SIZE (msmtp-1.4.6.tar.bz2) = 530538