diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-26 22:57:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-26 22:57:50 +0800 |
commit | b88fc25e8c884f8a7287ccb427c1d9915a20057b (patch) | |
tree | d79a568897e9f4b2b60f2aa52b357f45aea58060 /java | |
parent | 62362c386f112d49f6a13cf9af055cbf3a1d14d8 (diff) | |
download | freebsd-ports-gnome-b88fc25e8c884f8a7287ccb427c1d9915a20057b.tar.gz freebsd-ports-gnome-b88fc25e8c884f8a7287ccb427c1d9915a20057b.tar.zst freebsd-ports-gnome-b88fc25e8c884f8a7287ccb427c1d9915a20057b.zip |
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long
Feature safe: yes
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-clay-core/Makefile | 9 | ||||
-rw-r--r-- | java/westhawksnmp/Makefile | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/java/eclipse-clay-core/Makefile b/java/eclipse-clay-core/Makefile index e189050ff3c2..5d707ae0b241 100644 --- a/java/eclipse-clay-core/Makefile +++ b/java/eclipse-clay-core/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eclipse-clay-core -# Date created: January 13, 2004 -# Whom: mitsuru@riken.jp -# +# Created by: mitsuru@riken.jp # $FreeBSD$ -# PORTNAME= clay PORTVERSION= 1.4.2 @@ -18,6 +14,9 @@ DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org COMMENT= A database design tool for the Eclipse development environment +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + RUN_DEPENDS+= ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef BROKEN= unfetchable diff --git a/java/westhawksnmp/Makefile b/java/westhawksnmp/Makefile index ca9e831e5699..a440386131ec 100644 --- a/java/westhawksnmp/Makefile +++ b/java/westhawksnmp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: westhawksnmp -# Date created: 2004-10-25 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= westhawksnmp PORTVERSION= 5.1 @@ -15,6 +11,9 @@ DISTNAME= ${PORTNAME:S/westhawk//}${PORTVERSION:S/./_/} MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight SNMP stack for Java +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + USE_JAVA= yes USE_ZIP= yes NO_BUILD= yes |