diff options
author | johans <johans@FreeBSD.org> | 2014-05-24 00:35:24 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-05-24 00:35:24 +0800 |
commit | 7fb83de5e50c83684edaad3d55777b450797026d (patch) | |
tree | 917ac37441fd31478e555a122c944e3211a37c0c /textproc/gnugrep | |
parent | b6f7f48bdd8bc6194ff7dfe8abcbaa4405f73516 (diff) | |
download | freebsd-ports-gnome-7fb83de5e50c83684edaad3d55777b450797026d.tar.gz freebsd-ports-gnome-7fb83de5e50c83684edaad3d55777b450797026d.tar.zst freebsd-ports-gnome-7fb83de5e50c83684edaad3d55777b450797026d.zip |
Update GNU grep to 2.19
Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=7988
Diffstat (limited to 'textproc/gnugrep')
-rw-r--r-- | textproc/gnugrep/Makefile | 5 | ||||
-rw-r--r-- | textproc/gnugrep/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile index e4fc377591ce..3598a0fd85c3 100644 --- a/textproc/gnugrep/Makefile +++ b/textproc/gnugrep/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grep -PORTVERSION= 2.18 +PORTVERSION= 2.19 CATEGORIES= textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu @@ -14,8 +14,7 @@ LICENSE= GPLv3 CONFLICTS= bsd-grep-[0-9]* -USES+= charsetfix -USE_XZ= yes +USES= charsetfix tar:xz GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/gnugrep/distinfo b/textproc/gnugrep/distinfo index 1c16cfa724c4..65ac9997b95e 100644 --- a/textproc/gnugrep/distinfo +++ b/textproc/gnugrep/distinfo @@ -1,2 +1,2 @@ -SHA256 (grep-2.18.tar.xz) = e6436e5077fa1497feccc8feaabd3f507b172369bf120fbc9e4874bba81be720 -SIZE (grep-2.18.tar.xz) = 1213220 +SHA256 (grep-2.19.tar.xz) = 6388295be48cfcaf7665d9cd3914e6625ea000e9414132bfefd45cf1d8eec34d +SIZE (grep-2.19.tar.xz) = 1234676 |