ports/76961: [ maintainer ] mail/msmtp-devel: update to 1.3.5

Roman Bogorodskiy bogorodskiy at inbox.ru
Tue Feb 1 14:00:38 UTC 2005


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 01 14:00:28 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list