pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-reshape2
Module Name: pkgsrc
Committed By: mef
Date: Tue Jun 9 23:13:08 UTC 2026
Modified Files:
pkgsrc/math/R-reshape2: Makefile distinfo
Added Files:
pkgsrc/math/R-reshape2/files: Makevars
Log Message:
(math/R-reshape2) Updated 1.4.4 to 1.4.5
(pkgsrc)
- Fix build against R 4.6.0 by adding files/Makevar
(upstream)
# reshape2 1.4.5
* No longer uses non-API entry points (@kevinushey, #106).
* Other various fixes for `R CMD check` issues.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-reshape2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-reshape2/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-reshape2/files/Makevars
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-reshape2/Makefile
diff -u pkgsrc/math/R-reshape2/Makefile:1.5 pkgsrc/math/R-reshape2/Makefile:1.6
--- pkgsrc/math/R-reshape2/Makefile:1.5 Sun Jun 6 06:38:29 2021
+++ pkgsrc/math/R-reshape2/Makefile Tue Jun 9 23:13:07 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2021/06/06 06:38:29 mef Exp $
+# $NetBSD: Makefile,v 1.6 2026/06/09 23:13:07 mef Exp $
R_PKGNAME= reshape2
-R_PKGVER= 1.4.4
+R_PKGVER= 1.4.5
#CATEGORIES= math
MAINTAINER= minskim%NetBSD.org@localhost
@@ -13,6 +13,12 @@ DEPENDS+= R-stringr>=1.4.0:../../textpro
USE_LANGUAGES= c++
+.include "../../mk/bsd.prefs.mk"
+pre-patch:
+.if ${OPSYS} != SunOS
+ ${CP} ${FILESDIR}/Makevars ${WRKSRC}/src/
+.endif
+
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-reshape2/distinfo
diff -u pkgsrc/math/R-reshape2/distinfo:1.4 pkgsrc/math/R-reshape2/distinfo:1.5
--- pkgsrc/math/R-reshape2/distinfo:1.4 Tue Oct 26 10:55:31 2021
+++ pkgsrc/math/R-reshape2/distinfo Tue Jun 9 23:13:07 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:55:31 nia Exp $
+$NetBSD: distinfo,v 1.5 2026/06/09 23:13:07 mef Exp $
-BLAKE2s (R/reshape2_1.4.4.tar.gz) = b2937c025a6c0872c6cfc7e612effe99125e980ff750cfe4636ca3fa56241dea
-SHA512 (R/reshape2_1.4.4.tar.gz) = 7378ca67e076100014df8a35cfd89e828387f3b09c0f546daf5f1532865dad227eb0adb849a8195ce536c91f04c64b2f875ac18c755b7b77f2ebe23dd9fbf545
-Size (R/reshape2_1.4.4.tar.gz) = 37307 bytes
+BLAKE2s (R/reshape2_1.4.5.tar.gz) = c61cbf9a5d2e8cf33745147e3a2eabec2fcc714efb27b5cb55cd94604051e91f
+SHA512 (R/reshape2_1.4.5.tar.gz) = 85cb69aabfa71d264eae0f40b52c18f3d5cbe171a2314dbcfac8824aa91c6295f80af5ae3449ce974b31258fb89be60629624f42e35b883f7ce4c3ebbffdc7fc
+Size (R/reshape2_1.4.5.tar.gz) = 38080 bytes
Added files:
Index: pkgsrc/math/R-reshape2/files/Makevars
diff -u /dev/null pkgsrc/math/R-reshape2/files/Makevars:1.1
--- /dev/null Tue Jun 9 23:13:08 2026
+++ pkgsrc/math/R-reshape2/files/Makevars Tue Jun 9 23:13:08 2026
@@ -0,0 +1 @@
+PKG_LIBS+= -lexecinfo
Home |
Main Index |
Thread Index |
Old Index