1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

math/R-cran-XLConnect: fix deps on log4j

This commit is contained in:
Thierry Thomas 2023-09-10 16:14:36 +02:00
parent 6427a447b6
commit 1772fc3f22
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= XLConnect
PORTVERSION= 1.0.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
@ -24,8 +24,7 @@ USES= cran
USE_JAVA= yes
DEP_JARS= commons-codec commons-collections4 commons-compress commons-io \
log4j-api log4j-core poi poi-ooxml poi-ooxml-full SparseBitSet \
xmlbeans
log4j poi poi-ooxml poi-ooxml-full SparseBitSet xmlbeans
post-install:
.for j in ${DEP_JARS}

View File

@ -65,8 +65,7 @@
%%R_MOD_DIR%%/java/commons-io.jar
%%R_MOD_DIR%%/java/commons-math3.jar
%%R_MOD_DIR%%/java/curvesapi-1.07.jar
%%R_MOD_DIR%%/java/log4j-api.jar
%%R_MOD_DIR%%/java/log4j-core.jar
%%R_MOD_DIR%%/java/log4j.jar
%%R_MOD_DIR%%/java/poi-ooxml-full.jar
%%R_MOD_DIR%%/java/poi-ooxml.jar
%%R_MOD_DIR%%/java/poi.jar