Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 10:32:05 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388320 - in head/mail/gmime2: . files
Message-ID:  <201506021032.t52AW59K027406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <fcntl.h>
  #include <time.h>
  
 +#include <config.h>
  #include <gmime/gmime.h>
  
- #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 <stdio.h>
+--- tests/test-mime.c.orig	2011-03-07 18:09:21 UTC
++++ tests/test-mime.c
+@@ -27,6 +27,7 @@
  #include <string.h>
+ #include <ctype.h>
  
 +#include <config.h>
  #include <gmime/gmime.h>
  
- #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 <fcntl.h>
  #include <time.h>
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021032.t52AW59K027406>