diff options
author | sem <sem@FreeBSD.org> | 2007-02-08 22:40:00 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-02-08 22:40:00 +0800 |
commit | 7c10dc98c19fde82e2da766b0381b0e0104f63e2 (patch) | |
tree | c57be14621695c59dd7e8dd5117a832f96300768 /net-mgmt/cacti | |
parent | 965b0382d80da0662467344e6f17f9ab1fcde718 (diff) | |
download | freebsd-ports-gnome-7c10dc98c19fde82e2da766b0381b0e0104f63e2.tar.gz freebsd-ports-gnome-7c10dc98c19fde82e2da766b0381b0e0104f63e2.tar.zst freebsd-ports-gnome-7c10dc98c19fde82e2da766b0381b0e0104f63e2.zip |
- Add thumbnail_graphs_not_working.patch.
Diffstat (limited to 'net-mgmt/cacti')
-rw-r--r-- | net-mgmt/cacti/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/cacti/distinfo | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index a6eaa8710ab6..831244853c5e 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -18,8 +18,9 @@ COMMENT= Web-driven graphing interface for RRDTool # Vendor's patches PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/ PATCHFILES= ping_php_version4_snmpgetnext.patch \ - tree_console_missing_hosts.patch -PATCHLEVEL= .2 + tree_console_missing_hosts.patch \ + thumbnail_graphs_not_working.patch +PATCHLEVEL= .3 SITEDISTVERSION= ${PORTVERSION:S/${PATCHLEVEL}$//} PATCH_DIST_STRIP=-p1 diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo index adb938a71bdf..2b0e9860a193 100644 --- a/net-mgmt/cacti/distinfo +++ b/net-mgmt/cacti/distinfo @@ -7,3 +7,6 @@ SIZE (ping_php_version4_snmpgetnext.patch) = 1262 MD5 (tree_console_missing_hosts.patch) = 109afedcd49dc173da8c27fb23c322fe SHA256 (tree_console_missing_hosts.patch) = 5807bb408227b1c9f2ebecf220c048eb7c7148eee41fcd06fdc086124a206180 SIZE (tree_console_missing_hosts.patch) = 771 +MD5 (thumbnail_graphs_not_working.patch) = e384a5bf6e0edb23151bd7d459a7a1a9 +SHA256 (thumbnail_graphs_not_working.patch) = 9680d61908b5f93bc44c9ccd8de920796c00d6c9b1776ab9de826ed708420ac8 +SIZE (thumbnail_graphs_not_working.patch) = 1515 |