Index: head/mail/gmime26/Makefile =================================================================== --- head/mail/gmime26/Makefile (revision 430672) +++ head/mail/gmime26/Makefile (revision 430673) @@ -1,47 +1,38 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= gmime -PORTVERSION= 2.6.20 -PORTREVISION?= 1 +PORTVERSION= 2.6.22 CATEGORIES?= mail MASTER_SITES= GNOME PKGNAMESUFFIX?= 26 MAINTAINER?= bofh@FreeBSD.org COMMENT?= Library (written in C) for parsing and creating messages using MIME LICENSE= LGPL21 +LIB_DEPENDS= libgpgme.so:security/gpgme \ + libassuan.so:security/libassuan \ + libgpg-error.so:security/libgpg-error + SLAVEDIRS= mail/gmime26-sharp DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}26 -USES= gmake iconv libtool pathfix pkgconfig tar:xz +USES= gettext-runtime gmake iconv libtool localbase pathfix pkgconfig tar:xz USE_GNOME+= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + # www.freebsd.org/cgi/query-pr.cgi?pr=118092 # Rename uudecode and uuencode to gmime-* to not conflict with userland # fix kept in case issue returns -CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ - --enable-mono=no \ +CONFIGURE_ARGS?=--enable-mono=no \ --program-transform-name="s/uuencode/gmime-uuencode/;s/uudecode/gmime-uudecode/;" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ ${WRKSRC}/Makefile.in - - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in docs/reference/html/* - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} -.endfor .include Index: head/mail/gmime26/distinfo =================================================================== --- head/mail/gmime26/distinfo (revision 430672) +++ head/mail/gmime26/distinfo (revision 430673) @@ -1,2 +1,3 @@ -SHA256 (gmime-2.6.20.tar.xz) = e0a170fb264c2ae4cecd852f4e7aaddb8d58e8f3f0b569ce2d2a4704f55bdf65 -SIZE (gmime-2.6.20.tar.xz) = 740696 +TIMESTAMP = 1482272349 +SHA256 (gmime-2.6.22.tar.xz) = c25f9097d5842a4808f1d62faf5eace24af2c51d6113da58d559a3bfe1d5553a +SIZE (gmime-2.6.22.tar.xz) = 5216068 Index: head/mail/gmime26/files/patch-tests__test-mime.c =================================================================== --- head/mail/gmime26/files/patch-tests__test-mime.c (revision 430672) +++ head/mail/gmime26/files/patch-tests__test-mime.c (nonexistent) @@ -1,10 +0,0 @@ ---- 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 - #include - -+#include - #include - - #ifndef G_OS_WIN32 Property changes on: head/mail/gmime26/files/patch-tests__test-mime.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/gmime26/files/patch-tests__test-mbox.c =================================================================== --- head/mail/gmime26/files/patch-tests__test-mbox.c (revision 430672) +++ head/mail/gmime26/files/patch-tests__test-mbox.c (nonexistent) @@ -1,10 +0,0 @@ ---- 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 - #include - -+#include - #include - - #ifndef G_OS_WIN32 Property changes on: head/mail/gmime26/files/patch-tests__test-mbox.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/gmime26/files/patch-tests__test-parser.c =================================================================== --- head/mail/gmime26/files/patch-tests__test-parser.c (revision 430672) +++ head/mail/gmime26/files/patch-tests__test-parser.c (nonexistent) @@ -1,10 +0,0 @@ ---- 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 - #include - -+#include - #include - - #ifndef G_OS_WIN32 Property changes on: head/mail/gmime26/files/patch-tests__test-parser.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/gmime26/files/patch-gmime.pc.in =================================================================== --- head/mail/gmime26/files/patch-gmime.pc.in (revision 430672) +++ head/mail/gmime26/files/patch-gmime.pc.in (revision 430673) @@ -1,11 +1,11 @@ ---- gmime.pc.in.orig 2013-05-22 08:39:38.000000000 +0000 -+++ gmime.pc.in 2013-05-22 08:39:54.000000000 +0000 -@@ -7,7 +7,7 @@ +--- gmime.pc.in.orig 2016-12-09 15:08:58 UTC ++++ gmime.pc.in +@@ -7,7 +7,7 @@ includedir=@includedir@ Name: GMime Version: @VERSION@ Description: MIME parser and utility library -Requires: glib-2.0,gio-2.0,gobject-2.0 +Requires: glib-2.0,gio-2.0,gobject-2.0,gthread-2.0 Libs: -L${libdir} @GMIME_LIBS@ Libs.private: @GMIME_LIBS_PRIVATE@ Cflags: -I${includedir}/gmime-@GMIME_API_VERSION@ @GMIME_CFLAGS@ Index: head/mail/gmime26/pkg-plist =================================================================== --- head/mail/gmime26/pkg-plist (revision 430672) +++ head/mail/gmime26/pkg-plist (revision 430673) @@ -1,58 +1,58 @@ include/gmime-2.6/gmime/gmime-certificate.h include/gmime-2.6/gmime/gmime-charset.h include/gmime-2.6/gmime/gmime-content-type.h include/gmime-2.6/gmime/gmime-crypto-context.h include/gmime-2.6/gmime/gmime-data-wrapper.h include/gmime-2.6/gmime/gmime-disposition.h include/gmime-2.6/gmime/gmime-encodings.h include/gmime-2.6/gmime/gmime-error.h include/gmime-2.6/gmime/gmime-filter-basic.h include/gmime-2.6/gmime/gmime-filter-best.h include/gmime-2.6/gmime/gmime-filter-charset.h include/gmime-2.6/gmime/gmime-filter-crlf.h include/gmime-2.6/gmime/gmime-filter-enriched.h include/gmime-2.6/gmime/gmime-filter-from.h include/gmime-2.6/gmime/gmime-filter-gzip.h include/gmime-2.6/gmime/gmime-filter-html.h include/gmime-2.6/gmime/gmime-filter-md5.h include/gmime-2.6/gmime/gmime-filter-strip.h include/gmime-2.6/gmime/gmime-filter-windows.h include/gmime-2.6/gmime/gmime-filter-yenc.h include/gmime-2.6/gmime/gmime-filter.h include/gmime-2.6/gmime/gmime-gpg-context.h include/gmime-2.6/gmime/gmime-header.h include/gmime-2.6/gmime/gmime-iconv-utils.h include/gmime-2.6/gmime/gmime-iconv.h include/gmime-2.6/gmime/gmime-message-part.h include/gmime-2.6/gmime/gmime-message-partial.h include/gmime-2.6/gmime/gmime-message.h include/gmime-2.6/gmime/gmime-multipart-encrypted.h include/gmime-2.6/gmime/gmime-multipart-signed.h include/gmime-2.6/gmime/gmime-multipart.h include/gmime-2.6/gmime/gmime-object.h include/gmime-2.6/gmime/gmime-param.h include/gmime-2.6/gmime/gmime-parser.h include/gmime-2.6/gmime/gmime-part-iter.h include/gmime-2.6/gmime/gmime-part.h include/gmime-2.6/gmime/gmime-pkcs7-context.h include/gmime-2.6/gmime/gmime-signature.h include/gmime-2.6/gmime/gmime-stream-buffer.h include/gmime-2.6/gmime/gmime-stream-cat.h include/gmime-2.6/gmime/gmime-stream-file.h include/gmime-2.6/gmime/gmime-stream-filter.h include/gmime-2.6/gmime/gmime-stream-fs.h include/gmime-2.6/gmime/gmime-stream-gio.h include/gmime-2.6/gmime/gmime-stream-mem.h include/gmime-2.6/gmime/gmime-stream-mmap.h include/gmime-2.6/gmime/gmime-stream-null.h include/gmime-2.6/gmime/gmime-stream-pipe.h include/gmime-2.6/gmime/gmime-stream.h include/gmime-2.6/gmime/gmime-utils.h include/gmime-2.6/gmime/gmime-version.h include/gmime-2.6/gmime/gmime.h include/gmime-2.6/gmime/internet-address.h lib/libgmime-2.6.a lib/libgmime-2.6.so lib/libgmime-2.6.so.0 -lib/libgmime-2.6.so.0.620.0 +lib/libgmime-2.6.so.0.622.0 libdata/pkgconfig/gmime-2.6.pc