From tkato432@yahoo.com  Mon Dec 30 21:01:35 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id DDF39A2E
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 30 Dec 2013 21:01:08 +0000 (UTC)
Received: from omta02.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145])
	by mx1.freebsd.org (Postfix) with ESMTP id B1AB91F23
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 30 Dec 2013 21:01:08 +0000 (UTC)
Received: from coppermine.my.domain (ZT028061.ppp.dion.ne.jp [59.128.28.61])
	by omta02.auone-net.jp (au one net mail) with ESMTP id 19D931560026
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 31 Dec 2013 06:01:06 +0900 (JST)
Message-Id: <20131231054649.9c855f4b5cbd1aee50e3faef@yahoo.com>
Date: Tue, 31 Dec 2013 05:46:49 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: devel/patch: Update to version 2.7.1

>Number:         185338
>Category:       ports
>Synopsis:       devel/patch: Update to version 2.7.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danilo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 30 21:10:09 UTC 2013
>Closed-Date:    Fri Jan 03 23:49:19 UTC 2014
>Last-Modified:  Fri Jan  3 23:50:01 UTC 2014
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 2.7.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/patch/Makefile devel/patch/Makefile
--- /usr/ports/devel/patch/Makefile	2013-12-24 16:39:07.000000000 +0900
+++ devel/patch/Makefile	2013-12-31 00:00:00.000000000 +0900
@@ -2,22 +2,20 @@
 # $FreeBSD: head/devel/patch/Makefile 337316 2013-12-24 03:20:07Z amdmi3 $
 
 PORTNAME=	patch
-PORTVERSION=	2.7
-PORTREVISION=	1
+PORTVERSION=	2.7.1
 CATEGORIES=	devel
-MASTER_SITES=	GNU/patch
+MASTER_SITES=	GNU
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNU patch utility
 
 LICENSE=	GPLv3
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--program-prefix=g
 USE_XZ=		yes
 USES=		charsetfix gmake
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--program-prefix=g --disable-silent-rules
 
-PLIST_FILES=	bin/gpatch \
-		man/man1/gpatch.1.gz
+PLIST_FILES=	bin/gpatch man/man1/gpatch.1.gz
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/patch/distinfo devel/patch/distinfo
--- /usr/ports/devel/patch/distinfo	2013-11-06 21:50:52.000000000 +0900
+++ devel/patch/distinfo	2013-12-31 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (patch-2.7.tar.xz) = 5c2c91fe41542962126f0be150aa4fa349485cf2edc0c7ea7dbc24cb817111ae
-SIZE (patch-2.7.tar.xz) = 674544
+SHA256 (patch-2.7.1.tar.xz) = 9124ba46db0abd873d0995c2ca880e81252676bb6c03e0a37dfc5f608a9b0ceb
+SIZE (patch-2.7.1.tar.xz) = 675896
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danilo 
Responsible-Changed-By: danilo 
Responsible-Changed-When: Tue Dec 31 02:55:01 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185338 
State-Changed-From-To: open->closed 
State-Changed-By: danilo 
State-Changed-When: Fri Jan 3 23:49:18 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185338: commit references a PR
Date: Fri,  3 Jan 2014 23:49:17 +0000 (UTC)

 Author: danilo
 Date: Fri Jan  3 23:49:10 2014
 New Revision: 338600
 URL: http://svnweb.freebsd.org/changeset/ports/338600
 
 Log:
   - Update from 2.7 to 2.7.1
   - Update MASTER_SITES
   
   PR:		ports/185338
   Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
 
 Modified:
   head/devel/patch/Makefile
   head/devel/patch/distinfo
 
 Modified: head/devel/patch/Makefile
 ==============================================================================
 --- head/devel/patch/Makefile	Fri Jan  3 23:45:50 2014	(r338599)
 +++ head/devel/patch/Makefile	Fri Jan  3 23:49:10 2014	(r338600)
 @@ -2,22 +2,20 @@
  # $FreeBSD$
  
  PORTNAME=	patch
 -PORTVERSION=	2.7
 -PORTREVISION=	1
 +PORTVERSION=	2.7.1
  CATEGORIES=	devel
 -MASTER_SITES=	GNU/patch
 +MASTER_SITES=	GNU
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	GNU patch utility
  
  LICENSE=	GPLv3
  
 -GNU_CONFIGURE=	yes
 -CONFIGURE_ARGS+=--program-prefix=g
  USE_XZ=		yes
  USES=		charsetfix gmake
 +GNU_CONFIGURE=	yes
 +CONFIGURE_ARGS=	--program-prefix=g --disable-silent-rules
  
 -PLIST_FILES=	bin/gpatch \
 -		man/man1/gpatch.1.gz
 +PLIST_FILES=	bin/gpatch man/man1/gpatch.1.gz
  
  .include <bsd.port.mk>
 
 Modified: head/devel/patch/distinfo
 ==============================================================================
 --- head/devel/patch/distinfo	Fri Jan  3 23:45:50 2014	(r338599)
 +++ head/devel/patch/distinfo	Fri Jan  3 23:49:10 2014	(r338600)
 @@ -1,2 +1,2 @@
 -SHA256 (patch-2.7.tar.xz) = 5c2c91fe41542962126f0be150aa4fa349485cf2edc0c7ea7dbc24cb817111ae
 -SIZE (patch-2.7.tar.xz) = 674544
 +SHA256 (patch-2.7.1.tar.xz) = 9124ba46db0abd873d0995c2ca880e81252676bb6c03e0a37dfc5f608a9b0ceb
 +SIZE (patch-2.7.1.tar.xz) = 675896
 _______________________________________________
 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:
