diff options
author | johans <johans@FreeBSD.org> | 2016-02-05 18:14:32 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2016-02-05 18:14:32 +0800 |
commit | e79d44622efa47fe9a12b2b2661ca8afc84050d7 (patch) | |
tree | 8ebb6a173ecdf055b1d430d762c5811180c01ce5 /textproc | |
parent | c28d472e865e3c480c7eab3260772d25b1b4adc2 (diff) | |
download | freebsd-ports-gnome-e79d44622efa47fe9a12b2b2661ca8afc84050d7.tar.gz freebsd-ports-gnome-e79d44622efa47fe9a12b2b2661ca8afc84050d7.tar.zst freebsd-ports-gnome-e79d44622efa47fe9a12b2b2661ca8afc84050d7.zip |
Update GNU grep to 2.23 (bugfix release)
Diffstat (limited to 'textproc')
-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 e977f77ebce5..00703244abcf 100644 --- a/textproc/gnugrep/Makefile +++ b/textproc/gnugrep/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= grep -PORTVERSION= 2.22 -PORTREVISION= 1 +PORTVERSION= 2.23 CATEGORIES= textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu @@ -11,7 +10,7 @@ PKGNAMEPREFIX= gnu MAINTAINER= johans@FreeBSD.org COMMENT= GNU grep -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= bsd-grep-[0-9]* diff --git a/textproc/gnugrep/distinfo b/textproc/gnugrep/distinfo index a60875778bfc..a9c7c88079ee 100644 --- a/textproc/gnugrep/distinfo +++ b/textproc/gnugrep/distinfo @@ -1,2 +1,2 @@ -SHA256 (grep-2.22.tar.xz) = ca91d22f017bfcb503d4bc3b44295491c89a33a3df0c3d8b8614f2d3831836eb -SIZE (grep-2.22.tar.xz) = 1297864 +SHA256 (grep-2.23.tar.xz) = 54fc478ee1ce17780109820ef30730c9e18715a949f7d5c6afc673adb2a56ecf +SIZE (grep-2.23.tar.xz) = 1317488 |