summaryrefslogtreecommitdiff
path: root/math/capc-calc/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-09-03 09:59:09 +0000
committerasau <asau@pkgsrc.org>2009-09-03 09:59:09 +0000
commitb18683d8f447bafc9c7c34e16633153380f239bf (patch)
tree9c738c9b2d8485168d5c215f3bc7aaa3185baf16 /math/capc-calc/Makefile
parent0655752aaf22597db27923414493d7df39d0b1f6 (diff)
downloadpkgsrc-b18683d8f447bafc9c7c34e16633153380f239bf.tar.gz
Update to calc 2.12.4.0.
User visible changes: Fixed a documentation bug for the sgn() builtin. Added the 1<<8/2 evaluation example to "help unexpected". That expression evalutes to 128, not 16 as some C programmers might expect. Fixed a bug in solve.cal where high was not returned in some situations. Fixed a bug reported by Paul & Karen Tomlinson (paulnkaz at pktomlinson dot fsnet dot co dot uk) where calling log multiple times with different values of epsilon resulted in an incorrect value. Fixed a bug where an certains typos (e.g., calling an unknown function) would previously cause calc to exit.
Diffstat (limited to 'math/capc-calc/Makefile')
-rw-r--r--math/capc-calc/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile
index 07f57cba8ad..d9468918407 100644
--- a/math/capc-calc/Makefile
+++ b/math/capc-calc/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.39 2009/05/20 00:58:21 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2009/09/03 09:59:09 asau Exp $
#
-DISTNAME= calc-2.12.3.3
+DISTNAME= calc-2.12.4.0
PKGNAME= capc-${DISTNAME:S/t/./}
-PKGREVISION= 1
CATEGORIES= math
-MASTER_SITES= http://www.isthe.com/chongo/src/calc/ \
- http://prdownloads.sourceforge.net/calc/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calc/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org