[120391] trunk/dports/sysutils/grep/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 26 23:24:11 PDT 2014


Revision: 120391
          https://trac.macports.org/changeset/120391
Author:   ryandesign at macports.org
Date:     2014-05-26 23:24:11 -0700 (Mon, 26 May 2014)
Log Message:
-----------
grep: update to 2.19 (#43822)

Modified Paths:
--------------
    trunk/dports/sysutils/grep/Portfile

Modified: trunk/dports/sysutils/grep/Portfile
===================================================================
--- trunk/dports/sysutils/grep/Portfile	2014-05-27 02:44:46 UTC (rev 120390)
+++ trunk/dports/sysutils/grep/Portfile	2014-05-27 06:24:11 UTC (rev 120391)
@@ -1,13 +1,15 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
+
 name            grep
-version         2.18
+version         2.19
 platforms       darwin
-categories	sysutils
+categories      sysutils
 license         GPL-3+
 installs_libs   no
-maintainers	nomaintainer
+maintainers     nomaintainer
 description     GNU grep, the \"fastest grep in the west\" (we hope).
 long_description \
     Grep searches one or more input files for lines containing a match  \
@@ -17,8 +19,8 @@
 master_sites    gnu
 use_xz          yes
 
-checksums       rmd160  ceab2b128640718e73616863e9c506c9666517d6 \
-                sha256  e6436e5077fa1497feccc8feaabd3f507b172369bf120fbc9e4874bba81be720
+checksums       rmd160  a5f8c03b92dd7313ddbd55764e0d87eff67decac \
+                sha256  6388295be48cfcaf7665d9cd3914e6625ea000e9414132bfefd45cf1d8eec34d
 
 # Ensure system version of grep is used instead of a possibly broken MacPorts version.
 configure.env   PATH=/usr/bin:$env(PATH)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140526/e505cada/attachment.html>


More information about the macports-changes mailing list