pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/R-fAsianOptions R-fAsianOptions: update to can...
details: https://anonhg.NetBSD.org/pkgsrc/rev/99ebeecb5d0c
branches: trunk
changeset: 337099:99ebeecb5d0c
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 15:48:44 2019 +0000
description:
R-fAsianOptions: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE
field.
diffstat:
finance/R-fAsianOptions/Makefile | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (32 lines):
diff -r 1eb5239378d4 -r 99ebeecb5d0c finance/R-fAsianOptions/Makefile
--- a/finance/R-fAsianOptions/Makefile Wed Jul 31 15:46:40 2019 +0000
+++ b/finance/R-fAsianOptions/Makefile Wed Jul 31 15:48:44 2019 +0000
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:43 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 15:48:44 brook Exp $
-CATEGORIES= finance
+CATEGORIES= finance R
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= https://www.rmetrics.org/
COMMENT= Functions for pricing and valuating Asian options
-LICENSE= gnu-gpl-v2
-
-DEPENDS+= R-fBasics-[0-9]*:../../finance/R-fBasics
-DEPENDS+= R-fOptions-[0-9]*:../../finance/R-fOptions
-DEPENDS+= R-timeDate-[0-9]*:../../time/R-timeDate
-DEPENDS+= R-timeSeries-[0-9]*:../../finance/R-timeSeries
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= fAsianOptions
R_PKGVER= 3042.82
+DEPENDS+= R-fBasics>=3042.89:../../finance/R-fBasics
+DEPENDS+= R-fOptions>=3042.86:../../finance/R-fOptions
+DEPENDS+= R-timeSeries>=3042.102:../../finance/R-timeSeries
+DEPENDS+= R-timeDate>=3042.101:../../time/R-timeDate
+
USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
Home |
Main Index |
Thread Index |
Old Index