diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-02 22:47:56 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-02 22:47:56 +0800 |
commit | 224111b98454d0d5379205e9aea21c85b197f2f4 (patch) | |
tree | 0f311ff061e186aeda7cb8d82ac9b2be77f9fb62 /mail | |
parent | 6d719b9a78baaf4b337c09472f727feb16589003 (diff) | |
download | freebsd-ports-gnome-224111b98454d0d5379205e9aea21c85b197f2f4.tar.gz freebsd-ports-gnome-224111b98454d0d5379205e9aea21c85b197f2f4.tar.zst freebsd-ports-gnome-224111b98454d0d5379205e9aea21c85b197f2f4.zip |
Update to 2.0.8
PR: 52838
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime2/Makefile | 2 | ||||
-rw-r--r-- | mail/gmime2/distinfo | 2 | ||||
-rw-r--r-- | mail/gmime2/files/patch-Makefile.in | 18 | ||||
-rw-r--r-- | mail/gmime2/files/patch-gmime::gmime-multipart-encrypted.c | 11 | ||||
-rw-r--r-- | mail/gmime2/files/patch-gmime::gmime-multipart-signed.c | 11 | ||||
-rw-r--r-- | mail/gmime2/pkg-plist | 80 |
6 files changed, 81 insertions, 43 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 071aa6cc0ae1..c8641ef61aaf 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmime -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.8 CATEGORIES= mail MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/ diff --git a/mail/gmime2/distinfo b/mail/gmime2/distinfo index ea381c51bbaf..9e2d60ef9cd2 100644 --- a/mail/gmime2/distinfo +++ b/mail/gmime2/distinfo @@ -1 +1 @@ -MD5 (gmime-2.0.6.tar.gz) = b2c80b780f641bf78d48afc9d4fc2be8 +MD5 (gmime-2.0.8.tar.gz) = 10cde4f3173c6f92b188d20d0965c482 diff --git a/mail/gmime2/files/patch-Makefile.in b/mail/gmime2/files/patch-Makefile.in deleted file mode 100644 index 67aab1a9d7e7..000000000000 --- a/mail/gmime2/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig Mon May 12 01:17:11 2003 -+++ Makefile.in Mon May 12 01:17:53 2003 -@@ -102,13 +102,13 @@ - glib_cflags = @glib_cflags@ - glib_libs = @glib_libs@ - --SUBDIRS = gmime src tests docs . -+SUBDIRS = gmime tests . - - bin_SCRIPTS = gmime-config - - CLEANFILES = gmimeConf.sh iconv-detect.h - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gmimeConf.sh - - EXTRA_DIST = PORTING gmimeConf.sh.in gmime-2.0.pc.in gmime.spec.in iconv-detect.c zentimer.h zenprofiler.h diff --git a/mail/gmime2/files/patch-gmime::gmime-multipart-encrypted.c b/mail/gmime2/files/patch-gmime::gmime-multipart-encrypted.c deleted file mode 100644 index 4326ccccf5bc..000000000000 --- a/mail/gmime2/files/patch-gmime::gmime-multipart-encrypted.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gmime/gmime-multipart-encrypted.c.orig Mon May 19 14:05:11 2003 -+++ ./gmime/gmime-multipart-encrypted.c Mon May 19 14:05:25 2003 -@@ -54,7 +54,7 @@ - static void multipart_encrypted_remove_header (GMimeObject *object, const char *header); - static void multipart_encrypted_set_content_type (GMimeObject *object, GMimeContentType *content_type); - static char *multipart_encrypted_get_headers (GMimeObject *object); --static int multipart_encrypted_write_to_stream (GMimeObject *object, GMimeStream *stream); -+static ssize_t multipart_encrypted_write_to_stream (GMimeObject *object, GMimeStream *stream); - - - static GMimeMultipartClass *parent_class = NULL; diff --git a/mail/gmime2/files/patch-gmime::gmime-multipart-signed.c b/mail/gmime2/files/patch-gmime::gmime-multipart-signed.c deleted file mode 100644 index 00db6daede13..000000000000 --- a/mail/gmime2/files/patch-gmime::gmime-multipart-signed.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gmime/gmime-multipart-signed.c.orig Mon May 19 15:02:05 2003 -+++ ./gmime/gmime-multipart-signed.c Mon May 19 15:02:16 2003 -@@ -50,7 +50,7 @@ - static void multipart_signed_remove_header (GMimeObject *object, const char *header); - static void multipart_signed_set_content_type (GMimeObject *object, GMimeContentType *content_type); - static char *multipart_signed_get_headers (GMimeObject *object); --static int multipart_signed_write_to_stream (GMimeObject *object, GMimeStream *stream); -+static ssize_t multipart_signed_write_to_stream (GMimeObject *object, GMimeStream *stream); - - - static GMimeMultipartClass *parent_class = NULL; diff --git a/mail/gmime2/pkg-plist b/mail/gmime2/pkg-plist index d588ec54ff3c..82b199dafb08 100644 --- a/mail/gmime2/pkg-plist +++ b/mail/gmime2/pkg-plist @@ -1,5 +1,7 @@ +@comment $FreeBSD$ bin/gmime-config -etc/gmimeConf.sh +bin/uudecode +bin/uuencode include/gmime-2.0/gmime/gmime-charset.h include/gmime-2.0/gmime/gmime-cipher-context.h include/gmime-2.0/gmime/gmime-content-type.h @@ -45,8 +47,84 @@ include/gmime-2.0/gmime/gmime-utils.h include/gmime-2.0/gmime/gmime.h include/gmime-2.0/gmime/internet-address.h include/gmime-2.0/gmime/md5-utils.h +lib/gmimeConf.sh lib/libgmime-2.0.a lib/libgmime-2.0.la +lib/libgmime-2.0.so lib/libgmime-2.0.so.2 +lib/pkgconfig/gmime-2.0.pc +share/gtk-doc/html/gmime-2.0/c1694.html +share/gtk-doc/html/gmime-2.0/ciphercontexts.html +share/gtk-doc/html/gmime-2.0/classes.html +share/gtk-doc/html/gmime-2.0/core.html +share/gtk-doc/html/gmime-2.0/datawrappers.html +share/gtk-doc/html/gmime-2.0/filters.html +share/gtk-doc/html/gmime-2.0/fundamentals.html +share/gtk-doc/html/gmime-2.0/gmime-building.html +share/gtk-doc/html/gmime-2.0/gmime-changes-2-0.html +share/gtk-doc/html/gmime-2.0/gmime-compiling.html +share/gtk-doc/html/gmime-2.0/gmime-data-wrappers.html +share/gtk-doc/html/gmime-2.0/gmime-filters.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-charset.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-cipher-context.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-content-type.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-data-wrapper.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-disposition.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-filter-basic.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-filter-best.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-filter-charset.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-filter-crlf.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-filter-from.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-filter-html.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-filter-md5.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-filter-strip.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-filter-yenc.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-filter.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-gpg-context.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-header.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-iconv-utils.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-iconv.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-message-part.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-message-partial.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-message.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-multipart-encrypted.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-multipart-signed.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-multipart.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-object.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-param.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-parser.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-part.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-session.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-stream-buffer.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-stream-cat.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-stream-file.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-stream-filter.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-stream-fs.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-stream-mem.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-stream-mmap.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-stream-null.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-stream.html +share/gtk-doc/html/gmime-2.0/gmime-gmime-utils.html +share/gtk-doc/html/gmime-2.0/gmime-gmime.html +share/gtk-doc/html/gmime-2.0/gmime-internet-address.html +share/gtk-doc/html/gmime-2.0/gmime-question-index.html +share/gtk-doc/html/gmime-2.0/gmime-resources.html +share/gtk-doc/html/gmime-2.0/gmime-streams.html +share/gtk-doc/html/gmime-2.0/gmime.html +share/gtk-doc/html/gmime-2.0/headers.html +share/gtk-doc/html/gmime-2.0/home.png +share/gtk-doc/html/gmime-2.0/index.html +share/gtk-doc/html/gmime-2.0/index.sgml +share/gtk-doc/html/gmime-2.0/internetaddresses.html +share/gtk-doc/html/gmime-2.0/left.png +share/gtk-doc/html/gmime-2.0/mimeparts.html +share/gtk-doc/html/gmime-2.0/parsers.html +share/gtk-doc/html/gmime-2.0/right.png +share/gtk-doc/html/gmime-2.0/sessions.html +share/gtk-doc/html/gmime-2.0/streams.html +share/gtk-doc/html/gmime-2.0/up.png @dirrm include/gmime-2.0/gmime @dirrm include/gmime-2.0 +@dirrm share/gtk-doc/html/gmime-2.0 +@unexec rmdir %D/share/gtk-doc/html 2>/dev/null || true +@unexec rmdir %D/share/gtk-doc 2>/dev/null || true |