diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-21 07:58:43 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-21 07:58:43 +0000 |
commit | e6689bc97ffcdfb40a8c888a7e5e2e30f076e54b (patch) | |
tree | aaff72b3da4ad644283250c3507984c4a84835cb /net/cacti/Makefile | |
parent | a62136a3918fee0996b70da7a2ef424d0c37b84a (diff) | |
download | ports-e6689bc97ffcdfb40a8c888a7e5e2e30f076e54b.tar.gz ports-e6689bc97ffcdfb40a8c888a7e5e2e30f076e54b.zip |
Notes
Diffstat (limited to 'net/cacti/Makefile')
-rw-r--r-- | net/cacti/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/cacti/Makefile b/net/cacti/Makefile index 4a502919d85c..59a104679507 100644 --- a/net/cacti/Makefile +++ b/net/cacti/Makefile @@ -7,7 +7,7 @@ PORTNAME= cacti PORTVERSION= 0.8.6g -PORTREVISION= 0 +PORTREVISION= 4 CATEGORIES= net www MASTER_SITES= http://www.cacti.net/downloads/ @@ -16,7 +16,10 @@ COMMENT= Web-driven graphing interface for RRDTool # Vendor's patches PATCH_SITES= http://www.cacti.net/downloads/patches/${PORTVERSION}/ -PATCHFILES= +PATCHFILES= short_open_tag_parse_error.patch \ + graph_properties_zoom.patch \ + script_server_snmp_auth.patch \ + mib_file_loading.patch PATCH_DIST_STRIP=-p1 |