From owner-dev-commits-ports-main@freebsd.org Tue May 11 06:16:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4112A6294C5; Tue, 11 May 2021 06:16:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FfSP01Jjcz3FwZ; Tue, 11 May 2021 06:16:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FE6B131E9; Tue, 11 May 2021 06:16:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14B6GaAU043594; Tue, 11 May 2021 06:16:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14B6GawV043593; Tue, 11 May 2021 06:16:36 GMT (envelope-from git) Date: Tue, 11 May 2021 06:16:36 GMT Message-Id: <202105110616.14B6GawV043593@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: cc8dacaaf030 - main - archivers/lzip: Update to 1.22 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cc8dacaaf0304e8decf8e7f9daa43bc0a8a46a83 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2021 06:16:36 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc8dacaaf0304e8decf8e7f9daa43bc0a8a46a83 commit cc8dacaaf0304e8decf8e7f9daa43bc0a8a46a83 Author: Gerald Pfeifer AuthorDate: 2021-05-11 06:16:03 +0000 Commit: Gerald Pfeifer CommitDate: 2021-05-11 06:16:03 +0000 archivers/lzip: Update to 1.22 This includes the following changes: - Report an error if a file name is empty. - Make '-o' behave like '-c', but writing to file instead of stdout. - Do not open output if input is a terminal. - Replace 'decompressed', 'compressed' with 'out', 'in' in output. - Several fixes and improvements, improved test coverage. On the way switch from PORTVERSION to DISTVERSION and add a LICENSE_FILE (while the license itselfs does not change from GPLv2). PR: 255463 Submitted by: Gian-Simon Purkert --- archivers/lzip/Makefile | 3 ++- archivers/lzip/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index 8c290b74fc00..7ce3d4c131f1 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -1,7 +1,7 @@ # Created by: Sylvio Cesar PORTNAME= lzip -PORTVERSION= 1.21 +DISTVERSION= 1.22 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip @@ -9,6 +9,7 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= Lossless data compressor based on the LZMA algorithm LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= bin/lzip \ man/man1/lzip.1.gz diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index e2e97e659f2c..b58b69882625 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1547680444 -SHA256 (lzip-1.21.tar.gz) = e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b -SIZE (lzip-1.21.tar.gz) = 105558 +TIMESTAMP = 1620193629 +SHA256 (lzip-1.22.tar.gz) = c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948 +SIZE (lzip-1.22.tar.gz) = 120769