diff options
author | danfe <danfe@FreeBSD.org> | 2011-07-27 15:34:09 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-07-27 15:34:09 +0800 |
commit | 2f185efe902818462cfd0bb64f8b7d915d1725e3 (patch) | |
tree | 5e0f0c32f6470e5a35458384ed55af10d601f31c /archivers | |
parent | 7859d90cfd008622882549dd9e64f94ead5ffcc9 (diff) | |
download | freebsd-ports-gnome-2f185efe902818462cfd0bb64f8b7d915d1725e3.tar.gz freebsd-ports-gnome-2f185efe902818462cfd0bb64f8b7d915d1725e3.tar.zst freebsd-ports-gnome-2f185efe902818462cfd0bb64f8b7d915d1725e3.zip |
Update to version 2.4.2 and do some minor cleanups.
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 |