diff options
author | znerd <znerd@FreeBSD.org> | 2002-05-08 03:24:20 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-05-08 03:24:20 +0800 |
commit | 58f9af93abf622d85dff0252acd6889bfa45f53f (patch) | |
tree | c4252af4bc3ae35afbc469a84c96a1ba90c09217 /java | |
parent | 91814f8174c1b0738fc6247474f1f4dfe94cfb91 (diff) | |
download | freebsd-ports-gnome-58f9af93abf622d85dff0252acd6889bfa45f53f.tar.gz freebsd-ports-gnome-58f9af93abf622d85dff0252acd6889bfa45f53f.tar.zst freebsd-ports-gnome-58f9af93abf622d85dff0252acd6889bfa45f53f.zip |
Taking care of unmaintained ports in the java category.
All of these ports are currently listed as problematic at:
http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html
Diffstat (limited to 'java')
-rw-r--r-- | java/janosvm/Makefile | 2 | ||||
-rw-r--r-- | java/java-tutorial/Makefile | 2 | ||||
-rw-r--r-- | java/javel/Makefile | 2 | ||||
-rw-r--r-- | java/jdk-tutorial/Makefile | 2 | ||||
-rw-r--r-- | java/mmake/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/java/janosvm/Makefile b/java/janosvm/Makefile index 482acb0c98cd..e037e0a7cab0 100644 --- a/java/janosvm/Makefile +++ b/java/janosvm/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 1 CATEGORIES= java MASTER_SITES= http://www.cs.utah.edu/flux/janos/${DISTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= znerd@FreeBSD.org USE_XLIB= yes GNU_CONFIGURE= yes diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index 78ce9592d6b6..cbda39463e71 100644 --- a/java/java-tutorial/Makefile +++ b/java/java-tutorial/Makefile @@ -12,7 +12,7 @@ CATEGORIES= java MASTER_SITES= ftp://ftp.javasoft.com/docs/ DISTNAME= tutorial -MAINTAINER= ports@freebsd.org +MAINTAINER= znerd@FreeBSD.org NO_WRKSUBDIR= yes RESTRICTED= "This software is under license and export control." diff --git a/java/javel/Makefile b/java/javel/Makefile index 674421523b8b..717b6fb7753e 100644 --- a/java/javel/Makefile +++ b/java/javel/Makefile @@ -12,7 +12,7 @@ CATEGORIES= java MASTER_SITES= http://www.geocities.com/l.gregoire/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= znerd@FreeBSD.org NO_WRKSUBDIR= yes MAKEFILE= makefile diff --git a/java/jdk-tutorial/Makefile b/java/jdk-tutorial/Makefile index 78ce9592d6b6..cbda39463e71 100644 --- a/java/jdk-tutorial/Makefile +++ b/java/jdk-tutorial/Makefile @@ -12,7 +12,7 @@ CATEGORIES= java MASTER_SITES= ftp://ftp.javasoft.com/docs/ DISTNAME= tutorial -MAINTAINER= ports@freebsd.org +MAINTAINER= znerd@FreeBSD.org NO_WRKSUBDIR= yes RESTRICTED= "This software is under license and export control." diff --git a/java/mmake/Makefile b/java/mmake/Makefile index 8708ed70df61..966fbe2c4d52 100644 --- a/java/mmake/Makefile +++ b/java/mmake/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 2.2.1 CATEGORIES= java devel MASTER_SITES= http://www.tildeslash.com/mmake/dist/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= znerd@FreeBSD.org BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes RUN_DEPENDS= ${BUILD_DEPENDS} |