pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-bbmle R-bbmle: update to canonical form of an R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31dc66f571d5
branches:  trunk
changeset: 398950:31dc66f571d5
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 18:54:43 2019 +0000

description:
R-bbmle: update to canonical form of an R package.

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

diffstat:

 math/R-bbmle/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 02549b5b3826 -r 31dc66f571d5 math/R-bbmle/Makefile
--- a/math/R-bbmle/Makefile     Wed Jul 31 18:53:16 2019 +0000
+++ b/math/R-bbmle/Makefile     Wed Jul 31 18:54:43 2019 +0000
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:47 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 18:54:43 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/bbmle/
 COMMENT=       Tools for general maximum likelihood estimation
-LICENSE=       gnu-gpl-v2
-
-DEPENDS+=      R-numDeriv-[0-9]*:../../math/R-numDeriv
+LICENSE=       gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     bbmle
 R_PKGVER=      1.0.20
 
+DEPENDS+=      R-numDeriv>=2016.8.1:../../math/R-numDeriv
+
 USE_LANGUAGES+=        # none
 
-BUILDLINK_API_DEPENDS.R+=      R>=3.0.0
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index