aboutsummaryrefslogtreecommitdiff
path: root/java/bouncycastle15
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2018-07-16 16:59:24 +0000
committerAlex Dupre <ale@FreeBSD.org>2018-07-16 16:59:24 +0000
commit801759c3ea68c21e4e7b48cdfcd722a4efc2b9f7 (patch)
treebd323accc3f1861b5a4692734549bac59abcf78c /java/bouncycastle15
parentb21ef80fc26df7cb4f745a590340b75ddd13cebc (diff)
downloadports-801759c3ea68c21e4e7b48cdfcd722a4efc2b9f7.tar.gz
ports-801759c3ea68c21e4e7b48cdfcd722a4efc2b9f7.zip
Remove java/jaf port, since the Java Activation Framework is included by
default in the JRE since Java 6 and we don't support Java 5 anymore. Reviewed by: eugen
Notes
Notes: svn path=/head/; revision=474750
Diffstat (limited to 'java/bouncycastle15')
-rw-r--r--java/bouncycastle15/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/bouncycastle15/Makefile b/java/bouncycastle15/Makefile
index dc6d0a41fde0..25ffbe8facee 100644
--- a/java/bouncycastle15/Makefile
+++ b/java/bouncycastle15/Makefile
@@ -3,6 +3,7 @@
PORTNAME= bouncycastle
PORTVERSION= 1.60
+PORTREVISION= 1
CATEGORIES= java security
MASTER_SITES= http://www.bouncycastle.org/download/ \
http://polydistortion.net/bc/download/
@@ -14,11 +15,9 @@ COMMENT= Cleanroom build of Java Cryptography Extensions
LICENSE= MIT
-BUILD_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \
- ${JAVALIBDIR}/mail.jar:java/javamail \
+BUILD_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail \
${JAVALIBDIR}/junit.jar:java/junit
-RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \
- ${JAVALIBDIR}/mail.jar:java/javamail
+RUN_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail
OPTIONS_DEFINE= DOCS ZIPSRC
OPTIONS_DEFAULT= ZIPSRC