aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoitsu <koitsu@FreeBSD.org>2008-03-10 04:10:31 +0800
committerkoitsu <koitsu@FreeBSD.org>2008-03-10 04:10:31 +0800
commit8c24cf1aa628a68e9979a6908aba0c1ad01a3549 (patch)
tree05bda854c0728197f0f43bb570ac1a08e8ada6ac
parentbbda29527025e8cbf58abf382ef7a17afb0c69fa (diff)
downloadfreebsd-ports-gnome-8c24cf1aa628a68e9979a6908aba0c1ad01a3549.tar.gz
freebsd-ports-gnome-8c24cf1aa628a68e9979a6908aba0c1ad01a3549.tar.zst
freebsd-ports-gnome-8c24cf1aa628a68e9979a6908aba0c1ad01a3549.zip
* Don't need p5-Digest-MD5; p5-libwww dependency takes care of that.
* Set home directory of /usr/local/cricket for "cricket" user.
-rw-r--r--UIDs2
-rw-r--r--net-mgmt/cricket/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/UIDs b/UIDs
index a94f8e94688d..f6196e5c2d5a 100644
--- a/UIDs
+++ b/UIDs
@@ -71,7 +71,7 @@ vchat:*:128:128:VChat Conferencing System:/nonexistent:/usr/sbin/nologin
_bgpd:*:130:130:BGP Daemon:/var/empty:/usr/sbin/nologin
_ospfd:*:131:131:OSPF Daemon:/var/empty:/usr/sbin/nologin
_spamd:*:132:132:Spam Daemon:/var/empty:/usr/sbin/nologin
-cricket:*:141:80:Cricket Monitoring User:/nonexistent:/usr/sbin/nologin
+cricket:*:141:80:Cricket Monitoring User:/usr/local/cricket:/usr/sbin/nologin
dovecot:*:143:143:Dovecot User:/var/empty:/usr/sbin/nologin
rbldns:*:153:153:rbldnsd pseudo-user:/nonexistent:/usr/sbin/nologin
sfs:*:171:171:Self-Certifying File System:/nonexistent:/usr/sbin/nologin
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile
index 80c01f992953..c83c694a987b 100644
--- a/net-mgmt/cricket/Makefile
+++ b/net-mgmt/cricket/Makefile
@@ -16,8 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A high performance, extremely flexible monitoring system
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
- ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate