git: 8d831da1dd92 - main - print/pdftk: chase 302ef9e2cab336867659a85f88297039222dc7a9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 12:14:17 UTC
The branch main has been updated by cmt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8d831da1dd921f5faff136e3d5fe54de6334dfdc
commit 8d831da1dd921f5faff136e3d5fe54de6334dfdc
Author: Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2024-12-31 12:11:51 +0000
Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2024-12-31 12:11:51 +0000
print/pdftk: chase 302ef9e2cab336867659a85f88297039222dc7a9
Depend on bouncycastle - bouncycastle15 is no more.
---
print/pdftk/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index b732248c3e28..6934cc03c1e2 100644
--- a/print/pdftk/Makefile
+++ b/print/pdftk/Makefile
@@ -11,9 +11,9 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${JAVALIBDIR}/commons-lang3.jar:java/apache-commons-lang3 \
- ${JAVALIBDIR}/bcprov.jar:java/bouncycastle15
+ ${JAVALIBDIR}/bcprov.jar:java/bouncycastle
RUN_DEPENDS= ${JAVALIBDIR}/commons-lang3.jar:java/apache-commons-lang3 \
- ${JAVALIBDIR}/bcprov.jar:java/bouncycastle15
+ ${JAVALIBDIR}/bcprov.jar:java/bouncycastle
USES= java:ant
USE_GITLAB= yes