1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Update to 1.4.11

This commit is contained in:
Renato Botelho 2014-07-18 16:17:33 +00:00
parent c39281d12c
commit 16eb61b9d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362216
3 changed files with 3 additions and 23 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= tnef PORTNAME= tnef
PORTVERSION= 1.4.9 PORTVERSION= 1.4.11
CATEGORIES= converters mail CATEGORIES= converters mail
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/

View File

@ -1,2 +1,2 @@
SHA256 (tnef-1.4.9.tar.gz) = c4d64ec48f79681a11ee45b38c6b2177ce2d0a8c8f99733e90d462bd27eee6af SHA256 (tnef-1.4.11.tar.gz) = 48fef7219b8dc6af6f147f20949a1fdf111d1084af67fdb261c8a515a03f5845
SIZE (tnef-1.4.9.tar.gz) = 3952575 SIZE (tnef-1.4.11.tar.gz) = 3978941

View File

@ -1,20 +0,0 @@
--- ./src/tnef.c.orig 2012-03-01 00:46:07.000000000 +0100
+++ ./src/tnef.c 2013-09-05 16:57:10.926068671 +0200
@@ -43,6 +43,8 @@
static size_t filesize;
+static void free_bodies(VarLenData **bodies, int len);
+
typedef struct
{
VarLenData **text_body;
@@ -386,7 +388,7 @@
return 0;
}
-void free_bodies(VarLenData **bodies, int len)
+static void free_bodies(VarLenData **bodies, int len)
{
while (len--)
{