diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-07-27 07:34:09 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-07-27 07:34:09 +0000 |
commit | cea7a76de5e2e6ae3ffb36521e090a09b9ff5980 (patch) | |
tree | b703a76cb677c96e00cc638ae7cef9f833e13f49 /archivers | |
parent | 438a8ed367263822ac9cecac9c4338933c9688ae (diff) | |
download | ports-cea7a76de5e2e6ae3ffb36521e090a09b9ff5980.tar.gz ports-cea7a76de5e2e6ae3ffb36521e090a09b9ff5980.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/hlextract/Makefile | 6 | ||||
-rw-r--r-- | archivers/hlextract/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/archivers/hlextract/Makefile b/archivers/hlextract/Makefile index 0059ddf5222a..772fafd51a70 100644 --- a/archivers/hlextract/Makefile +++ b/archivers/hlextract/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hlextract -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.2 CATEGORIES= archivers games MASTER_SITES= http://nemesis.thewavelength.net/files/files/ DISTNAME= hllib${PORTVERSION:S/.//g} @@ -24,9 +24,9 @@ WRKSRC= ${WRKDIR}/HLExtract PLIST_FILES= bin/${PORTNAME} -post-extract: +post-patch: @${REINPLACE_CMD} -e 's,linux/limits,sys/param, ; \ - s,HLExtract\.exe,hlextract,' ${WRKSRC}/Main.c + s,HLExtract\.exe,${PORTNAME},' ${WRKSRC}/Main.c do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \ diff --git a/archivers/hlextract/distinfo b/archivers/hlextract/distinfo index 0769f8528771..5be306196c4b 100644 --- a/archivers/hlextract/distinfo +++ b/archivers/hlextract/distinfo @@ -1,2 +1,2 @@ -SHA256 (hllib230.zip) = a979cbbbe34aca7e9116144e1e4bf2f7608d604d66fd72e70ceefbf057a59817 -SIZE (hllib230.zip) = 538400 +SHA256 (hllib242.zip) = b307992c22ae67d00fbecf96e5213ac56737301ff3e7cd259214adbd132c83d9 +SIZE (hllib242.zip) = 536704 |