From sunpoet@sunpoet.net  Sun May  6 18:41:26 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4AC171065673;
	Sun,  6 May 2012 18:41:26 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 1366C8FC14;
	Sun,  6 May 2012 18:41:26 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3Vlwl74m25z6t1; Mon,  7 May 2012 02:40:51 +0800 (CST)
Message-Id: <3Vlwl74m25z6t1@sunpoet.net>
Date: Mon,  7 May 2012 02:40:51 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gabor@FreeBSD.org
Subject: [PATCH] textproc/gnugrep: update to 2.12
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167649
>Category:       ports
>Synopsis:       [PATCH] textproc/gnugrep: update to 2.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 06 18:50:09 UTC 2012
>Closed-Date:    Wed May 23 16:55:01 UTC 2012
>Last-Modified:  Wed May 23 17:00:11 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Apr 23 19:27:08 CST 2012
>Description:
- Update to 2.12
- Use GNU macro
- Pet portlint

Port maintainer (gabor@FreeBSD.org) is cc'd.

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

--- gnugrep-2.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/gnugrep/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	14 Feb 2012 12:45:31 -0000	1.12
+++ Makefile	6 May 2012 18:07:48 -0000
@@ -6,20 +6,18 @@
 #
 
 PORTNAME=	grep
-PORTVERSION=	2.9
-PORTREVISION=	1
+PORTVERSION=	2.12
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	GNU
 PKGNAMEPREFIX=	gnu
 
 MAINTAINER=	gabor@FreeBSD.org
 COMMENT=	GNU grep
 
-CONFLICTS=	bsd-grep-*
-
 LICENSE=	GPLv3
 
+CONFLICTS=	bsd-grep-[0-9]*
+
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 
@@ -30,7 +28,7 @@
 
 OPTIONS=	PCRE	"Compile with Perl-compatible regex support"	off
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if !defined(WITHOUT_NLS)
 USE_GETTEXT=	yes
@@ -55,4 +53,4 @@
 	@${REINPLACE_CMD} 's|mkinstalldirs = .*|mkinstalldirs = ${MKDIR}|g' \
 		${WRKSRC}/po/Makefile.in.in
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/gnugrep/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	8 Aug 2011 11:10:44 -0000	1.6
+++ distinfo	6 May 2012 18:07:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (grep-2.9.tar.xz) = e60301c5e1acb171949dd62175adcdade95a06aa8b22e6192184b58cc34cae60
-SIZE (grep-2.9.tar.xz) = 1041396
+SHA256 (grep-2.12.tar.xz) = 4dce0a4fb83ddd0120df51e00b52fa760f2ed8675d4d4c0b0ae642ba692ead64
+SIZE (grep-2.12.tar.xz) = 1179436
--- gnugrep-2.12.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gabor 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun May 6 18:50:24 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167649 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Wed May 23 16:54:47 UTC 2012 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167649: commit references a PR
Date: Wed, 23 May 2012 16:50:51 +0000 (UTC)

 gabor       2012-05-23 16:50:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/gnugrep     Makefile distinfo 
   Log:
   - Update to 2.12
   - Use GNU macro
   - Pet portlint
   
   PR:             ports/167649
   Submitted by:   sunpoet
   
   Revision  Changes    Path
   1.13      +6 -8      ports/textproc/gnugrep/Makefile
   1.7       +2 -2      ports/textproc/gnugrep/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:
