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: ports/167649: [PATCH] textproc/gnugrep: update to 2.12 Message-ID: <3Vlwl74m25z6t1@sunpoet.net> Resent-Message-ID: <201205061850.q46Io96A010513@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3Vlwl74m25z6t1>