From owner-svn-ports-all@FreeBSD.ORG Tue Jun 2 10:32:07 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BCF87B8; Tue, 2 Jun 2015 10:32:07 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C7A11B33; Tue, 2 Jun 2015 10:32:07 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t52AW7nq027413; Tue, 2 Jun 2015 10:32:07 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t52AW59K027406; Tue, 2 Jun 2015 10:32:05 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201506021032.t52AW59K027406@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 2 Jun 2015 10:32:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388320 - in head/mail/gmime2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 10:32:07 -0000 Author: bofh Date: Tue Jun 2 10:32:04 2015 New Revision: 388320 URL: https://svnweb.freebsd.org/changeset/ports/388320 Log: mail/gmime2: Add PORTSCOUT variable to limit within 2.2.X - Fix patch files to reflect 'make makepatch' Modified: head/mail/gmime2/Makefile head/mail/gmime2/files/patch-docs_Makefile.in head/mail/gmime2/files/patch-gmime-2.0.pc.in head/mail/gmime2/files/patch-mono_Makefile.in head/mail/gmime2/files/patch-tests__test-mbox.c head/mail/gmime2/files/patch-tests__test-mime.c head/mail/gmime2/files/patch-tests__test-parser.c Modified: head/mail/gmime2/Makefile ============================================================================== --- head/mail/gmime2/Makefile Tue Jun 2 10:26:20 2015 (r388319) +++ head/mail/gmime2/Makefile Tue Jun 2 10:32:04 2015 (r388320) @@ -13,6 +13,7 @@ COMMENT?= Library (written in C) for par LICENSE= LGPL21 +PORTSCOUT= limit:^2\.2 CONFLICTS= gmime-1.0.* gmime-2.4.* SLAVEDIRS= mail/gmime2-sharp Modified: head/mail/gmime2/files/patch-docs_Makefile.in ============================================================================== --- head/mail/gmime2/files/patch-docs_Makefile.in Tue Jun 2 10:26:20 2015 (r388319) +++ head/mail/gmime2/files/patch-docs_Makefile.in Tue Jun 2 10:32:04 2015 (r388320) @@ -1,7 +1,7 @@ ---- docs/Makefile.in.orig 2008-01-03 09:05:09.000000000 -0200 -+++ docs/Makefile.in 2008-01-03 09:05:21.000000000 -0200 -@@ -193,7 +193,7 @@ - target_alias = @target_alias@ +--- docs/Makefile.in.orig 2015-06-02 10:27:29 UTC ++++ docs/Makefile.in +@@ -229,7 +229,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = reference tutorial Modified: head/mail/gmime2/files/patch-gmime-2.0.pc.in ============================================================================== --- head/mail/gmime2/files/patch-gmime-2.0.pc.in Tue Jun 2 10:26:20 2015 (r388319) +++ head/mail/gmime2/files/patch-gmime-2.0.pc.in Tue Jun 2 10:32:04 2015 (r388320) @@ -1,10 +1,10 @@ ---- gmime-2.0.pc.in.orig Tue May 3 19:34:20 2005 -+++ gmime-2.0.pc.in Wed Feb 1 00:51:53 2006 -@@ -7,6 +7,6 @@ +--- gmime-2.0.pc.in.orig 2011-03-07 18:09:21 UTC ++++ gmime-2.0.pc.in +@@ -7,6 +7,6 @@ includedir=@includedir@ Name: GMime Version: @VERSION@ Description: MIME parser and utility library -Requires: glib-2.0,gobject-2.0 +Requires: glib-2.0,gobject-2.0,gthread-2.0 - Libs: -L${libdir} @GMIME_LIBS@ @LIBS@ + Libs: -L${libdir} @GMIME_LIBS@ Cflags: -I${includedir}/gmime-2.0 @GMIME_CFLAGS@ Modified: head/mail/gmime2/files/patch-mono_Makefile.in ============================================================================== --- head/mail/gmime2/files/patch-mono_Makefile.in Tue Jun 2 10:26:20 2015 (r388319) +++ head/mail/gmime2/files/patch-mono_Makefile.in Tue Jun 2 10:32:04 2015 (r388320) @@ -1,6 +1,6 @@ ---- mono/Makefile.in.orig Sun Sep 11 23:59:29 2005 -+++ mono/Makefile.in Mon Sep 12 00:06:09 2005 -@@ -466,11 +466,11 @@ +--- mono/Makefile.in.orig 2015-06-02 10:27:29 UTC ++++ mono/Makefile.in +@@ -530,11 +530,11 @@ $(ASSEMBLY): $(build_sources) generated- install-data-local: @if test -n '$(TARGET)'; then \ if test -n '$(DESTDIR)'; then \ Modified: head/mail/gmime2/files/patch-tests__test-mbox.c ============================================================================== --- head/mail/gmime2/files/patch-tests__test-mbox.c Tue Jun 2 10:26:20 2015 (r388319) +++ head/mail/gmime2/files/patch-tests__test-mbox.c Tue Jun 2 10:32:04 2015 (r388320) @@ -1,10 +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 @@ +--- tests/test-mbox.c.orig 2011-03-07 18:09:21 UTC ++++ tests/test-mbox.c +@@ -32,6 +32,7 @@ #include #include +#include #include - #ifndef G_OS_WIN32 + #include "testsuite.h" Modified: head/mail/gmime2/files/patch-tests__test-mime.c ============================================================================== --- head/mail/gmime2/files/patch-tests__test-mime.c Tue Jun 2 10:26:20 2015 (r388319) +++ head/mail/gmime2/files/patch-tests__test-mime.c Tue Jun 2 10:32:04 2015 (r388320) @@ -1,10 +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 +--- tests/test-mime.c.orig 2011-03-07 18:09:21 UTC ++++ tests/test-mime.c +@@ -27,6 +27,7 @@ #include + #include +#include #include - #ifndef G_OS_WIN32 + #include "testsuite.h" Modified: head/mail/gmime2/files/patch-tests__test-parser.c ============================================================================== --- head/mail/gmime2/files/patch-tests__test-parser.c Tue Jun 2 10:26:20 2015 (r388319) +++ head/mail/gmime2/files/patch-tests__test-parser.c Tue Jun 2 10:32:04 2015 (r388320) @@ -1,6 +1,6 @@ ---- 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 @@ +--- tests/test-parser.c.orig 2011-03-07 18:09:21 UTC ++++ tests/test-parser.c +@@ -30,6 +30,7 @@ #include #include