diff options
author | mnag <mnag@FreeBSD.org> | 2007-02-13 01:57:15 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-02-13 01:57:15 +0800 |
commit | 4866ecd8904a55b81269555fe286cb0db3906974 (patch) | |
tree | e5dda8ead8d5438af8311ba03ae0b403caf022e7 /mail/gmime2 | |
parent | 0a3b2dcfaf47824800b70804d8a71e6ceba513bf (diff) | |
download | freebsd-ports-gnome-4866ecd8904a55b81269555fe286cb0db3906974.tar.gz freebsd-ports-gnome-4866ecd8904a55b81269555fe286cb0db3906974.tar.zst freebsd-ports-gnome-4866ecd8904a55b81269555fe286cb0db3906974.zip |
- Update to 2.2.4
- Fix unnecessary print [1]
PR: 106813 [1]
Submitted by: Larry Rosenman <ler___lerctr.org> [1]
Diffstat (limited to 'mail/gmime2')
-rw-r--r-- | mail/gmime2/Makefile | 2 | ||||
-rw-r--r-- | mail/gmime2/distinfo | 6 | ||||
-rw-r--r-- | mail/gmime2/files/patch-gmime__gmime-utils.c | 11 | ||||
-rw-r--r-- | mail/gmime2/files/patch-tests__test-mbox.c | 10 | ||||
-rw-r--r-- | mail/gmime2/files/patch-tests__test-mime.c | 10 | ||||
-rw-r--r-- | mail/gmime2/files/patch-tests__test-parser.c | 10 |
6 files changed, 45 insertions, 4 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 52051a29369e..3b8b5f6d8a6a 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmime -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v${PORTVERSION:C/([0-9]\.[0-9]).*/\1/}/ diff --git a/mail/gmime2/distinfo b/mail/gmime2/distinfo index f07137134862..04464e2e8add 100644 --- a/mail/gmime2/distinfo +++ b/mail/gmime2/distinfo @@ -1,3 +1,3 @@ -MD5 (gmime-2.2.3.tar.gz) = 0c48ece8b65955db8e7d89c171de974b -SHA256 (gmime-2.2.3.tar.gz) = 285f4ab080ce2fd11a52a181e682a64ba26cb1c814dc5829c553ecc0efc95126 -SIZE (gmime-2.2.3.tar.gz) = 927173 +MD5 (gmime-2.2.4.tar.gz) = dd86578d15138596fae2bfe04d392f33 +SHA256 (gmime-2.2.4.tar.gz) = 7dcff1a0b3e160e70307e201581d1f08d226979d01cb5440bb1fdb0d70a50c9f +SIZE (gmime-2.2.4.tar.gz) = 933842 diff --git a/mail/gmime2/files/patch-gmime__gmime-utils.c b/mail/gmime2/files/patch-gmime__gmime-utils.c new file mode 100644 index 000000000000..e43b7eb46eb4 --- /dev/null +++ b/mail/gmime2/files/patch-gmime__gmime-utils.c @@ -0,0 +1,11 @@ +--- gmime/gmime-utils.c.orig Mon Feb 12 10:53:03 2007 ++++ gmime/gmime-utils.c Mon Feb 12 10:53:21 2007 +@@ -646,7 +646,7 @@ + goto next; + } else if (!tm.tm_year) { + if ((n = get_year (token->start, token->len)) != -1) { +- printf ("2-digit year; "); ++ d(printf ("2-digit year; ")); + tm.tm_year = n - 1900; + } + goto next; diff --git a/mail/gmime2/files/patch-tests__test-mbox.c b/mail/gmime2/files/patch-tests__test-mbox.c new file mode 100644 index 000000000000..bba86048372d --- /dev/null +++ b/mail/gmime2/files/patch-tests__test-mbox.c @@ -0,0 +1,10 @@ +--- tests/test-mbox.c.orig Mon Feb 12 15:48:22 2007 ++++ tests/test-mbox.c Mon Feb 12 15:48:54 2007 +@@ -26,6 +26,7 @@ + #include <fcntl.h> + #include <time.h> + ++#include <config.h> + #include <gmime/gmime.h> + + #ifndef G_OS_WIN32 diff --git a/mail/gmime2/files/patch-tests__test-mime.c b/mail/gmime2/files/patch-tests__test-mime.c new file mode 100644 index 000000000000..35067da0afa6 --- /dev/null +++ b/mail/gmime2/files/patch-tests__test-mime.c @@ -0,0 +1,10 @@ +--- tests/test-mime.c.orig Mon Feb 12 15:48:32 2007 ++++ tests/test-mime.c Mon Feb 12 15:49:04 2007 +@@ -21,6 +21,7 @@ + #include <stdio.h> + #include <string.h> + ++#include <config.h> + #include <gmime/gmime.h> + + #ifndef G_OS_WIN32 diff --git a/mail/gmime2/files/patch-tests__test-parser.c b/mail/gmime2/files/patch-tests__test-parser.c new file mode 100644 index 000000000000..a408ff684cfe --- /dev/null +++ b/mail/gmime2/files/patch-tests__test-parser.c @@ -0,0 +1,10 @@ +--- tests/test-parser.c.orig Mon Feb 12 15:48:38 2007 ++++ tests/test-parser.c Mon Feb 12 15:49:14 2007 +@@ -26,6 +26,7 @@ + #include <fcntl.h> + #include <time.h> + ++#include <config.h> + #include <gmime/gmime.h> + + #ifndef G_OS_WIN32 |