diff options
-rw-r--r-- | doc/CHANGES-2012 | 3 | ||||
-rw-r--r-- | math/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2012 b/doc/CHANGES-2012 index 7b57ef98e9e..d6a0fb9d816 100644 --- a/doc/CHANGES-2012 +++ b/doc/CHANGES-2012 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2012,v 1.3314 2012/10/19 04:16:05 manu Exp $ +$NetBSD: CHANGES-2012,v 1.3315 2012/10/19 07:30:52 sno Exp $ Changes to the packages collection and infrastructure in 2012: @@ -5137,3 +5137,4 @@ Changes to the packages collection and infrastructure in 2012: Updated x11/gtk3 to 3.6.1 [prlw1 2012-10-18] Added devel/libwnck3 version 3.4.3 [prlw1 2012-10-18] Updated filesystems/glusterfs to 3.3.1 [manu 2012-10-19] + Added math/p5-Math-Prime-Util version 0.11 [sno 2012-10-19] diff --git a/math/Makefile b/math/Makefile index a3cbc0307cc..785d7c6bd7b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.241 2012/10/15 18:58:16 asau Exp $ +# $NetBSD: Makefile,v 1.242 2012/10/19 07:31:31 sno Exp $ COMMENT= Mathematics @@ -159,6 +159,7 @@ SUBDIR+= p5-Math-Interpolate SUBDIR+= p5-Math-MatrixReal SUBDIR+= p5-Math-Pari SUBDIR+= p5-Math-Permute-List +SUBDIR+= p5-Math-Prime-Util SUBDIR+= p5-Math-Random SUBDIR+= p5-Math-Random-MT SUBDIR+= p5-Math-Random-MT-Auto |