diff options
author | ale <ale@FreeBSD.org> | 2018-07-17 00:59:24 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2018-07-17 00:59:24 +0800 |
commit | 20e36464f2065fb98a3aae92e8669f83184cd898 (patch) | |
tree | bd323accc3f1861b5a4692734549bac59abcf78c /java/bouncycastle15 | |
parent | 3b070907eb52082ea96946bfe3d77710d4db57f4 (diff) | |
download | freebsd-ports-gnome-20e36464f2065fb98a3aae92e8669f83184cd898.tar.gz freebsd-ports-gnome-20e36464f2065fb98a3aae92e8669f83184cd898.tar.zst freebsd-ports-gnome-20e36464f2065fb98a3aae92e8669f83184cd898.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
Diffstat (limited to 'java/bouncycastle15')
-rw-r--r-- | java/bouncycastle15/Makefile | 7 |
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 |