Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2005 19:12:14 +0400 (MSD)
From:      Andrej Zverev <az@inec.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81407: [update] converters/tnef to 1.3.3
Message-ID:  <200505231512.j4NFCEGB006630@waterwall.inec.ru>
Resent-Message-ID: <200505231520.j4NFK2q2044732@freefall.freebsd.org>

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

>Number:         81407
>Category:       ports
>Synopsis:       [update] converters/tnef to 1.3.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:   Mon May 23 15:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Thu Mar 31 12:08:50 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	** Fixing memory leak bug [Bug# 1168062].  GUIDs not being freed corrrectly.
	** Fixing tnef.spec.in bug [Bug# 1200197]. Adding fix to RedHat package 
	building problem from John Simpson <jms1@users.sourceforge.net>
	** Now saving message body data [RFE# 1033855]. Now optionally saves message 
	body data, generalizing the previous --save-rtf feature.
	** Implementing Unicode handling [Patch# 666561].  Implementing code
	 to translate Unicode strings to uft8 as best as can be.  Snitched code from ytnef
	 <URL: www.sourceforge.net/projects/ytnef>  Thanks yerase@users.sourceforge.net!
	...
	...
	Full changelog see: http://sf.net/project/shownotes.php?release_id=328178
	
>How-To-Repeat:
	
>Fix:
	Use this patch
	Thank you
	

--- tnef-1.3.3.diff begins here ---
diff -Nru tnef.orig/Makefile tnef/Makefile
--- tnef.orig/Makefile	Mon May 23 19:03:06 2005
+++ tnef/Makefile	Mon May 23 19:00:49 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tnef
-PORTVERSION=	1.2.3.1
+PORTVERSION=	1.3.3
 CATEGORIES=	converters mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,12 +14,12 @@
 MAINTAINER=	cr@jcmax.com
 COMMENT=	Unpack data in MS Outlook TNEF format
 
-GNU_CONFIGURE=		yes
+GNU_CONFIGURE=	yes
 USE_GETOPT_LONG=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=		tnef.1
-PORTDOCS=		AUTHORS NEWS README THANKS TODO
+PORTDOCS=	AUTHORS NEWS README THANKS TODO
 PLIST_FILES=	bin/tnef
 
 .if !defined(NOPORTDOCS)
diff -Nru tnef.orig/distinfo tnef/distinfo
--- tnef.orig/distinfo	Fri Aug 13 19:08:32 2004
+++ tnef/distinfo	Mon May 23 18:54:33 2005
@@ -1,2 +1,2 @@
-MD5 (tnef-1.2.3.1.tar.gz) = bc0ae13cc68f1595fb8a9c6f706c1e08
-SIZE (tnef-1.2.3.1.tar.gz) = 1607741
+MD5 (tnef-1.3.3.tar.gz) = 9c45dd2a453aaf7af95d2a662930fe5d
+SIZE (tnef-1.3.3.tar.gz) = 1640238
--- tnef-1.3.3.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?200505231512.j4NFCEGB006630>