From root@cyberbotx.com  Sun Aug 12 22:54:59 2012
Return-Path: <root@cyberbotx.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4781C106564A
	for <freebsd-gnats-submit@freebsd.org>; Sun, 12 Aug 2012 22:54:59 +0000 (UTC)
	(envelope-from root@cyberbotx.com)
Received: from qmta09.emeryville.ca.mail.comcast.net (qmta09.emeryville.ca.mail.comcast.net [76.96.30.96])
	by mx1.freebsd.org (Postfix) with ESMTP id 2DD1A8FC0A
	for <freebsd-gnats-submit@freebsd.org>; Sun, 12 Aug 2012 22:54:59 +0000 (UTC)
Received: from omta14.emeryville.ca.mail.comcast.net ([76.96.30.60])
	by qmta09.emeryville.ca.mail.comcast.net with comcast
	id lxRZ1j0011HpZEsA9yuzzn; Sun, 12 Aug 2012 22:54:59 +0000
Received: from kirby.cyberbotx.com ([69.244.146.119])
	by omta14.emeryville.ca.mail.comcast.net with comcast
	id lyux1j00d2anbQt8ayuyBY; Sun, 12 Aug 2012 22:54:58 +0000
Received: by kirby.cyberbotx.com (Postfix, from userid 0)
	id 6CFAF2843B; Sun, 12 Aug 2012 18:54:57 -0400 (EDT)
Message-Id: <20120812225457.6CFAF2843B@kirby.cyberbotx.com>
Date: Sun, 12 Aug 2012 18:54:57 -0400 (EDT)
From: Naram Qashat <cyberbotx@cyberbotx.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] math/mingw32-libgmp: update to 5.0.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         170575
>Category:       ports
>Synopsis:       [MAINTAINER] math/mingw32-libgmp: update to 5.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 12 23:00:02 UTC 2012
>Closed-Date:    Wed Aug 15 00:08:46 UTC 2012
>Last-Modified:  Wed Aug 15 00:10:10 UTC 2012
>Originator:     Naram Qashat
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 8.2-RELEASE FreeBSD 8.2-RELEASE #3: Sun Feb 27 08:58:31 EST 2011
>Description:
- Update to 5.0.5

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- mingw32-libgmp-5.0.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/mingw32-libgmp/Makefile ./Makefile
--- /usr/ports/math/mingw32-libgmp/Makefile	2012-02-27 02:20:56.000000000 -0500
+++ ./Makefile	2012-08-12 18:53:45.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libgmp
-PORTVERSION=	5.0.4
+PORTVERSION=	5.0.5
 CATEGORIES=	math devel
 MASTER_SITES=	GNU
 MASTER_SITE_SUBDIR=	gmp
diff -ruN --exclude=CVS /usr/ports/math/mingw32-libgmp/distinfo ./distinfo
--- /usr/ports/math/mingw32-libgmp/distinfo	2012-02-27 02:20:56.000000000 -0500
+++ ./distinfo	2012-08-12 18:53:49.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (gmp-5.0.4.tar.bz2) = 35d4aade3e4bdf0915c944599b10d23f108ffedf6c3188aeec52221c5cf9a06f
-SIZE (gmp-5.0.4.tar.bz2) = 2031540
+SHA256 (gmp-5.0.5.tar.bz2) = 1f588aaccc41bb9aed946f9fe38521c26d8b290d003c5df807f65690f2aadec9
+SIZE (gmp-5.0.5.tar.bz2) = 2052144
--- mingw32-libgmp-5.0.5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Tue Aug 14 18:57:23 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170575 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Wed Aug 15 00:08:45 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170575: commit references a PR
Date: Wed, 15 Aug 2012 00:09:09 +0000 (UTC)

 Author: bdrewery
 Date: Wed Aug 15 00:08:36 2012
 New Revision: 302542
 URL: http://svn.freebsd.org/changeset/ports/302542
 
 Log:
   - Update to 5.0.5
   
   Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
   PR:		ports/170575
   Approved by:	bapt (mentor)
 
 Modified:
   head/math/mingw32-libgmp/Makefile
   head/math/mingw32-libgmp/distinfo
 
 Modified: head/math/mingw32-libgmp/Makefile
 ==============================================================================
 --- head/math/mingw32-libgmp/Makefile	Wed Aug 15 00:01:17 2012	(r302541)
 +++ head/math/mingw32-libgmp/Makefile	Wed Aug 15 00:08:36 2012	(r302542)
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	libgmp
 -PORTVERSION=	5.0.4
 +PORTVERSION=	5.0.5
  CATEGORIES=	math devel
  MASTER_SITES=	GNU
  MASTER_SITE_SUBDIR=	gmp
 
 Modified: head/math/mingw32-libgmp/distinfo
 ==============================================================================
 --- head/math/mingw32-libgmp/distinfo	Wed Aug 15 00:01:17 2012	(r302541)
 +++ head/math/mingw32-libgmp/distinfo	Wed Aug 15 00:08:36 2012	(r302542)
 @@ -1,2 +1,2 @@
 -SHA256 (gmp-5.0.4.tar.bz2) = 35d4aade3e4bdf0915c944599b10d23f108ffedf6c3188aeec52221c5cf9a06f
 -SIZE (gmp-5.0.4.tar.bz2) = 2031540
 +SHA256 (gmp-5.0.5.tar.bz2) = 1f588aaccc41bb9aed946f9fe38521c26d8b290d003c5df807f65690f2aadec9
 +SIZE (gmp-5.0.5.tar.bz2) = 2052144
 _______________________________________________
 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"
 
>Unformatted:
