Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 13:57:03 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532759 - head/editors/libreoffice
Message-ID:  <202004241357.03ODv3lK094936@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Apr 24 13:57:02 2020
New Revision: 532759
URL: https://svnweb.freebsd.org/changeset/ports/532759

Log:
  Use java/apache-commons-lang3 for Apache Commons Lang
  
  PR:		245874
  Submitted by:	VVD <vvd@unislabs.com>

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Fri Apr 24 13:18:42 2020	(r532758)
+++ head/editors/libreoffice/Makefile	Fri Apr 24 13:57:02 2020	(r532759)
@@ -161,7 +161,7 @@ GTK3_VARS=	${GTK_VARS}
 JAVA_BUILD_DEPENDS=	ant:devel/apache-ant \
 			${JAVAJARDIR}/commons-codec.jar:java/apache-commons-codec \
 			${JAVAJARDIR}/commons-httpclient.jar:java/apache-commons-httpclient \
-			${JAVAJARDIR}/commons-lang.jar:java/apache-commons-lang \
+			${JAVAJARDIR}/commons-lang3.jar:java/apache-commons-lang3 \
 			${JAVAJARDIR}/commons-logging.jar:java/apache-commons-logging \
 			${JAVAJARDIR}/junit.jar:java/junit \
 			${JAVAJARDIR}/bsh.jar:lang/bsh
@@ -170,7 +170,7 @@ JAVA_CONFIGURE_ON=	--with-ant-home=${LOCALBASE}/share/
 			--with-beanshell-jar=${JAVAJARDIR}/bsh.jar \
 			--with-commons-codec-jar=${JAVAJARDIR}/commons-codec.jar \
 			--with-commons-httpclient-jar=${JAVAJARDIR}/commons-httpclient.jar \
-			--with-commons-lang-jar=${JAVAJARDIR}/commons-lang.jar \
+			--with-commons-lang-jar=${JAVAJARDIR}/commons-lang3.jar \
 			--with-commons-logging-jar=${JAVAJARDIR}/commons-logging.jar \
 			--with-jdk-home="${JAVA_HOME}" \
 			--with-junit=${JAVAJARDIR}/junit.jar \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004241357.03ODv3lK094936>