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, 6 insertions, 3 deletions
diff --git a/java/bouncycastle/Makefile b/java/bouncycastle/Makefile
index da9239824781..9fbeb5116b94 100644
--- a/java/bouncycastle/Makefile
+++ b/java/bouncycastle/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= bouncycastle
-PORTVERSION= 1.29
+PORTVERSION= 1.30
CATEGORIES= java security
MASTER_SITES= http://www.bouncycastle.org/download/ \
- http://polydistortion.net/bc/download/
-DISTNAME= crypto-${PORTVERSION:S/.//}
+ http://polydistortion.net/bc/download/ \
+ http://bouncycastle.gva.es/download/
+DISTNAME= crypto-${DISTVERSION}
MAINTAINER= glewis@FreeBSD.org
COMMENT= Cleanroom build of Java Cryptography Extensions
@@ -18,6 +19,8 @@ COMMENT= Cleanroom build of Java Cryptography Extensions
USE_JAVA= yes
JAVA_VERSION= 1.1+
NO_BUILD= yes
+DISTVERSION= ${PORTVERSION:S/.//}
+PLIST_SUB+= DISTVERSION=${DISTVERSION}
do-install:
${INSTALL_DATA} ${WRKSRC}/jars/*.jar ${JAVAJARDIR}