pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-fansi



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 15:23:03 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-fansi/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-fansi/Makefile
diff -u pkgsrc/devel/R-fansi/Makefile:1.1 pkgsrc/devel/R-fansi/Makefile:1.2
--- pkgsrc/devel/R-fansi/Makefile:1.1   Sun Jun  9 09:41:35 2019
+++ pkgsrc/devel/R-fansi/Makefile       Wed Jul 31 15:23:03 2019
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2019/06/09 09:41:35 wen Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/31 15:23:03 brook Exp $
 
-CATEGORIES=    devel
+CATEGORIES=    devel R
 
 MAINTAINER=    wen%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/brodieG/fansi
-COMMENT=       ANSI Control Sequence Aware String Functions
+COMMENT=       ANSI control sequence aware string functions
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     fansi
@@ -12,7 +12,5 @@ R_PKGVER=     0.4.0
 
 USE_LANGUAGES= c
 
-BUILDLINK_API_DEPENDS.R+=      R>=3.1.0
-
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index