Update to 2.1.10
This commit is contained in:
parent
656272b1a7
commit
241bcee99b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126597
6 changed files with 28 additions and 14 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gmime
|
||||
PORTVERSION= 2.1.9
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.1.10
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.1/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gmime-2.1.9.tar.gz) = 8bd24a56d5f56be9150deb9840a0812a
|
||||
SIZE (gmime-2.1.9.tar.gz) = 784545
|
||||
MD5 (gmime-2.1.10.tar.gz) = 4e82952bb0ca66f1b09fd64725bff9f8
|
||||
SIZE (gmime-2.1.10.tar.gz) = 795493
|
||||
|
|
|
@ -3,12 +3,12 @@ $FreeBSD$
|
|||
|
||||
--- docs/Makefile.in.orig
|
||||
+++ docs/Makefile.in
|
||||
@@ -152,7 +152,7 @@
|
||||
@@ -178,7 +178,7 @@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
|
||||
-SUBDIRS = reference tutorial
|
||||
+SUBDIRS =
|
||||
|
||||
EXTRA_DIST = \
|
||||
gmime-config.txt \
|
||||
gtkdocs_fix
|
||||
|
|
14
mail/gmime2/files/patch-gmime_gmime-gpg-context.c
Normal file
14
mail/gmime2/files/patch-gmime_gmime-gpg-context.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- gmime/gmime-gpg-context.c.orig
|
||||
+++ gmime/gmime-gpg-context.c
|
||||
@@ -25,8 +25,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
-#define _POSIX_SOURCE
|
||||
-
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
|
@ -1,9 +1,12 @@
|
|||
--- docs/reference/Makefile.in.orig Fri Dec 10 14:06:17 2004
|
||||
+++ docs/reference/Makefile.in Fri Dec 10 14:06:33 2004
|
||||
@@ -87,7 +87,7 @@
|
||||
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- docs/reference/Makefile.in.orig
|
||||
+++ docs/reference/Makefile.in
|
||||
@@ -104,7 +104,7 @@
|
||||
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
|
||||
|
||||
GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@
|
||||
GTK_SHARP_LIBS = @GTK_SHARP_LIBS@
|
||||
-HTML_DIR = $(datadir)/gtk-doc/html
|
||||
+HTML_DIR = @HTML_DIR@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
|
|
@ -22,7 +22,6 @@ include/gmime-2.0/gmime/gmime-filter-yenc.h
|
|||
include/gmime-2.0/gmime/gmime-filter.h
|
||||
include/gmime-2.0/gmime/gmime-gpg-context.h
|
||||
include/gmime-2.0/gmime/gmime-header.h
|
||||
include/gmime-2.0/gmime/gmime-host-utils.h
|
||||
include/gmime-2.0/gmime/gmime-iconv-utils.h
|
||||
include/gmime-2.0/gmime/gmime-iconv.h
|
||||
include/gmime-2.0/gmime/gmime-message-part.h
|
||||
|
@ -46,7 +45,6 @@ include/gmime-2.0/gmime/gmime-stream-mem.h
|
|||
include/gmime-2.0/gmime/gmime-stream-mmap.h
|
||||
include/gmime-2.0/gmime/gmime-stream-null.h
|
||||
include/gmime-2.0/gmime/gmime-stream.h
|
||||
include/gmime-2.0/gmime/gmime-type-utils.h
|
||||
include/gmime-2.0/gmime/gmime-utils.h
|
||||
include/gmime-2.0/gmime/gmime.h
|
||||
include/gmime-2.0/gmime/internet-address.h
|
||||
|
|
Loading…
Reference in a new issue