From owner-svn-ports-all@freebsd.org Sun Aug 14 12:15:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B82E2BB897B; Sun, 14 Aug 2016 12:15:37 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8760E1F9D; Sun, 14 Aug 2016 12:15:37 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7ECFa5i093851; Sun, 14 Aug 2016 12:15:36 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7ECFaan093849; Sun, 14 Aug 2016 12:15:36 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201608141215.u7ECFaan093849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 14 Aug 2016 12:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420186 - head/archivers/lzip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2016 12:15:37 -0000 Author: gerald Date: Sun Aug 14 12:15:36 2016 New Revision: 420186 URL: https://svnweb.freebsd.org/changeset/ports/420186 Log: Update to lzip version 1.18 which includes the following changes: - New options -a and --trailing-error. - Decompression time has been reduced by 2%. - Removed decompression support for version 0 files. - Some bug fixes. - New chapter 'Trailing data' in the texinfo documentation. Plus the following changes from version 1.17, which we missed: - New chapter 'Quality assurance' in the texinfo documentation. - Reorganization of the compression code. Modified: head/archivers/lzip/Makefile head/archivers/lzip/distinfo Modified: head/archivers/lzip/Makefile ============================================================================== --- head/archivers/lzip/Makefile Sun Aug 14 09:20:22 2016 (r420185) +++ head/archivers/lzip/Makefile Sun Aug 14 12:15:36 2016 (r420186) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzip -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip Modified: head/archivers/lzip/distinfo ============================================================================== --- head/archivers/lzip/distinfo Sun Aug 14 09:20:22 2016 (r420185) +++ head/archivers/lzip/distinfo Sun Aug 14 12:15:36 2016 (r420186) @@ -1,2 +1,3 @@ -SHA256 (lzip-1.16.tar.gz) = 128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751 -SIZE (lzip-1.16.tar.gz) = 86035 +TIMESTAMP = 1471174054 +SHA256 (lzip-1.18.tar.gz) = 47f9882a104ab05532f467a7b8f4ddbb898fa2f1e8d9d468556d6c2d04db14dd +SIZE (lzip-1.18.tar.gz) = 95569