From root@p-o.co.uk  Mon Sep 16 09:56:15 2013
Return-Path: <root@p-o.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 551AD406
	for <freebsd-gnats-submit@freebsd.org>; Mon, 16 Sep 2013 09:56:15 +0000 (UTC)
	(envelope-from root@p-o.co.uk)
Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235])
	by mx1.freebsd.org (Postfix) with ESMTP id BBE7B2BD1
	for <freebsd-gnats-submit@freebsd.org>; Mon, 16 Sep 2013 09:56:14 +0000 (UTC)
Received: from mail.p-o.co.uk ([80.229.143.200])
	by avasout07 with smtp
	id Rlt41m0094Ke75s01lt53j; Mon, 16 Sep 2013 10:53:05 +0100
Received: from root by p-o.co.uk with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <root@p-o.co.uk>)
	id 1VLVTr-000HGw-MU
	for FreeBSD-gnats-submit@freebsd.org; Mon, 16 Sep 2013 10:52:31 +0100
Message-Id: <E1VLVTr-000HGw-MU@p-o.co.uk>
Date: Mon, 16 Sep 2013 10:52:31 +0100
From: Alan Hicks <ahicks@p-o.co.uk>
Reply-To: Alan Hicks <ahicks@p-o.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update mail/gmime26 to 2.6.18
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182146
>Category:       ports
>Synopsis:       Update mail/gmime26 to 2.6.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 16 10:00:00 UTC 2013
>Closed-Date:    Wed Sep 18 12:27:23 UTC 2013
>Last-Modified:  Wed Sep 18 12:27:23 UTC 2013
>Originator:     Alan Hicks
>Release:        FreeBSD 9.1-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD schnittke.p-o.co.uk 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:23:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Update mail/gmime26 from 2.6.17 to 2.6.18
Remove redundant conflict check as gmime-1 is no longer in ports
	
>How-To-Repeat:
	
>Fix:
Apply patch

	

--- gmime-2617-2618.diff begins here ---
diff -ur gmime26/Makefile gmime26/Makefile
--- gmime26/Makefile	2013-09-03 16:59:29.000000000 +0100
+++ gmime26/Makefile	2013-09-16 10:36:51.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: mail/gmime26/Makefile 326162 2013-09-03 15:59:29Z wg $
 
 PORTNAME=	gmime
-PORTVERSION=	2.6.17
+PORTVERSION=	2.6.18
 PORTREVISION?=	0
 CATEGORIES?=	mail
 MASTER_SITES=	GNOME
@@ -13,8 +13,6 @@
 
 LICENSE=	LGPL21
 
-CONFLICTS=	gmime-1.0.*
-
 SLAVEDIRS=	mail/gmime26-sharp
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}26
diff -ur gmime26/distinfo gmime26/distinfo
--- gmime26/distinfo	2013-09-03 16:59:29.000000000 +0100
+++ gmime26/distinfo	2013-09-16 10:37:13.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (gmime-2.6.17.tar.xz) = 22d49e57c404a0a68d1ac3426c8f23a39185a4b2d569de03bece07db03d1202f
-SIZE (gmime-2.6.17.tar.xz) = 739208
+SHA256 (gmime-2.6.18.tar.xz) = 783fc14190459c568a31c2fd6dba1e8afa0431e2931aa46f652aa486ad881ae6
+SIZE (gmime-2.6.18.tar.xz) = 740400
--- gmime-2617-2618.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Tue Sep 17 21:50:05 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182146 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182146: commit references a PR
Date: Tue, 17 Sep 2013 22:23:25 +0000 (UTC)

 Author: wg
 Date: Tue Sep 17 22:23:13 2013
 New Revision: 327505
 URL: http://svnweb.freebsd.org/changeset/ports/327505
 
 Log:
   mail/gmime26: update to 2.6.18
   
   - Update to 2.6.18
   - Remove conflict (no longer in ports)
   
   PR:		ports/182146
   Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer)
 
 Modified:
   head/mail/gmime26/Makefile
   head/mail/gmime26/distinfo
 
 Modified: head/mail/gmime26/Makefile
 ==============================================================================
 --- head/mail/gmime26/Makefile	Tue Sep 17 21:00:01 2013	(r327504)
 +++ head/mail/gmime26/Makefile	Tue Sep 17 22:23:13 2013	(r327505)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	gmime
 -PORTVERSION=	2.6.17
 +PORTVERSION=	2.6.18
  PORTREVISION?=	0
  CATEGORIES?=	mail
  MASTER_SITES=	GNOME
 @@ -13,8 +13,6 @@ COMMENT?=	Library (written in C) for par
  
  LICENSE=	LGPL21
  
 -CONFLICTS=	gmime-1.0.*
 -
  SLAVEDIRS=	mail/gmime26-sharp
  
  DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}26
 
 Modified: head/mail/gmime26/distinfo
 ==============================================================================
 --- head/mail/gmime26/distinfo	Tue Sep 17 21:00:01 2013	(r327504)
 +++ head/mail/gmime26/distinfo	Tue Sep 17 22:23:13 2013	(r327505)
 @@ -1,2 +1,2 @@
 -SHA256 (gmime-2.6.17.tar.xz) = 22d49e57c404a0a68d1ac3426c8f23a39185a4b2d569de03bece07db03d1202f
 -SIZE (gmime-2.6.17.tar.xz) = 739208
 +SHA256 (gmime-2.6.18.tar.xz) = 783fc14190459c568a31c2fd6dba1e8afa0431e2931aa46f652aa486ad881ae6
 +SIZE (gmime-2.6.18.tar.xz) = 740400
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Wed Sep 18 12:27:22 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182146 
>Unformatted:
