pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-prettyunits R-prettyunits: update to canonical ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e24c1f5dd879
branches:  trunk
changeset: 398993:e24c1f5dd879
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 20:17:48 2019 +0000

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

diffstat:

 math/R-prettyunits/Makefile |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 8fd1bb8f34c5 -r e24c1f5dd879 math/R-prettyunits/Makefile
--- a/math/R-prettyunits/Makefile       Wed Jul 31 20:16:40 2019 +0000
+++ b/math/R-prettyunits/Makefile       Wed Jul 31 20:17:48 2019 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.1 2018/04/13 15:26:31 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/31 20:17:48 brook Exp $
 
-DISTNAME=      prettyunits_1.0.2
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/gaborcsardi/prettyunits
-COMMENT=       Pretty, Human Readable Formatting of Quantities
+COMMENT=       Pretty, human readable formatting of quantities
 LICENSE=       mit
 
-DEPENDS+=      R-assertthat-[0-9]*:../../devel/R-assertthat
-DEPENDS+=      R-magrittr-[0-9]*:../../devel/R-magrittr
+R_PKGNAME=     prettyunits
+R_PKGVER=      1.0.2
+
+DEPENDS+=      R-assertthat>=0.2.1:../../devel/R-assertthat
+DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index