summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-01-21 12:44:18 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-01-21 12:44:18 +0000
commitc4b6dbc90610d1a232ea1faeda37b2c77072de45 (patch)
tree52f0e43dd65e319b93b554f97c6bdcb82514c2ef /math
parentUpdate to 2.5.1. (diff)
Update to 1.3.5. No user-visible changes.
Notes
Notes: svn path=/head/; revision=53451
Diffstat (limited to 'math')
-rw-r--r--math/calcoo/Makefile2
-rw-r--r--math/calcoo/distinfo2
-rw-r--r--math/calcoo/files/patch-src::c_main.c13
3 files changed, 2 insertions, 15 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile
index 1da78c64b248..2fb7d9f86816 100644
--- a/math/calcoo/Makefile
+++ b/math/calcoo/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= calcoo
-PORTVERSION= 1.3.4
+PORTVERSION= 1.3.5
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.physics.umn.edu/~kaminski/calcoo/
diff --git a/math/calcoo/distinfo b/math/calcoo/distinfo
index 8ee2975c88f1..f7c91c24f064 100644
--- a/math/calcoo/distinfo
+++ b/math/calcoo/distinfo
@@ -1 +1 @@
-MD5 (calcoo-1.3.4.tar.gz) = 968a4b9394951811a113f33c2c9d5f75
+MD5 (calcoo-1.3.5.tar.gz) = 1666232c8c1fc0a07251b129b5cb1aa7
diff --git a/math/calcoo/files/patch-src::c_main.c b/math/calcoo/files/patch-src::c_main.c
deleted file mode 100644
index fea1f6a0a94f..000000000000
--- a/math/calcoo/files/patch-src::c_main.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- src/c_main.c.orig Wed Dec 12 17:18:06 2001
-+++ src/c_main.c Fri Jan 18 22:40:01 2002
-@@ -59,6 +59,7 @@
- reset_registers();
- cpu->prescribed_format = DEFAULT_DISPLAY_FORMAT;
- cpu->angle_measure = DEFAULT_ANGLE_MEASURE;
-+ cpu->curr_mem = 0;
- /* slightly underestimated precision
- * it is going to be used in evaluation of
- * trigonometric functions to get sin PI = 0 rather than 10^-17 */