diff options
author | mph <mph@FreeBSD.org> | 1999-05-10 07:06:53 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-05-10 07:06:53 +0800 |
commit | e6e2a97e0cf784dca2d299b2add7f4029b27736d (patch) | |
tree | a6ae3025e82baa4b978dad1042fe4db340ebc15b /games | |
parent | 4b8aad6a6839f41e142d99bd430193d11f20f1a4 (diff) | |
download | freebsd-ports-gnome-e6e2a97e0cf784dca2d299b2add7f4029b27736d.tar.gz freebsd-ports-gnome-e6e2a97e0cf784dca2d299b2add7f4029b27736d.tar.zst freebsd-ports-gnome-e6e2a97e0cf784dca2d299b2add7f4029b27736d.zip |
Correct distfile fennerage by upgrading to 1.8.1.
Diffstat (limited to 'games')
-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 |