pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-circular



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 19:07:47 UTC 2019

Modified Files:
        pkgsrc/math/R-circular: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/R-circular/Makefile

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

Modified files:

Index: pkgsrc/math/R-circular/Makefile
diff -u pkgsrc/math/R-circular/Makefile:1.13 pkgsrc/math/R-circular/Makefile:1.14
--- pkgsrc/math/R-circular/Makefile:1.13        Thu Aug 30 12:56:34 2018
+++ pkgsrc/math/R-circular/Makefile     Wed Jul 31 19:07:47 2019
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.13 2018/08/30 12:56:34 wen Exp $
+# $NetBSD: Makefile,v 1.14 2019/07/31 19:07:47 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/circular/
-COMMENT=       Circular Statistics, from "Topics in circular Statistics"
+COMMENT=       Circular statistics
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     circular
 R_PKGVER=      0.4-93
 
-USE_LANGUAGES= fortran c
+DEPENDS+=      R-mvtnorm>=1.0.8:../../math/R-mvtnorm
 
-DEPENDS+=      R-mvtnorm>=0:../../math/R-mvtnorm
+USE_LANGUAGES= fortran c
 
-.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../math/R/Makefile.extension"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index