diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 03:43:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 03:43:45 +0000 |
commit | 97bef68cec4a50ec2a9b3a4258af07a630e2486f (patch) | |
tree | 2a5ca8f59bdfd3478dfb60d5d0fd8812e12cad94 /java | |
parent | ports with possibly unreachable MAINTAINERs (diff) |
undo previous commit.
Notes
Notes:
svn path=/head/; revision=92820
Diffstat (limited to 'java')
-rw-r--r-- | java/bouncycastle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bouncycastle/Makefile b/java/bouncycastle/Makefile index e4a99eb5413e..db7e04e226d8 100644 --- a/java/bouncycastle/Makefile +++ b/java/bouncycastle/Makefile @@ -11,7 +11,7 @@ CATEGORIES= java security MASTER_SITES= http://www.bouncycastle.org/download/ DISTNAME= jce-jdk13-${PORTVERSION:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rasputin@idoru.mine.nu COMMENT= Cleanroom build of Java Cryptography Extensions BUILD_DEPENDS= ${JAVADIR}/bin/java:${PORTSDIR}/java/jdk13 |