summaryrefslogtreecommitdiff
path: root/net/dgd/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-09-11 20:02:26 +0000
committertron <tron@pkgsrc.org>2002-09-11 20:02:26 +0000
commita551da2efec2a92cfc22111ba709214f78d14578 (patch)
tree4abfeb1a3ad227400d99ea6d956bbcc8aa4c97d8 /net/dgd/Makefile
parent1e47bf4bb6f5c5dc2f44e948e3a819f399e8a5d8 (diff)
downloadpkgsrc-a551da2efec2a92cfc22111ba709214f78d14578.tar.gz
Update "dgd" package to version 1.2.0.2. Changes since version 1.2.0.1:
- The editor could erroneously allocate dynamic instead of static memory. - Fixed a spurious pause that would occur if the first callout started after a cold boot had a delay of 0. - Fixed a problem with repeatedly adding and removing callouts in atomically executed code. - Fixed several bugs in error handling. - A better fix for errors in atomic code, in combination with multi-level catches. - Fixed a config file reading bug that could occur if the server was restarted. - Fixed a bug in saving/restoring variables in an object that privately inherited another. - Prevent code from being erroneously optimized away in rare cases. - Fixed a bug in handling some regular expressions. - Fixed several bugs which could, in rare cases, cause nil to turn up in mappings that had been accessed from atomically executed code. - Fixed a bug in error recovery for compiling switch statements. The update was contributed by Scott Thompson in private e-mail.
Diffstat (limited to 'net/dgd/Makefile')
-rw-r--r--net/dgd/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 511768fa1df..97de5d01b58 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/25 15:19:37 tron Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/11 20:02:26 tron Exp $
-DISTNAME= dgd-1.2p1
-PKGNAME= dgd-1.2.0.1
+DISTNAME= dgd-1.2p2
+PKGNAME= dgd-1.2.0.2
CATEGORIES= net games
-MASTER_SITES= ftp://ftp.dworkin.nl/pub/dgd/ \
- ftp://ftp.imaginary.com/pub/LPC/servers/DGD/
+MASTER_SITES= ftp://ftp.dworkin.nl/pub/dgd/
MAINTAINER= sco@openface.ca
HOMEPAGE= http://www.dworkin.nl/dgd/