From umq@ueo.co.jp  Wed Jan 14 15:31:53 2009
Return-Path: <umq@ueo.co.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 77F5E106570C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Jan 2009 15:31:52 +0000 (UTC)
	(envelope-from umq@ueo.co.jp)
Received: from msa04b.plala.or.jp (msa04.plala.or.jp [58.93.240.4])
	by mx1.freebsd.org (Postfix) with ESMTP id 0AF468FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Jan 2009 15:31:51 +0000 (UTC)
	(envelope-from umq@ueo.co.jp)
Received: from terpsichore.kaumoge.org ([125.205.3.93])
          by msa04b.plala.or.jp with ESMTP
          id <20090114153151.IYPB14738.msa04b.plala.or.jp@terpsichore.kaumoge.org>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Thu, 15 Jan 2009 00:31:51 +0900
Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120])
	by terpsichore.kaumoge.org (8.14.3/8.14.2/20080818) with ESMTP id n0EFVpRP066116
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Jan 2009 00:31:51 +0900 (JST)
	(envelope-from umq@ueo.co.jp)
Message-Id: <86bpu929aw.wl%umq@ueo.co.jp>
Date: Thu, 15 Jan 2009 00:31:51 +0900
From: Hirohisa Yamaguchi <umq@ueo.co.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] security/libgpg-error update to 1.7
X-Send-Pr-Version: 3.113

>Number:         130551
>Category:       ports
>Synopsis:       [patch] security/libgpg-error update to 1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 14 15:40:02 UTC 2009
>Closed-Date:    Tue Jan 20 19:28:08 UTC 2009
>Last-Modified:  Tue Jan 20 19:30:08 UTC 2009
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Thu Jul 10 06:27:38 JST 2008 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64

>Description:
	The new version of security/libgpg-error 1.7 has been released.
	WWW: http://www.gnupg.org/download/index.en.html
>How-To-Repeat:
	N/A
>Fix:

	The patch follows:

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/libgpg-error/Makefile,v
retrieving revision 1.25
diff -p -u -r1.25 Makefile
--- Makefile	21 Aug 2008 06:18:16 -0000	1.25
+++ Makefile	14 Jan 2009 14:45:20 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libgpg-error
-PORTVERSION=	1.6
-PORTREVISION=	1
+PORTVERSION=	1.7
 CATEGORIES=	security devel
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/libgpg-error/distinfo,v
retrieving revision 1.11
diff -p -u -r1.11 distinfo
--- distinfo	3 Mar 2008 12:13:46 -0000	1.11
+++ distinfo	14 Jan 2009 14:45:20 -0000
@@ -1,3 +1,3 @@
-MD5 (libgpg-error-1.6.tar.bz2) = f3e9870e213518b407a959f8d29cd554
-SHA256 (libgpg-error-1.6.tar.bz2) = aa7df632134dfd3d4e65f5a98edd6bb9a97b498db911f4287bbaeb5ae83a1bad
-SIZE (libgpg-error-1.6.tar.bz2) = 382110
+MD5 (libgpg-error-1.7.tar.bz2) = 62c0d09d1e76c5b6da8fff92314c4665
+SHA256 (libgpg-error-1.7.tar.bz2) = 0301331b3e82f552c60c449388dc6d55d68cff4efa84523b352c4d522f4b5a91
+SIZE (libgpg-error-1.7.tar.bz2) = 403751
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 14 15:40:23 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130551 
State-Changed-From-To: open->closed 
State-Changed-By: novel 
State-Changed-When: Tue Jan 20 19:28:07 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130551: commit references a PR
Date: Tue, 20 Jan 2009 19:27:53 +0000 (UTC)

 novel       2009-01-20 19:27:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/libgpg-error Makefile distinfo 
   Log:
   Update to 1.7.
   
   PR:             130551
   Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
   
   Revision  Changes    Path
   1.26      +1 -2      ports/security/libgpg-error/Makefile
   1.12      +3 -3      ports/security/libgpg-error/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
