Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2005 13:40:59 +0400
From:      Andrej Zverev <az@inec.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83714: [update] mail/msmtp to 1.4.3
Message-ID:  <E1Duoax-000HtS-Jw@az.inec.ru>
Resent-Message-ID: <200507190950.j6J9o8fU087516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Duoax-000HtS-Jw>