diff options
author | zeising <zeising@FreeBSD.org> | 2014-07-24 04:11:10 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2014-07-24 04:11:10 +0800 |
commit | bfe22bdabc6672f90e9e2668a17da16925f6f202 (patch) | |
tree | acff0235f236dc6bc7ca0a1d89a25befeba12ef2 /net-mgmt/collectd5 | |
parent | f02768fe2900c107be84e0bf8f829770476da4b6 (diff) | |
download | freebsd-ports-gnome-bfe22bdabc6672f90e9e2668a17da16925f6f202.tar.gz freebsd-ports-gnome-bfe22bdabc6672f90e9e2668a17da16925f6f202.tar.zst freebsd-ports-gnome-bfe22bdabc6672f90e9e2668a17da16925f6f202.zip |
Clean up databases/rrdtool
Change library dependensies to use USES= where applicable.
Build ports documentation and examples, depending on respective option.
Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph
command, which pulls in cario and a lot of other dependencies. [1]
Add missing dependencies.
Becase of shlib version bump, bump portrevision on depending ports.
PR: 192024 [1] (based on)
Submitted by: asomers
Approved by: portmgr (blanket, portrevision bumps)
Diffstat (limited to 'net-mgmt/collectd5')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 8681e01c4508..199453805c26 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ PKGNAMESUFFIX= 5 |