summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES-20083
-rw-r--r--math/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008
index 791f8463692..ee3527a0e20 100644
--- a/doc/CHANGES-2008
+++ b/doc/CHANGES-2008
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.2007 2008/08/28 16:48:46 seb Exp $
+$NetBSD: CHANGES-2008,v 1.2008 2008/08/28 20:13:18 ahoka Exp $
Changes to the packages collection and infrastructure in 2008:
@@ -3477,3 +3477,4 @@ Changes to the packages collection and infrastructure in 2008:
Added misc/teseq version 1.0.0 [bjs 2008-08-28]
Updated devel/scons-devel to 1.0.0 [tonnerre 2008-08-28]
Updated devel/p5-Test-MockObject to 1.09nb1 [seb 2008-08-28]
+ Added math/openaxiom version 1.2.0 [ahoka 2008-08-28]
diff --git a/math/Makefile b/math/Makefile
index 662dc580d87..67c362cf5e2 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.169 2008/08/27 18:54:25 apb Exp $
+# $NetBSD: Makefile,v 1.170 2008/08/28 20:13:18 ahoka Exp $
COMMENT= Mathematics
@@ -101,6 +101,7 @@ SUBDIR+= octave
SUBDIR+= octave-current
SUBDIR+= octave-forge
SUBDIR+= odepack
+SUBDIR+= openaxiom
SUBDIR+= orpie
SUBDIR+= otter
SUBDIR+= p5-Math-Base85