From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 6 18:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AEF21065673 for ; Sun, 6 May 2012 18:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E36268FC15 for ; Sun, 6 May 2012 18:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q46Io9hX010514 for ; Sun, 6 May 2012 18:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q46Io96A010513; Sun, 6 May 2012 18:50:09 GMT (envelope-from gnats) Resent-Date: Sun, 6 May 2012 18:50:09 GMT Resent-Message-Id: <201205061850.q46Io96A010513@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gabor@FreeBSD.org Subject: ports/167649: [PATCH] textproc/gnugrep: update to 2.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2012 18:50:10 -0000 >Number: 167649 >Category: ports >Synopsis: [PATCH] textproc/gnugrep: update to 2.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 06 18:50:09 UTC 2012 >Closed-Date: >Last-Modified: >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 +.include .if !defined(WITHOUT_NLS) USE_GETTEXT= yes @@ -55,4 +53,4 @@ @${REINPLACE_CMD} 's|mkinstalldirs = .*|mkinstalldirs = ${MKDIR}|g' \ ${WRKSRC}/po/Makefile.in.in -.include +.include 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: >Unformatted: