svn commit: r370627 - head/archivers/lzip

Gerald Pfeifer gerald at FreeBSD.org
Sat Oct 11 07:32:39 UTC 2014


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 at 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


More information about the svn-ports-all mailing list