diff options
author | marino <marino@FreeBSD.org> | 2014-07-03 06:24:47 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-03 06:24:47 +0800 |
commit | 059dbf3c9b4243ff6d9fdc4855aad48e5de2d071 (patch) | |
tree | 9274d974de090987fb8c0a6b08c59be85357b950 /net-mgmt | |
parent | 22e51050796a9a71e454a7bceeb7a497ce683ec9 (diff) | |
download | freebsd-ports-gnome-059dbf3c9b4243ff6d9fdc4855aad48e5de2d071.tar.gz freebsd-ports-gnome-059dbf3c9b4243ff6d9fdc4855aad48e5de2d071.tar.zst freebsd-ports-gnome-059dbf3c9b4243ff6d9fdc4855aad48e5de2d071.zip |
net-mgmt/ourmon: Reset maintainer and deprecate interactive port
This port was going to be reset in a couple of days anyway due to lack
of maintainer response, but I moved the timeline up since unstaged ports
started being reset today. Now that it's unmaintained and interactive,
the same expiration date of the other unmaintained interactive port has
been applied.
PR: 191215
Approved by: portmgr (implicit)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ourmon/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/ourmon/Makefile b/net-mgmt/ourmon/Makefile index 9ffa77a10414..b366100d343d 100644 --- a/net-mgmt/ourmon/Makefile +++ b/net-mgmt/ourmon/Makefile @@ -9,13 +9,16 @@ MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}281 DISTNAME= ourmon281 -MAINTAINER= manos@cs.pdx.edu -COMMENT= A libpcap-based network monitoring and anomaly detection system +MAINTAINER= ports@FreeBSD.org +COMMENT= Libpcap-based network monitoring and anomaly detection system BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap \ ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + WRKSRC= ${WRKDIR}/mrourmon USES= perl5 USE_APACHE_RUN= 22+ |