aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-09 20:21:37 +0800
committerPav Lucistnik <pav@FreeBSD.org>2005-02-09 20:21:37 +0800
commit4725ffed8a3a2b784a5baefde8ea5dfcc4906088 (patch)
treecc00cc2309ae6d547cac3738c38bcca682174b67 /mail
parent51bebfce9759b60be25fbcbab4c6e1440161c379 (diff)
downloadfreebsd-ports-gnome-4725ffed8a3a2b784a5baefde8ea5dfcc4906088.tar.gz
freebsd-ports-gnome-4725ffed8a3a2b784a5baefde8ea5dfcc4906088.tar.zst
freebsd-ports-gnome-4725ffed8a3a2b784a5baefde8ea5dfcc4906088.zip
- Update to 1.3.6
- Temporarily disable gnutls PR: ports/77269 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/msmtp-devel/Makefile8
-rw-r--r--mail/msmtp-devel/distinfo4
2 files changed, 9 insertions, 3 deletions
diff --git a/mail/msmtp-devel/Makefile b/mail/msmtp-devel/Makefile
index f941ee949ffe..0e3a84d1502b 100644
--- a/mail/msmtp-devel/Makefile
+++ b/mail/msmtp-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= msmtp
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.6
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= msmtp
@@ -23,11 +23,17 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= msmtp.1
+INFO= msmtp
PLIST_FILES= bin/msmtp
# conflicts with mail/msmtp
CONFLICTS= msmtp-1.2.*
+# XXX we need gnutls >= 1.2.0 which is not avaible via ports tree
+.if defined(WITH_GNUTLS)
+.undef WITH_GNUTLS
+.endif
+
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
diff --git a/mail/msmtp-devel/distinfo b/mail/msmtp-devel/distinfo
index 604fb67dd591..26c11b4f7d59 100644
--- a/mail/msmtp-devel/distinfo
+++ b/mail/msmtp-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (msmtp-1.3.2.tar.bz2) = 8461c307baad0928c190269c74fc3133
-SIZE (msmtp-1.3.2.tar.bz2) = 162756
+MD5 (msmtp-1.3.6.tar.bz2) = 31e219da3d59d812626020e0bfd9bf1a
+SIZE (msmtp-1.3.6.tar.bz2) = 391544