summaryrefslogtreecommitdiff
path: root/java/bouncycastle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/bouncycastle/Makefile')
-rw-r--r--java/bouncycastle/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/java/bouncycastle/Makefile b/java/bouncycastle/Makefile
index cc8a0c788ad5..c8fb3ed55a2c 100644
--- a/java/bouncycastle/Makefile
+++ b/java/bouncycastle/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bouncycastle
DISTVERSION= 1.71
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= java security
MASTER_SITES= http://www.bouncycastle.org/download/ \
http://polydistortion.net/bc/download/
@@ -41,9 +41,10 @@ ZIPSRC_ALL_TARGET= zip-src
ARTIFACTSDIR= ${WRKSRC}/build/artifacts/jdk${JDKMVERSION}
DVERSION= ${PORTVERSION:S/.//}
-JDKMVERSION= 1.5
-JDKNVERSION= 15
-JARSUFFIX= -jdk${JDKNVERSION}to18-${DVERSION}.jar
+JDKMVERSION= 1.8
+JDKNVERSION= 18
+# matches target.prefix property in WRKSRC/ant/jdk18+.xml
+JARSUFFIX= -jdk${JDKNVERSION}on-${DVERSION}.jar
.include <bsd.port.options.mk>