diff options
author | linimon <linimon@FreeBSD.org> | 2004-11-07 15:54:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-11-07 15:54:55 +0800 |
commit | f223a02a10e1b72d5640ed2c3ad60a38e44a2c5d (patch) | |
tree | 1be4ae5df332dee726144efa378cb7865a2dfddf | |
parent | 1db7d78e679f99c9fea5b93bc22011b105eb60ad (diff) | |
download | freebsd-ports-gnome-f223a02a10e1b72d5640ed2c3ad60a38e44a2c5d.tar.gz freebsd-ports-gnome-f223a02a10e1b72d5640ed2c3ad60a38e44a2c5d.tar.zst freebsd-ports-gnome-f223a02a10e1b72d5640ed2c3ad60a38e44a2c5d.zip |
Give each of these FORBIDDEN ports an expiration date.
-rw-r--r-- | japanese/netscape48-communicator/Makefile | 2 | ||||
-rw-r--r-- | korean/netscape48-communicator/Makefile | 2 | ||||
-rw-r--r-- | net/sup/Makefile | 2 | ||||
-rw-r--r-- | www/netscape47-communicator/Makefile | 2 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/japanese/netscape48-communicator/Makefile b/japanese/netscape48-communicator/Makefile index 326c3df1bd44..fac4f3559c2e 100644 --- a/japanese/netscape48-communicator/Makefile +++ b/japanese/netscape48-communicator/Makefile @@ -13,6 +13,8 @@ MASTER_SITES?= ${MASTER_SITE_PORTS_JP} \ DISTNAME= communicator-ja-euc-v475-export.generic-generic-generic FORBIDDEN= multiple vulnerabilities with no hope of fixes +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE=12/07/2004 MAINTAINER?= sada@FreeBSD.org COMMENT= Netscape web-surfboard with Japanese resources diff --git a/korean/netscape48-communicator/Makefile b/korean/netscape48-communicator/Makefile index cfff9a43f5c0..3fa027bcfd0f 100644 --- a/korean/netscape48-communicator/Makefile +++ b/korean/netscape48-communicator/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/users/cjh/netscape-ko/ \ DISTNAME= ${KOREAN_KIT} FORBIDDEN= multiple vulnerabilities with no hope of fixes +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE=12/07/2004 MAINTAINER?= cjh@FreeBSD.org COMMENT= Netscape web-surfboard with Korean resources diff --git a/net/sup/Makefile b/net/sup/Makefile index 9a4a7cdf701e..a913783d72f9 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= CMU's Software Update Protocol package FORBIDDEN= "Unmaintained, potential security issues (CAN-2004-0451)" +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE=12/07/2004 MAN1= sup.1 MAN8= supservers.8 diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index 2cbe54a17723..b0c4f708013c 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= ${MASTER_SITE_NETSCAPE} DISTFILES= ${BROWSER_NAME}-v${PORTVERSION:S/.//g}-us.${NETSCAPE_DIST_TAG}.tar.gz FORBIDDEN= multiple vulnerabilities with no hope of fixes +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE=12/07/2004 MAINTAINER= freebsd-alpha@FreeBSD.org COMMENT?= Netscape version 4 communicator web-surfboard for DEC Alpha diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index e19811dfe809..1e3089ef36bb 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_NETSCAPE} DISTFILES= ${BROWSER_NAME}-v${BROWSER_V}-us.${NETSCAPE_DIST_TAG}.tar.gz FORBIDDEN= multiple vulnerabilities with no hope of fixes +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE=12/07/2004 MAINTAINER= sada@FreeBSD.org COMMENT?= Netscape ver 4 communicator web-surfboard |