diff options
author | sem <sem@FreeBSD.org> | 2005-07-27 17:35:37 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-27 17:35:37 +0800 |
commit | 71b2c88a4685b98acdac2fa706a0516a96d480aa (patch) | |
tree | e904752bfd66903073304af6cbb9f3e3a2f519f5 /net/cacti/Makefile | |
parent | fc7d5b9a1c29bd4b8c07651ecb5194402380781e (diff) | |
download | freebsd-ports-graphics-71b2c88a4685b98acdac2fa706a0516a96d480aa.tar.gz freebsd-ports-graphics-71b2c88a4685b98acdac2fa706a0516a96d480aa.tar.zst freebsd-ports-graphics-71b2c88a4685b98acdac2fa706a0516a96d480aa.zip |
- Update to 11th patchset.
- PORTREVISION now reflects a patchset number.
Diffstat (limited to 'net/cacti/Makefile')
-rw-r--r-- | net/cacti/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/net/cacti/Makefile b/net/cacti/Makefile index fc787a225ed..628c02c06b7 100644 --- a/net/cacti/Makefile +++ b/net/cacti/Makefile @@ -7,6 +7,7 @@ PORTNAME= cacti PORTVERSION= 0.8.6f +PORTREVISION= 11 CATEGORIES= net www MASTER_SITES= http://www.cacti.net/downloads/ @@ -14,8 +15,18 @@ MAINTAINER= sem@FreeBSD.org COMMENT= Web-driven graphing interface for RRDTool # Vendor's patches -#PATCH_SITES= http://www.cacti.net/downloads/patches/${PORTVERSION}/ -#PATCHFILES= +PATCH_SITES= http://www.cacti.net/downloads/patches/${PORTVERSION}/ +PATCHFILES= html_mouseover_title.patch \ + multi_field_output_script_server.patch \ + old_net_snmp_command_options.patch \ + poller_invalid_data_sources.patch \ + script_server_buffer_size.patch \ + unix_syslog_compatibility.patch \ + graph_view_preview_mode_filter.patch \ + poller_reindex_cache_orphans.patch \ + safari_zoom.patch \ + ldap_copy_user_problem.patch \ + script_server_file_header.patch PATCH_DIST_STRIP=-p1 |