Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2018 08:41:53 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487787 - head/archivers/lzip
Message-ID:  <201812190841.wBJ8frAC021695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Dec 19 08:41:53 2018
New Revision: 487787
URL: https://svnweb.freebsd.org/changeset/ports/487787

Log:
  Update to lzip version 1.20.  This includes the following changes:
   - A new option '--loose-trailing'.
   - Option '-S, --volume-size' now keeps input files.
   - Replaced 'bits/byte' with the inverse compression ratio in output.
   - Do not add a second .lz extension to the argument of an '-o' option.
   - Improved corrupt header detection to HD=3 and show corrupt or
     truncated header in multimember file and some further changes and
     improvements around progress and error reporting.
   - The documentation gained a new chapter "Output".
  
  PR:		233802
  Submitted by:	swills

Modified:
  head/archivers/lzip/Makefile
  head/archivers/lzip/distinfo

Modified: head/archivers/lzip/Makefile
==============================================================================
--- head/archivers/lzip/Makefile	Wed Dec 19 08:30:04 2018	(r487786)
+++ head/archivers/lzip/Makefile	Wed Dec 19 08:41:53 2018	(r487787)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lzip
-PORTVERSION=	1.19
-PORTREVISION=	1
+PORTVERSION=	1.20
 CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/lzip
 

Modified: head/archivers/lzip/distinfo
==============================================================================
--- head/archivers/lzip/distinfo	Wed Dec 19 08:30:04 2018	(r487786)
+++ head/archivers/lzip/distinfo	Wed Dec 19 08:41:53 2018	(r487787)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493550870
-SHA256 (lzip-1.19.tar.gz) = ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9
-SIZE (lzip-1.19.tar.gz) = 100277
+TIMESTAMP = 1544139297
+SHA256 (lzip-1.20.tar.gz) = c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c
+SIZE (lzip-1.20.tar.gz) = 103426



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