Date: Tue, 1 Jun 2021 05:14:03 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a903d2697f43 - main - archivers/hlextract: Update to 2.4.6 Message-ID: <202106010514.1515E33p031376@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=a903d2697f4330ce3098b1e9aa55c35f424ddb9c commit a903d2697f4330ce3098b1e9aa55c35f424ddb9c Author: Karsten Pedersen <kpedersen@disroot.org> AuthorDate: 2021-06-01 04:52:26 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> 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 <danfe@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106010514.1515E33p031376>