Date: Tue, 31 Dec 2024 14:43:40 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fb85e6b9c4c7 - main - print/pdfbox: Fix dependency Message-ID: <202412311443.4BVEhe90036969@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb85e6b9c4c7f75fe0381752a6606b28deb88dcd commit fb85e6b9c4c7f75fe0381752a6606b28deb88dcd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-12-31 14:42:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-12-31 14:42:43 +0000 print/pdfbox: Fix dependency After moving bouncycastle15 to bouncycastle fix dependency. Approved by: portmgr (just-fix-it) --- print/pdfbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/pdfbox/Makefile b/print/pdfbox/Makefile index 7b6d2a3c3ca7..e6a33d9779ff 100644 --- a/print/pdfbox/Makefile +++ b/print/pdfbox/Makefile @@ -12,7 +12,7 @@ WWW= https://pdfbox.apache.org/ LICENSE= APACHE20 -RUN_DEPENDS= ${JAVALIBDIR}/bcmail.jar:java/bouncycastle15 \ +RUN_DEPENDS= ${JAVALIBDIR}/bcmail.jar:java/bouncycastle \ ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging \ ${JAVALIBDIR}/commons-io.jar:devel/apache-commons-io
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311443.4BVEhe90036969>