diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-03 01:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-03 01:04:00 +0800 |
commit | 288de0e0b56c6cd632e4e2f51633573e7f3c25db (patch) | |
tree | 56286e09297f321c0aeee433be35199c25020390 /net-mgmt | |
parent | bf71142150a67a1c4ed7059d53959513754bdb5d (diff) | |
download | freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.tar.gz freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.tar.zst freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.zip |
Deprecate some ports where I can't find distfiles and upstream
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/aguri/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/cfgstoragemk/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/portmon/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/aguri/Makefile b/net-mgmt/aguri/Makefile index d447c2b90a72..6be9f3a68196 100644 --- a/net-mgmt/aguri/Makefile +++ b/net-mgmt/aguri/Makefile @@ -16,6 +16,9 @@ COMMENT= An Aggregation-based Traffic Profiler BROKEN= Does not fetch +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + .if defined(WITH_X11) EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile USE_XORG= x11 diff --git a/net-mgmt/cfgstoragemk/Makefile b/net-mgmt/cfgstoragemk/Makefile index 9d182c8e2065..dd68f0444558 100644 --- a/net-mgmt/cfgstoragemk/Makefile +++ b/net-mgmt/cfgstoragemk/Makefile @@ -16,6 +16,9 @@ DISTNAME= cfgstoragemaker-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MRTG configuration generator for storage monitoring via SNMP +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-mgmt/portmon/Makefile b/net-mgmt/portmon/Makefile index 1442a976d67b..eb4827d3e19a 100644 --- a/net-mgmt/portmon/Makefile +++ b/net-mgmt/portmon/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://voodoo.bawue.com/download/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Daemon that monitor network services +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + GNU_CONFIGURE= yes MAN8= portmon.8 |