pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-glue



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 15:24:11 UTC 2019

Modified Files:
        pkgsrc/devel/R-glue: Makefile

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


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

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

Modified files:

Index: pkgsrc/devel/R-glue/Makefile
diff -u pkgsrc/devel/R-glue/Makefile:1.2 pkgsrc/devel/R-glue/Makefile:1.3
--- pkgsrc/devel/R-glue/Makefile:1.2    Sun Apr  7 13:19:52 2019
+++ pkgsrc/devel/R-glue/Makefile        Wed Jul 31 15:24:11 2019
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2019/04/07 13:19:52 wen Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 15:24:11 brook Exp $
 
-DISTNAME=      glue_1.3.1
-CATEGORIES=    devel
+CATEGORIES=    devel R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/tidyverse/glue
-COMMENT=       Interpreted String Literals
+COMMENT=       Interpreted string literals
 LICENSE=       mit
 
+R_PKGNAME=     glue
+R_PKGVER=      1.3.1
+
 USE_LANGUAGES= c
 
-BUILDLINK_API_DEPENDS.R+=      R>=3.1
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index