diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-12-03 01:01:33 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-12-03 01:01:33 +0000 |
commit | e868aeb5e726629fe25f42bd45c19e2515ec50f6 (patch) | |
tree | 59d845b7e40e6aa41d3baab226fdb49b645a4e57 /java/cryptix-jce | |
parent | 4e14a5741339f4311ad6769f51d1320b86bb8caf (diff) |
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
Notes
Notes:
svn path=/head/; revision=123012
Diffstat (limited to 'java/cryptix-jce')
-rw-r--r-- | java/cryptix-jce/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/cryptix-jce/Makefile b/java/cryptix-jce/Makefile index cde9ee7d647c..94273c5c54ed 100644 --- a/java/cryptix-jce/Makefile +++ b/java/cryptix-jce/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://opensores.thebunker.net/pub/mirrors/cryptix/dist/ \ MASTER_SITE_SUBDIR= znerd DISTNAME= ${PORTNAME}-${PORTVERSION}-snap -MAINTAINER= znerd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= JCE(Java Cryptograph Extension) by Cryptix USE_JAVA= 1.1+ |