From owner-svn-ports-head@FreeBSD.ORG Tue Jun 16 19:10:01 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E18493D0; Tue, 16 Jun 2015 19:10:01 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFB8895F; Tue, 16 Jun 2015 19:10:01 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5GJA1ta041180; Tue, 16 Jun 2015 19:10:01 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5GJA1XA041177; Tue, 16 Jun 2015 19:10:01 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201506161910.t5GJA1XA041177@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 16 Jun 2015 19:10:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389858 - head/archivers/zutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 19:10:02 -0000 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 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.