diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2012-04-16 01:38:32 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2012-04-16 01:38:32 +0000 |
commit | 9d9794b2ffaefd41b8c09433d7ea52b79bebd4b1 (patch) | |
tree | 58bb7ebcf4d96c508ce41416e848eeaa7225267d | |
parent | dafeb2361e7f4adf4261297c098c40ff1f47b2b3 (diff) | |
download | ports-9d9794b2ffaefd41b8c09433d7ea52b79bebd4b1.tar.gz ports-9d9794b2ffaefd41b8c09433d7ea52b79bebd4b1.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/jbootstrap/Makefile | 33 | ||||
-rw-r--r-- | java/jbootstrap/distinfo | 2 | ||||
-rw-r--r-- | java/jbootstrap/pkg-descr | 4 | ||||
-rw-r--r-- | java/jbootstrap/pkg-plist | 10 |
6 files changed, 1 insertions, 50 deletions
@@ -3276,3 +3276,4 @@ databases/postgresql82-server||2012-04-15|Has expired: EOL and multiple vulnerab databases/postgresql82-client||2012-04-15|Has expired: EOL and multiple vulnerabilities databases/postgresql82-contrib||2012-04-15|Has expired: EOL and multiple vulnerabilities www/pivot-weblog||2012-04-15|Has expired: unsupported upstream, consider www/pivotx +java/jbootstrap||2012-04-16|Has expired: bootstrap for an ancient version of Java diff --git a/java/Makefile b/java/Makefile index 85305c28711d..353879f209f0 100644 --- a/java/Makefile +++ b/java/Makefile @@ -90,7 +90,6 @@ SUBDIR += javamail SUBDIR += javavmwrapper SUBDIR += jaxen - SUBDIR += jbootstrap SUBDIR += jboss2 SUBDIR += jboss5 SUBDIR += jc diff --git a/java/jbootstrap/Makefile b/java/jbootstrap/Makefile deleted file mode 100644 index ce9c42c22739..000000000000 --- a/java/jbootstrap/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: jbootstrap -# Date created: 7 July 2005 -# Whom: <glewis@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= jbootstrap -PORTVERSION= 1.2.1 -CATEGORIES= java -MASTER_SITES= # http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html - -MAINTAINER= glewis@FreeBSD.org -COMMENT= Java bootstrap tools - -RUN_DEPENDS= ${LOCALBASE}/bin/jikes:${PORTSDIR}/java/jikes - -USE_PERL5_RUN= 5.8.0+ -MAKE_FLAGS+= BINDIR=${PREFIX}/${PORTNAME}/bin \ - LIBEXECDIR=${PREFIX}/${PORTNAME}/libexec -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-doc -.endif - -RESTRICTED= "Redistribution of pre-compiled binaries is not permitted" - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE= Please fetch ${DISTNAME}${EXTRACT_SUFX} from http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html and place it in ${DISTDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/java/jbootstrap/distinfo b/java/jbootstrap/distinfo deleted file mode 100644 index f7f0911804bf..000000000000 --- a/java/jbootstrap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jbootstrap-1.2.1.tar.gz) = f0c9089c0d89295cd58500669bbf9d4875be7a6df45aeef807df8dcc6a406b7e -SIZE (jbootstrap-1.2.1.tar.gz) = 14962 diff --git a/java/jbootstrap/pkg-descr b/java/jbootstrap/pkg-descr deleted file mode 100644 index 4b795b222daf..000000000000 --- a/java/jbootstrap/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Utilities that allow a JDK to be bootstrapped without needing another -JDK to do so. - -WWW: http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html diff --git a/java/jbootstrap/pkg-plist b/java/jbootstrap/pkg-plist deleted file mode 100644 index bc83b96218d4..000000000000 --- a/java/jbootstrap/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -jbootstrap/bin/.java_wrapper -jbootstrap/bin/java -jbootstrap/bin/javac -jbootstrap/bin/javah -jbootstrap/libexec/InvokerGen -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm jbootstrap/libexec -@dirrm jbootstrap/bin -@dirrm jbootstrap |