From owner-dev-commits-ports-main@freebsd.org Tue Jun 1 05:14:04 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 21F1263BA84; Tue, 1 Jun 2021 05:14:04 +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 4FvL1775Jzz4vnd; Tue, 1 Jun 2021 05:14:03 +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 DA6021DA30; Tue, 1 Jun 2021 05:14:03 +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 1515E37Y031377; Tue, 1 Jun 2021 05:14:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1515E33p031376; Tue, 1 Jun 2021 05:14:03 GMT (envelope-from git) Date: Tue, 1 Jun 2021 05:14:03 GMT Message-Id: <202106010514.1515E33p031376@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: a903d2697f43 - main - archivers/hlextract: Update to 2.4.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a903d2697f4330ce3098b1e9aa55c35f424ddb9c 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, 01 Jun 2021 05:14:04 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=a903d2697f4330ce3098b1e9aa55c35f424ddb9c commit a903d2697f4330ce3098b1e9aa55c35f424ddb9c Author: Karsten Pedersen AuthorDate: 2021-06-01 04:52:26 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-01 04:52:26 +0000 archivers/hlextract: Update to 2.4.6 Pass maintainership to the submitter PR: 256250 --- archivers/hlextract/Makefile | 6 +++--- archivers/hlextract/distinfo | 5 +++-- archivers/hlextract/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/archivers/hlextract/Makefile b/archivers/hlextract/Makefile index e8f5bf654046..0b0edd9a95e2 100644 --- a/archivers/hlextract/Makefile +++ b/archivers/hlextract/Makefile @@ -1,12 +1,12 @@ # Created by: Alexey Dokuchaev PORTNAME= hlextract -PORTVERSION= 2.4.4 +PORTVERSION= 2.4.6 CATEGORIES= archivers games -MASTER_SITES= LOCAL/danilo +MASTER_SITES= https://github.com/osen/distfiles/raw/main/ DISTNAME= hllib${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kpedersen@disroot.org COMMENT= Utility to extract data from various Half-Life file formats LICENSE= GPLv2 diff --git a/archivers/hlextract/distinfo b/archivers/hlextract/distinfo index 2aec4971ab18..85277e646e58 100644 --- a/archivers/hlextract/distinfo +++ b/archivers/hlextract/distinfo @@ -1,2 +1,3 @@ -SHA256 (hllib244.zip) = cb94da1c32e9577dce1aa2bbb77f283212684afcd7814d42228c9ffff71d3699 -SIZE (hllib244.zip) = 593745 +TIMESTAMP = 1622323696 +SHA256 (hllib246.zip) = ed12bee31ec867a92e3daf4c52653ea2afb78c4ce69ca01a6f1588068ae5a1e9 +SIZE (hllib246.zip) = 419924 diff --git a/archivers/hlextract/pkg-descr b/archivers/hlextract/pkg-descr index 455a9741f312..4a8e06d40e9f 100644 --- a/archivers/hlextract/pkg-descr +++ b/archivers/hlextract/pkg-descr @@ -3,4 +3,4 @@ supported packages and extract multiple items from them while maintaining their directory structure. Currently, BSP, GCF, NCF, PAK, SGA, VPK, WAD, XZP, and ZIP (store/deflate) package formats are supported. -WWW: http://nemesis.thewavelength.net/index.php?p=35 +WWW: https://developer.valvesoftware.com/wiki/HLLib