svn commit: r389858 - head/archivers/zutils

Danilo Egea Gondolfo danilo at FreeBSD.org
Tue Jun 16 19:10:02 UTC 2015


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 <antonio at gnu.org>

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


More information about the svn-ports-all mailing list