- Update to 2.2.4
- Fix unnecessary print [1] PR: 106813 [1] Submitted by: Larry Rosenman <ler___lerctr.org> [1]
This commit is contained in:
parent
4d64dc0f18
commit
d083e01edf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185025
6 changed files with 45 additions and 4 deletions
|
@ -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/}/
|
||||
|
|
|
@ -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
|
||||
|
|
11
mail/gmime2/files/patch-gmime__gmime-utils.c
Normal file
11
mail/gmime2/files/patch-gmime__gmime-utils.c
Normal file
|
@ -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;
|
10
mail/gmime2/files/patch-tests__test-mbox.c
Normal file
10
mail/gmime2/files/patch-tests__test-mbox.c
Normal file
|
@ -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
|
10
mail/gmime2/files/patch-tests__test-mime.c
Normal file
10
mail/gmime2/files/patch-tests__test-mime.c
Normal file
|
@ -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
|
10
mail/gmime2/files/patch-tests__test-parser.c
Normal file
10
mail/gmime2/files/patch-tests__test-parser.c
Normal file
|
@ -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
|
Loading…
Reference in a new issue