ports/83714: [update] mail/msmtp to 1.4.3
Andrej Zverev
az at inec.ru
Tue Jul 19 09:50:09 UTC 2005
>Number: 83714
>Category: ports
>Synopsis: [update] mail/msmtp to 1.4.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 19 09:50:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Andrej Zverev
>Release: FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Mon May 23 20:34:48 MSD 2005 az at az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386
>Description:
1. Update to 1.4.3 version
2. OPTIONize port [ ÜÈÈ :) ]
>How-To-Repeat:
>Fix:
--- msmtp.diff begins here ---
diff -Nru msmtp.orig/Makefile msmtp/Makefile
--- msmtp.orig/Makefile Sat Jul 9 21:35:34 2005
+++ msmtp/Makefile Tue Jul 19 13:35:18 2005
@@ -6,7 +6,7 @@
#
PORTNAME= msmtp
-PORTVERSION= 1.4.2
+PORTVERSION= 1.4.3
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= msmtp
@@ -24,6 +24,12 @@
MAN1= msmtp.1
INFO= msmtp
+OPTIONS= NLS "Enable Native Language Support" on \
+ OPENSSL "Enable OpenSSL support" off \
+ GSASL "Enable GNU SASL support" off
+
+.include <bsd.port.pre.mk>
+
# XXX we need gnutls >= 1.2.0 which is not avaible via ports tree
.if defined(WITH_GNUTLS)
.undef WITH_GNUTLS
@@ -33,7 +39,10 @@
LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
.elif defined (WITH_OPENSSL)
-USE_OPENSSL= yes
+.include "${PORTSDIR}/Mk/bsd.openssl.mk"
+SSL_SUFFIX= -ssl
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
CONFIGURE_ARGS+= --with-ssl=openssl
.else
CONFIGURE_ARGS+= --disable-ssl
@@ -54,4 +63,4 @@
PLIST_SUB= NLS="@comment "
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -Nru msmtp.orig/distinfo msmtp/distinfo
--- msmtp.orig/distinfo Sat Jul 9 21:35:34 2005
+++ msmtp/distinfo Tue Jul 19 13:03:38 2005
@@ -1,2 +1,2 @@
-MD5 (msmtp-1.4.2.tar.bz2) = 3db095102259103e4eb48fc0c7d21618
-SIZE (msmtp-1.4.2.tar.bz2) = 479968
+MD5 (msmtp-1.4.3.tar.bz2) = f6614490834ad3c2c15559bf38c2f694
+SIZE (msmtp-1.4.3.tar.bz2) = 481219
--- msmtp.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list