diff options
author | antoine <antoine@FreeBSD.org> | 2013-07-02 05:31:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-07-02 05:31:06 +0800 |
commit | bd009acd4377a5151cc0756610fc887868d458ac (patch) | |
tree | 6db782966579bb24faa33acd5d6a96f4dabba964 /net | |
parent | 7a35def915b69540b1963bd7c944695d99156fb0 (diff) | |
download | freebsd-ports-gnome-bd009acd4377a5151cc0756610fc887868d458ac.tar.gz freebsd-ports-gnome-bd009acd4377a5151cc0756610fc887868d458ac.tar.zst freebsd-ports-gnome-bd009acd4377a5151cc0756610fc887868d458ac.zip |
Deprecate ports broken on FreeBSD 8 or newer
Approved by: maintainer silence
Diffstat (limited to 'net')
-rw-r--r-- | net/atmsupport/Makefile | 3 | ||||
-rw-r--r-- | net/ipex/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile index 3e50ac1a66aa..111774b8c7a9 100644 --- a/net/atmsupport/Makefile +++ b/net/atmsupport/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= harti/atm MAINTAINER= harti@FreeBSD.org COMMENT= Tools for testing the ATM subsystem +DEPRECATED= Broken on FreeBSD 8 and newer +EXPIRATION_DATE=2013-09-01 + LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 USE_AUTOTOOLS= libtool diff --git a/net/ipex/Makefile b/net/ipex/Makefile index 893bb49b4700..fda18397b29c 100644 --- a/net/ipex/Makefile +++ b/net/ipex/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= SF MAINTAINER= csjp@FreeBSD.org COMMENT= Packet examination / sniffer utility +DEPRECATED= Broken on FreeBSD 8 and newer +EXPIRATION_DATE=2013-09-01 + MAN1= ipex.1 MANCOMPRESSED= yes PLIST_FILES= bin/ipex |