diff options
author | pav <pav@FreeBSD.org> | 2010-06-04 16:09:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-04 16:09:20 +0800 |
commit | e7f0a8b3c17c3b5364b3d27dda111d6817712cfd (patch) | |
tree | 77155b7cf2dae561704dbe7239314bd09db1ec8f /textproc | |
parent | 08466ea7f867fd5df5471a209dfd43d6c6266d3d (diff) | |
download | freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.tar.gz freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.tar.zst freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.zip |
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it
PR: ports/146329
Submitted by: mm
With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnugrep/Makefile | 2 | ||||
-rw-r--r-- | textproc/gnugrep/distinfo | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile index 8fd7e687ed07..b83a38d36674 100644 --- a/textproc/gnugrep/Makefile +++ b/textproc/gnugrep/Makefile @@ -30,6 +30,8 @@ OPTIONS= PCRE "Compile with Perl-compatible regex support" off CONFLICTS= bsd-grep-* +USE_XZ= yes + .include <bsd.port.pre.mk> CONFIGURE_ARGS+= --disable-nls diff --git a/textproc/gnugrep/distinfo b/textproc/gnugrep/distinfo index 3cbff7c030ec..8e326d5a0a0c 100644 --- a/textproc/gnugrep/distinfo +++ b/textproc/gnugrep/distinfo @@ -1,3 +1,3 @@ -MD5 (grep-2.6.3.tar.gz) = 3095b57837b312f087c0680559de7f13 -SHA256 (grep-2.6.3.tar.gz) = a340e5d1544d9a964072196be627bad3e434ff7a87f3a57ea15aaccbbea4d666 -SIZE (grep-2.6.3.tar.gz) = 1310620 +MD5 (grep-2.6.3.tar.xz) = 69a3bf508a3f14d12369e0e1c7a92763 +SHA256 (grep-2.6.3.tar.xz) = ba745e2ff297ab225bf870740d35593d402a1d92999cf0d7e56840f10218db7c +SIZE (grep-2.6.3.tar.xz) = 828640 |