diff --git a/archivers/hlextract/Makefile b/archivers/hlextract/Makefile index e8f5bf654046..0b0edd9a95e2 100644 --- a/archivers/hlextract/Makefile +++ b/archivers/hlextract/Makefile @@ -1,30 +1,30 @@ # 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 LIB_DEPENDS= libhl.so:games/hllib USES= dos2unix zip WRKSRC= ${WRKDIR}/HLExtract PATCH_WRKSRC= ${WRKDIR} PLIST_FILES= bin/${PORTNAME} do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \ ${WRKSRC}/Main.c -o ${WRKSRC}/${PORTNAME} -lhl do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin .include 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 @@ -1,6 +1,6 @@ HLExtract is a command line utility written in C that can load all HLLib 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