diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 3 | ||||
-rw-r--r-- | math/scilab/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index f897d2a55f0..59965e435c1 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.126 2012/04/15 03:29:47 markd Exp $ +# $NetBSD: Makefile,v 1.127 2012/08/21 23:49:23 marino Exp $ DISTNAME= R-2.14.2 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/} diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 7be2736e4d1..a31812a7e7f 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.84 2011/12/06 00:19:24 sbd Exp $ +# $NetBSD: Makefile,v 1.85 2012/08/21 23:49:23 marino Exp $ # DISTNAME= ${SCIBASE}-src -PKGREVISION= 5 +PKGREVISION= 6 PKGNAME= ${SCIBASE} CATEGORIES= math MASTER_SITES= http://www.scilab.org/download/4.1/ |