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:
parent
c39281d12c
commit
16eb61b9d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362216
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tnef
|
||||
PORTVERSION= 1.4.9
|
||||
PORTVERSION= 1.4.11
|
||||
CATEGORIES= converters mail
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tnef-1.4.9.tar.gz) = c4d64ec48f79681a11ee45b38c6b2177ce2d0a8c8f99733e90d462bd27eee6af
|
||||
SIZE (tnef-1.4.9.tar.gz) = 3952575
|
||||
SHA256 (tnef-1.4.11.tar.gz) = 48fef7219b8dc6af6f147f20949a1fdf111d1084af67fdb261c8a515a03f5845
|
||||
SIZE (tnef-1.4.11.tar.gz) = 3978941
|
||||
|
@ -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--)
|
||||
{
|
Loading…
Reference in New Issue
Block a user