Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 19:10:01 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389858 - head/archivers/zutils
Message-ID:  <201506161910.t5GJA1XA041177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Jun 16 19:10:00 2015
New Revision: 389858
URL: https://svnweb.freebsd.org/changeset/ports/389858

Log:
  - Fix LICENSE and pkg-descr
  
  Requested by:	Antonio Diaz <antonio@gnu.org>

Modified:
  head/archivers/zutils/Makefile
  head/archivers/zutils/pkg-descr

Modified: head/archivers/zutils/Makefile
==============================================================================
--- head/archivers/zutils/Makefile	Tue Jun 16 18:04:29 2015	(r389857)
+++ head/archivers/zutils/Makefile	Tue Jun 16 19:10:00 2015	(r389858)
@@ -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
 

Modified: head/archivers/zutils/pkg-descr
==============================================================================
--- head/archivers/zutils/pkg-descr	Tue Jun 16 18:04:29 2015	(r389857)
+++ head/archivers/zutils/pkg-descr	Tue Jun 16 19:10:00 2015	(r389858)
@@ -10,6 +10,7 @@ Zcmp - Decompresses and compares two fil
 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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506161910.t5GJA1XA041177>