Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2001 21:58:33 -0700 (PDT)
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        tobez@freebsd.org
Subject:   ports/31346: [MAINTAINER UPDATE] update libesmtp to 0.8.6
Message-ID:  <20011018045833.12A1A15504@johncoop.MSHOME>

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

>Number:         31346
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] update libesmtp to 0.8.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 17 22:00:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #30: Tue Oct 16 11:26:40 PDT 2001 root@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	This patch updates libesmtp to version 0.8.6.  No rebuild of ports
	dependent on this library should be required.  I have tested it
	with balsa-1.2.0.

	Version 0.8.6 includes some performance enhancements and reputedly
	better fallback handling on SSL connections.

	USE_AUTOCONF is now necessary to counter-act the effects of
	autoconf-2.52 which was used to make the configure files in the
	archive.  Other than this change to the Makefile, the distinfo
	file, and changing the signature in the pkg-descr from the old
	maintainer to the current one, no files have changed.

>How-To-Repeat:
	N/A

>Fix:

diff -ruN libesmtp/Makefile libesmtp.new/Makefile
--- libesmtp/Makefile	Wed Aug 15 13:02:33 2001
+++ libesmtp.new/Makefile	Wed Oct 17 20:54:35 2001
@@ -2,10 +2,10 @@
 # Date created:         Sun Feb 21 2001
 # Whom:                 tobez@tobez.org
 #
-# $FreeBSD: ports/mail/libesmtp/Makefile,v 1.8 2001/08/15 20:02:33 tobez Exp $
+# $FreeBSD$
 
 PORTNAME=	libesmtp
-PORTVERSION=	0.8.4
+PORTVERSION=	0.8.6
 CATEGORIES=	mail
 MASTER_SITES=	http://www.stafford.uklinux.net/libesmtp/ \
 		http://www.theochem.kth.se/~pawsa/balsa/ \
@@ -18,7 +18,7 @@
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
-GNU_CONFIGURE=	yes
+USE_AUTOCONF=	yes
 INSTALLS_SHLIB=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
diff -ruN libesmtp/distinfo libesmtp.new/distinfo
--- libesmtp/distinfo	Wed Aug 15 13:02:33 2001
+++ libesmtp.new/distinfo	Wed Oct 17 08:46:54 2001
@@ -1 +1 @@
-MD5 (libesmtp-0.8.4.tar.bz2) = efda799ecdc178eff25e2b8f95f93149
+MD5 (libesmtp-0.8.6.tar.bz2) = 2b0faec540e606109535f6ba76f3a45b
diff -ruN libesmtp/pkg-descr libesmtp.new/pkg-descr
--- libesmtp/pkg-descr	Tue Jun 12 12:24:49 2001
+++ libesmtp.new/pkg-descr	Wed Oct 17 20:58:50 2001
@@ -15,5 +15,5 @@
 
 WWW: http://www.stafford.uklinux.net/libesmtp/
 
-- Anton
-tobez@FreeBSD.org
+-- jmc
+jmcoopr@webmail.bmi.net
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011018045833.12A1A15504>