pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-prettyunits



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 20:17:48 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-prettyunits/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-prettyunits/Makefile
diff -u pkgsrc/math/R-prettyunits/Makefile:1.1 pkgsrc/math/R-prettyunits/Makefile:1.2
--- pkgsrc/math/R-prettyunits/Makefile:1.1      Fri Apr 13 15:26:31 2018
+++ pkgsrc/math/R-prettyunits/Makefile  Wed Jul 31 20:17:48 2019
@@ -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