1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Update to 2.47, which consists mostly of small bugfixes.

This commit is contained in:
Eric Anholt 2005-05-05 04:23:22 +00:00
parent c94a2e04c0
commit 410bc95578
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134640
3 changed files with 3 additions and 25 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= nickle
PORTVERSION= 2.46
PORTVERSION= 2.47
CATEGORIES= lang
MASTER_SITES= http://www.nickle.org/release/

View File

@ -1,2 +1,2 @@
MD5 (nickle-2.46.tar.gz) = 8ebf7a95ea568da6f06c6bb4ca412999
SIZE (nickle-2.46.tar.gz) = 384882
MD5 (nickle-2.47.tar.gz) = 0e7ab6db53e0ed925056cf65f750d43b
SIZE (nickle-2.47.tar.gz) = 385176

View File

@ -1,22 +0,0 @@
Index: func.c
===================================================================
RCS file: /cvs/keithp/nickle/func.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -u -r1.25 -r1.26
--- func.c 9 Jul 2004 18:48:35 -0000 1.25
+++ func.c 25 Feb 2005 03:23:06 -0000 1.26
@@ -1,4 +1,4 @@
-/* $Header: /cvs/keithp/nickle/func.c,v 1.25 2004/07/09 18:48:35 keithp Exp $ */
+/* $Header: /cvs/keithp/nickle/func.c,v 1.26 2005/02/25 03:23:06 keithp Exp $ */
/*
* Copyright © 1988-2004 Keith Packard and Bart Massey.
@@ -99,6 +99,7 @@
bc->base.args = args;
bc->base.name = 0;
bc->base.previous = 0;
+ bc->base.func = 0;
bc->base.doc = doc ? NewStrString (doc) : Void;
bc->builtin.needsNext = needsNext;