diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-06-06 12:02:29 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-06-06 19:03:55 +0200 |
commit | e27e00d7ddf04e58d6156847cc7276e6477f8ac2 (patch) | |
tree | 8389557500608fd9bafb4bc34c41e60dbb2a44a7 | |
parent | math/R-cran-eRm: upgrade to 1.0-10 (diff) |
math/R-cran-XLConnect: mark BROKEN
A default recent JDK is required for a full POI dependency.
Also update to 1.2.2, but there is no impact.
-rw-r--r-- | math/R-cran-XLConnect/Makefile | 5 | ||||
-rw-r--r-- | math/R-cran-XLConnect/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/math/R-cran-XLConnect/Makefile b/math/R-cran-XLConnect/Makefile index 69519f3650ed..35a8b2e671c1 100644 --- a/math/R-cran-XLConnect/Makefile +++ b/math/R-cran-XLConnect/Makefile @@ -1,5 +1,5 @@ PORTNAME= XLConnect -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -26,6 +26,9 @@ TEST_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ USES= cran java +# See PR 272855 +BROKEN= a recent default JDK is required for a full apache-poi with bouncycastle + DEP_JARS= commons-codec commons-collections4 commons-compress commons-io \ commons-lang3 commons-math log4j-api poi poi-ooxml poi-ooxml-full\ SparseBitSet xmlbeans diff --git a/math/R-cran-XLConnect/distinfo b/math/R-cran-XLConnect/distinfo index 918d9b31c2b5..9988a414d225 100644 --- a/math/R-cran-XLConnect/distinfo +++ b/math/R-cran-XLConnect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746259385 -SHA256 (XLConnect_1.2.1.tar.gz) = 9c081baff120ca7b5af79f8f3af5b03aa97fd94739b8484f9dbbcf51dae1946e -SIZE (XLConnect_1.2.1.tar.gz) = 1474417 +TIMESTAMP = 1749203203 +SHA256 (XLConnect_1.2.2.tar.gz) = 14649d692936ba58ce31f10ebf40b37f929ff9d1af36957526a1d8fc33013db1 +SIZE (XLConnect_1.2.2.tar.gz) = 1475395 |