diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-04-14 20:45:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-04-14 20:45:44 +0000 |
commit | 428ee0bc4b524955ea616e13668b0834613e7fff (patch) | |
tree | 0601f0e9dbc54cf40cf26d68bd8079b680d34dbd /sysutils | |
parent | 9775ebacfb3fdd927d842626af2d6d10fec65b7b (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/colorize/Makefile | 2 | ||||
-rw-r--r-- | sysutils/log_analysis/Makefile | 2 | ||||
-rw-r--r-- | sysutils/reed/Makefile | 2 | ||||
-rw-r--r-- | sysutils/service-config/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/colorize/Makefile b/sysutils/colorize/Makefile index 03f7b0e44255..c656f9dcfab5 100644 --- a/sysutils/colorize/Makefile +++ b/sysutils/colorize/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils MASTER_SITES= http://colorize.raszi.hu/downloads/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= petef@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A robust log colorizer RUN_DEPENDS= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor diff --git a/sysutils/log_analysis/Makefile b/sysutils/log_analysis/Makefile index e14fa337d867..e1c1f59cfa23 100644 --- a/sysutils/log_analysis/Makefile +++ b/sysutils/log_analysis/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.42 CATEGORIES= sysutils MASTER_SITES= http://lug.umbc.edu/~mabzug1/ -MAINTAINER= petef@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A utility that extracts a summary of useful data from logs USE_PERL5= yes diff --git a/sysutils/reed/Makefile b/sysutils/reed/Makefile index 75a4dcb2831a..4734a5d17829 100644 --- a/sysutils/reed/Makefile +++ b/sysutils/reed/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.sacredchao.net/~piman/archive/ -MAINTAINER= petef@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A text pager with autoscrolling and more USE_PERL5= yes diff --git a/sysutils/service-config/Makefile b/sysutils/service-config/Makefile index 4f53b7e07eb0..b4d3cb28ceae 100644 --- a/sysutils/service-config/Makefile +++ b/sysutils/service-config/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.51 CATEGORIES= sysutils MASTER_SITES= http://www.superscript.com/service-config/ -MAINTAINER= petef@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to create and configure svscan service directories RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools |