pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/R-timeSeries



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 15:54:13 UTC 2019

Modified Files:
        pkgsrc/finance/R-timeSeries: Makefile

Log Message:
R-timeSeries: update to canonical form of an R package.

Update to the canonical form of an R package and fix the LICENSE
field.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/R-timeSeries/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/R-timeSeries/Makefile
diff -u pkgsrc/finance/R-timeSeries/Makefile:1.2 pkgsrc/finance/R-timeSeries/Makefile:1.3
--- pkgsrc/finance/R-timeSeries/Makefile:1.2    Sat Jul 28 14:40:44 2018
+++ pkgsrc/finance/R-timeSeries/Makefile        Wed Jul 31 15:54:13 2019
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:44 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 15:54:13 brook Exp $
 
-CATEGORIES=    finance
+CATEGORIES=    finance R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://www.rmetrics.org/
 COMMENT=       Financial time series objects
-LICENSE=       gnu-gpl-v2
-
-DEPENDS+=      R-timeDate-[0-9]*:../../time/R-timeDate
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     timeSeries
 R_PKGVER=      3042.102
 
+DEPENDS+=      R-timeDate>=2150.95:../../time/R-timeDate
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index