From bogorodskiy@inbox.ru  Tue Feb  1 13:59:59 2005
Return-Path: <bogorodskiy@inbox.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8E03216A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Feb 2005 13:59:59 +0000 (GMT)
Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EDD6143D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Feb 2005 13:59:58 +0000 (GMT)
	(envelope-from bogorodskiy@inbox.ru)
Received: from [217.23.66.43] (port=55959 helo=localhost)
	by mx1.mail.ru with esmtp 
	id 1CvyZQ-000E6U-00
	for FreeBSD-gnats-submit@freebsd.org; Tue, 01 Feb 2005 16:59:57 +0300
Message-Id: <E1CvyZQ-000E6U-00.bogorodskiy-inbox-ru@mx1.mail.ru>
Date: Tue, 01 Feb 2005 16:59:57 +0300
From: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Reply-To: Roman Bogorodskiy <bogorodskiy@inbox.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [ maintainer ] mail/msmtp-devel: update to 1.3.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         76961
>Category:       ports
>Synopsis:       [ maintainer ] mail/msmtp-devel: update to 1.3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 01 14:00:28 GMT 2005
>Closed-Date:    Tue Feb 08 17:51:56 GMT 2005
>Last-Modified:  Tue Feb 08 17:51:56 GMT 2005
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Sat Dec 11 21:01:26 MSK 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/MIRRORBOX i386


>Description:
	Update to 1.3.5. I disabled gnutls support because this new 
	version of msmtp needs gnutls >= 1.1.23, while we have only
	1.1.9 in the tree (security/gnutls-devel). By the way, should
	I add some message for users that WITH_GNUTLS are ignored now
	and it's requred to use WITH_OPENSSL to get SSL support? 

	PS I've tried to update gnutls-devel to 1.1.23 but I had some 
	weird errors about some texi file (I'm still tring to find a
	solution).

>How-To-Repeat:
>Fix:

--- port.msmtp-devel.diff begins here ---
diff -ru msmtp-devel.orig/Makefile msmtp-devel/Makefile
--- msmtp-devel.orig/Makefile	Tue Feb  1 13:40:43 2005
+++ msmtp-devel/Makefile	Tue Feb  1 14:43:24 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	msmtp
-PORTVERSION=	1.3.2
+PORTVERSION=	1.3.5
 CATEGORIES=	mail ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	msmtp
@@ -27,6 +27,11 @@
 
 # conflicts with mail/msmtp
 CONFLICTS=	msmtp-1.2.*
+
+# XXX we need gnutls >= 1.1.23 which is not in the tree yet
+.if defined(WITH_GNUTLS)
+.undef WITH_GNUTLS
+.endif
 
 .if defined(WITH_GNUTLS)
 LIB_DEPENDS+=	gnutls.12:${PORTSDIR}/security/gnutls
diff -ru msmtp-devel.orig/distinfo msmtp-devel/distinfo
--- msmtp-devel.orig/distinfo	Tue Feb  1 13:40:43 2005
+++ msmtp-devel/distinfo	Tue Feb  1 13:42:35 2005
@@ -1,2 +1,2 @@
-MD5 (msmtp-1.3.2.tar.bz2) = 8461c307baad0928c190269c74fc3133
-SIZE (msmtp-1.3.2.tar.bz2) = 162756
+MD5 (msmtp-1.3.5.tar.bz2) = 0294f299ac5b9ffa909bb898df5fb4f5
+SIZE (msmtp-1.3.5.tar.bz2) = 173478
--- port.msmtp-devel.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Tue Feb 8 17:51:55 GMT 2005 
State-Changed-Why:  
Obsoleted by ports/77269 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76961 
>Unformatted:
