diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-05-09 23:06:53 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-05-09 23:06:53 +0000 |
commit | 5ed86da7581e0210cc959ee5ccc24bdb15b4acad (patch) | |
tree | 97ba21c684b8955aaf7b8194a4becf8125867c61 /games/xzip | |
parent | 780d3f63e570358ec63ea39e557db126bea9e50d (diff) | |
download | ports-5ed86da7581e0210cc959ee5ccc24bdb15b4acad.tar.gz ports-5ed86da7581e0210cc959ee5ccc24bdb15b4acad.zip |
Correct distfile fennerage by upgrading to 1.8.1.
Notes
Notes:
svn path=/head/; revision=18711
Diffstat (limited to 'games/xzip')
-rw-r--r-- | games/xzip/Makefile | 8 | ||||
-rw-r--r-- | games/xzip/distinfo | 2 | ||||
-rw-r--r-- | games/xzip/files/patch-ab | 11 |
3 files changed, 16 insertions, 5 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile index e76355695157..9a12a9e027f1 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: xzip -# Version required: 1.8.0 +# Version required: 1.8.1 # Date created: 28 June 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # -# $Id: Makefile,v 1.6 1998/07/20 18:42:57 mph Exp $ +# $Id: Makefile,v 1.7 1998/08/26 18:32:47 mph Exp $ # -DISTNAME= xzip180 -PKGNAME= xzip-1.8.0 +DISTNAME= xzip181 +PKGNAME= xzip-1.8.1 CATEGORIES= games MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/zip/ EXTRACT_SUFX= .tar.Z diff --git a/games/xzip/distinfo b/games/xzip/distinfo index 8871d84fab80..28f18ee055d3 100644 --- a/games/xzip/distinfo +++ b/games/xzip/distinfo @@ -1 +1 @@ -MD5 (xzip180.tar.Z) = 88397d490183fcb0ee180e9f7d3ee7c9 +MD5 (xzip181.tar.Z) = aeff61c7f4954674b721fc01ff36d802 diff --git a/games/xzip/files/patch-ab b/games/xzip/files/patch-ab new file mode 100644 index 000000000000..30c5c067b4ac --- /dev/null +++ b/games/xzip/files/patch-ab @@ -0,0 +1,11 @@ +--- ztypes.h.orig Sun May 9 16:02:32 1999 ++++ ztypes.h Sun May 9 16:02:52 1999 +@@ -19,6 +19,8 @@ + #include <malloc.h> + #endif /* MSDOS */ + ++#include <machine/endian.h> ++ + /* Try the endianness auto-detect. */ + + #ifdef AUTO_END_MODE |