diff options
Diffstat (limited to 'math/R-cran-XLConnect/Makefile')
-rw-r--r-- | math/R-cran-XLConnect/Makefile | 5 |
1 files changed, 4 insertions, 1 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 |