diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-07-05 06:19:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-07-05 06:19:49 +0000 |
commit | 3de5a84967cf1b6c2bafc9d4f6edc71fded26de4 (patch) | |
tree | dca114cae3711c5f1a4beefaaa34180031340576 /security/amavis-stats | |
parent | Upgrade to 1.8. (diff) |
First steps in a big migration:
Move net/rrdtool to databases/rrdtool.
It's an itch which needs to be scratched: net/rrdtool came from
net/mrtg, which was a good location for it. net/mrtg has later
been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
Tools", therefor it's better if it moves to databases/rrdtool.
Same with net/rrdtool10.
PR: ports/112942
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=194968
Diffstat (limited to 'security/amavis-stats')
-rw-r--r-- | security/amavis-stats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/amavis-stats/Makefile b/security/amavis-stats/Makefile index dd64a2eb6520..2f24fd145899 100644 --- a/security/amavis-stats/Makefile +++ b/security/amavis-stats/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://rekudos.net/download/ MAINTAINER= stone@tainet.lt COMMENT= A simple AMaViS statistics generator based on rrdtool -RUN_DEPENDS= ${SITE_PERL}/mach/RRDs.pm:${PORTSDIR}/net/rrdtool +RUN_DEPENDS= ${SITE_PERL}/mach/RRDs.pm:${PORTSDIR}/databases/rrdtool USE_PERL5_RUN= yes USE_PHP= pcre |