pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: brook
Date: Wed Jul 31 14:32:04 UTC 2019
Modified Files:
pkgsrc/converters/R-base64enc: Makefile
pkgsrc/doc: CHANGES-2019
Log Message:
R-base64enc: update to canonical form of an R package.
Update to canonical form of an R package and update the LICENSE field.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/R-base64enc/Makefile
cvs rdiff -u -r1.3129 -r1.3130 pkgsrc/doc/CHANGES-2019
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/R-base64enc/Makefile
diff -u pkgsrc/converters/R-base64enc/Makefile:1.1 pkgsrc/converters/R-base64enc/Makefile:1.2
--- pkgsrc/converters/R-base64enc/Makefile:1.1 Thu May 31 01:30:33 2018
+++ pkgsrc/converters/R-base64enc/Makefile Wed Jul 31 14:32:04 2019
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.1 2018/05/31 01:30:33 wen Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/31 14:32:04 brook Exp $
-DISTNAME= base64enc_0.1-3
-CATEGORIES= converters
+CATEGORIES= converters R
MAINTAINER= wen%NetBSD.org@localhost
HOMEPAGE= http://www.rforge.net/base64enc
COMMENT= Tools for base64 encoding
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
-USE_LANGUAGES+= c c++
+R_PKGNAME= base64enc
+R_PKGVER= 0.1-3
-BUILDLINK_API_DEPENDS.R+= R>=2.9.0
+USE_LANGUAGES+= c c++
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3129 pkgsrc/doc/CHANGES-2019:1.3130
--- pkgsrc/doc/CHANGES-2019:1.3129 Wed Jul 31 13:58:52 2019
+++ pkgsrc/doc/CHANGES-2019 Wed Jul 31 14:32:04 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3129 2019/07/31 13:58:52 leot Exp $
+$NetBSD: CHANGES-2019,v 1.3130 2019/07/31 14:32:04 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5086,3 +5086,4 @@ Changes to the packages collection and i
Added time/R-hms version 0.5.0 [brook 2019-07-31]
Added www/R-htmlwidgets version 1.3 [brook 2019-07-31]
Updated net/youtube-dl to 20190730 [leot 2019-07-31]
+ Updated converters/R-base64enc to 0.1.3 [brook 2019-07-31]
Home |
Main Index |
Thread Index |
Old Index