summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2015-06-16 19:10:00 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2015-06-16 19:10:00 +0000
commitceb21825397defff25f04962d96b85a0c00e6e37 (patch)
tree26afc82fc4610847ef9777e96ba8aba00844b81d /archivers
parentUpdate to 0.15.06.6430 (diff)
- Fix LICENSE and pkg-descr
Requested by: Antonio Diaz <antonio@gnu.org>
Notes
Notes: svn path=/head/; revision=389858
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zutils/Makefile2
-rw-r--r--archivers/zutils/pkg-descr1
2 files changed, 2 insertions, 1 deletions
diff --git a/archivers/zutils/Makefile b/archivers/zutils/Makefile
index 0f7bcc332cdc..5161405ab53c 100644
--- a/archivers/zutils/Makefile
+++ b/archivers/zutils/Makefile
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.lz
MAINTAINER= danilo@FreeBSD.org
COMMENT= Utilities for searching in bzip2, gzip, lzip, and xz archives
-LICENSE= GPLv3
+LICENSE= GPLv2
EXTRACT_DEPENDS= lzip:${PORTSDIR}/archivers/lzip
diff --git a/archivers/zutils/pkg-descr b/archivers/zutils/pkg-descr
index f17d3f9e6f2c..373a215a40e5 100644
--- a/archivers/zutils/pkg-descr
+++ b/archivers/zutils/pkg-descr
@@ -10,6 +10,7 @@ Zcmp - Decompresses and compares two files byte by byte.
Zdiff - Decompresses and compares two files line by line.
Zgrep - Decompresses and searches files for a regular expression.
Ztest - Tests integrity of compressed files.
+Zupdate - Recompresses files to lzip format.
The supported compressors are bzip2, gzip, lzip, and xz.