Date: Mon, 7 Oct 2019 11:00:33 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513937 - head/editors/libreoffice Message-ID: <201910071100.x97B0X7Q044311@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Mon Oct 7 11:00:33 2019 New Revision: 513937 URL: https://svnweb.freebsd.org/changeset/ports/513937 Log: Fix dependencies after r513899 PR: 241110 Approved by: thierry (mentor)(implicit) Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Mon Oct 7 10:49:05 2019 (r513936) +++ head/editors/libreoffice/Makefile Mon Oct 7 11:00:33 2019 (r513937) @@ -1,5 +1,5 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 .include "${.CURDIR}/Makefile.common" @@ -160,8 +160,8 @@ GTK3_VARS= ${GTK_VARS} JAVA_BUILD_DEPENDS= ant:devel/apache-ant \ ${JAVAJARDIR}/commons-codec.jar:java/jakarta-commons-codec \ ${JAVAJARDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient \ - ${JAVAJARDIR}/commons-lang.jar:java/jakarta-commons-lang \ - ${JAVAJARDIR}/commons-logging.jar:java/jakarta-commons-logging \ + ${JAVAJARDIR}/commons-lang.jar:java/apache-commons-lang \ + ${JAVAJARDIR}/commons-logging.jar:java/apache-commons-logging \ ${JAVAJARDIR}/junit.jar:java/junit \ ${JAVAJARDIR}/bsh.jar:lang/bsh JAVA_CATEGORIES= java
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910071100.x97B0X7Q044311>