summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-27 22:22:18 +0000
committerwiz <wiz@pkgsrc.org>2015-07-27 22:22:18 +0000
commit44475c7817b1c615b48cc161132773b14e58eb49 (patch)
treef74084fdeb87ce61faaead711a4ec1ffc2ae92e0 /games
parent3785ab11a42873b7fcceca2f99d2a1a810df4609 (diff)
downloadpkgsrc-44475c7817b1c615b48cc161132773b14e58eb49.tar.gz
Update to 1.8.2, provided by Benedek Gergely on pkgsrc-users.
Add comment to patch while here. 1.8.2: Added the -spec option, to make the interpreter label itself as spec 1.0 compliant Fixed small bugs in arithmetic shift right and printing newlines. Added support for 64-byte-long properties (spec 1.0 feature)
Diffstat (limited to 'games')
-rw-r--r--games/xzip/Makefile7
-rw-r--r--games/xzip/distinfo10
-rw-r--r--games/xzip/patches/patch-aa4
3 files changed, 11 insertions, 10 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile
index 0445c928446..438a0cee280 100644
--- a/games/xzip/Makefile
+++ b/games/xzip/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2015/07/04 16:18:35 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2015/07/27 22:22:18 wiz Exp $
-DISTNAME= xzip180
-PKGNAME= xzip-1.8
-PKGREVISION= 1
+DISTNAME= xzip182
+PKGNAME= xzip-1.8.2
CATEGORIES= games x11
MASTER_SITES= http://www.eblong.com/zarf/ftp/
EXTRACT_SUFX= .tar.Z
diff --git a/games/xzip/distinfo b/games/xzip/distinfo
index 46d6b059ba3..3755d8702b1 100644
--- a/games/xzip/distinfo
+++ b/games/xzip/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2010/02/14 22:21:42 joerg Exp $
+$NetBSD: distinfo,v 1.6 2015/07/27 22:22:18 wiz Exp $
-SHA1 (xzip180.tar.Z) = 45581b97e2b00535fe6f4dfab2aa4f8efb353749
-RMD160 (xzip180.tar.Z) = ab2e8aeef1bd7f7d7d94c280f7ae3c4c445b9b2e
-Size (xzip180.tar.Z) = 134871 bytes
-SHA1 (patch-aa) = 796f2e09ce5167163b4d2888070613b92e756ab3
+SHA1 (xzip182.tar.Z) = 9e3b2b155223d9092764413d75803333da7f8a36
+RMD160 (xzip182.tar.Z) = 169d29a57ce29791b9aafd07005dfd8535fa45c0
+Size (xzip182.tar.Z) = 136032 bytes
+SHA1 (patch-aa) = 2b9a07cce0df53fab34374d4fb52c0760ef21e58
diff --git a/games/xzip/patches/patch-aa b/games/xzip/patches/patch-aa
index 02223668f88..4336a802c40 100644
--- a/games/xzip/patches/patch-aa
+++ b/games/xzip/patches/patch-aa
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2010/02/14 22:21:42 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2015/07/27 22:22:18 wiz Exp $
+
+Adapt Makefile for pkgsrc.
--- Makefile.orig Sun Jul 12 00:27:32 1998
+++ Makefile Tue Aug 11 00:14:31 1998