diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-06-09 12:20:07 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-06-09 12:20:07 +0000 |
commit | f3c484b38e27ca5a21eac385e02fca4eeb13218f (patch) | |
tree | f0c674bf40f2a04d3960f1e9a95e58e48f3bff44 /net-mgmt | |
parent | 96d4d9e76013086c91e3cd6b2b57f46662efa8d2 (diff) | |
download | ports-f3c484b38e27ca5a21eac385e02fca4eeb13218f.tar.gz ports-f3c484b38e27ca5a21eac385e02fca4eeb13218f.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cacti/Makefile | 10 | ||||
-rw-r--r-- | net-mgmt/cacti/distinfo | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index cea422f1cba0..ccde1624758a 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -7,6 +7,7 @@ PORTNAME= cacti PORTVERSION= 0.8.6d +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://www.cacti.net/downloads/ @@ -14,9 +15,12 @@ MAINTAINER= sem@FreeBSD.org COMMENT= Web-driven graphing interface for RRDTool # Vendor's patches -#PATCH_SITES= http://www.cacti.net/downloads/patches/0.8.6c/ -#PATCHFILES= rrd_fetch_negative_numbers.patch -#PATCH_DIST_STRIP=-p1 +PATCH_SITES= http://www.cacti.net/downloads/patches/${PORTVERSION}/ +PATCHFILES= auto_recache_empty_output.patch \ + poller_output_order_by.patch \ + rrdtool12_additional_features.patch + +PATCH_DIST_STRIP=-p1 RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ net-snmp-config:${PORTSDIR}/net-mgmt/net-snmp diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo index 7bc712eec401..74ed6411cf24 100644 --- a/net-mgmt/cacti/distinfo +++ b/net-mgmt/cacti/distinfo @@ -1,2 +1,8 @@ MD5 (cacti-0.8.6d.tar.gz) = f149a874dd06b639a5b6b78cf994b4cb SIZE (cacti-0.8.6d.tar.gz) = 1037551 +MD5 (auto_recache_empty_output.patch) = 166b5bb99b722b2c04cb50e5b1af1f23 +SIZE (auto_recache_empty_output.patch) = 2500 +MD5 (poller_output_order_by.patch) = bb59937bfcdef930ef20b5191a1d94e3 +SIZE (poller_output_order_by.patch) = 590 +MD5 (rrdtool12_additional_features.patch) = d7f879664d714fdc737da736b164bb2f +SIZE (rrdtool12_additional_features.patch) = 6527 |