Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2014 07:32:38 +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: r370627 - head/archivers/lzip
Message-ID:  <201410110732.s9B7WcbX001909@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Oct 11 07:32:37 2014
New Revision: 370627
URL: https://svnweb.freebsd.org/changeset/ports/370627
QAT: https://qat.redports.org/buildarchive/r370627/

Log:
  Update to lzip version 1.16 which includes the following changes:
   - Compression ratio of option -9 has been slightly increased.
   - Compression time has been reduced by 4%, by 2% for option -0.
   - The behavior is now like 'cp -p'.
   - The license changed to GPL version 2 or later.

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

Modified: head/archivers/lzip/Makefile
==============================================================================
--- head/archivers/lzip/Makefile	Sat Oct 11 07:30:06 2014	(r370626)
+++ head/archivers/lzip/Makefile	Sat Oct 11 07:32:37 2014	(r370627)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	lzip
-PORTVERSION=	1.15
+PORTVERSION=	1.16
 CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/lzip
 
 MAINTAINER=	gerald@FreeBSD.org
 COMMENT=	Lossless data compressor based on the LZMA algorithm
 
-LICENSE=	GPLv3
+LICENSE=	GPLv2
 
 PLIST_FILES=	bin/lzip \
 		man/man1/lzip.1.gz

Modified: head/archivers/lzip/distinfo
==============================================================================
--- head/archivers/lzip/distinfo	Sat Oct 11 07:30:06 2014	(r370626)
+++ head/archivers/lzip/distinfo	Sat Oct 11 07:32:37 2014	(r370627)
@@ -1,2 +1,2 @@
-SHA256 (lzip-1.15.tar.gz) = 7cd3fcda68fc9900efcf7784313e3bdd1303fef1a0546db9723f5e5564dd05b6
-SIZE (lzip-1.15.tar.gz) = 97409
+SHA256 (lzip-1.16.tar.gz) = 128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751
+SIZE (lzip-1.16.tar.gz) = 86035



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