diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-22 20:30:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-22 20:30:15 +0000 |
commit | 221c08471676bdd8cd5e2f23f6222de7f914b61b (patch) | |
tree | c50149d1554b3c5a53c5739ccd72add464bc89f2 /math/capc-calc/Makefile | |
parent | 7cbae62e0168ad827aa1f64ae3327f5871b08e2e (diff) | |
download | pkgsrc-221c08471676bdd8cd5e2f23f6222de7f914b61b.tar.gz |
update to 2.12.1.8
changes:
Documentation of # operator, comments, and cscripts.
Documented multi-line statement issues.
Added builtins related to user, system and clock time.
Changed runtime() builtin output.
Diffstat (limited to 'math/capc-calc/Makefile')
-rw-r--r-- | math/capc-calc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile index 2993af9c783..190da661634 100644 --- a/math/capc-calc/Makefile +++ b/math/capc-calc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2006/10/13 16:52:47 drochner Exp $ +# $NetBSD: Makefile,v 1.32 2007/02/22 20:30:15 drochner Exp $ # -DISTNAME= calc-2.12.1.5 +DISTNAME= calc-2.12.1.8 PKGNAME= capc-${DISTNAME:S/t/./} CATEGORIES= math MASTER_SITES= http://www.isthe.com/chongo/src/calc/ \ |