aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2013-05-23 03:52:49 +0800
committerlme <lme@FreeBSD.org>2013-05-23 03:52:49 +0800
commitb5fca1730ea7e8822e5277a600febb3383feb0e7 (patch)
tree4b541b36c63628a9ae9f196a90fcb7b003b87e7a /net-mgmt
parent5ad7f5beddec967eb3701dcb050eddcd89385e07 (diff)
downloadfreebsd-ports-graphics-b5fca1730ea7e8822e5277a600febb3383feb0e7.tar.gz
freebsd-ports-graphics-b5fca1730ea7e8822e5277a600febb3383feb0e7.tar.zst
freebsd-ports-graphics-b5fca1730ea7e8822e5277a600febb3383feb0e7.zip
Update to 1.9.1
Changelog: https://wiki.icinga.org/display/Dev/Icinga+Core+Changelog#IcingaCoreChangelog-191-22052013
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/icinga/Makefile2
-rw-r--r--net-mgmt/icinga/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile
index 5a982f999c9..bce2a2bead6 100644
--- a/net-mgmt/icinga/Makefile
+++ b/net-mgmt/icinga/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= icinga
-PORTVERSION= 1.9.0
+PORTVERSION= 1.9.1
CATEGORIES= net-mgmt
MASTER_SITES= SF
diff --git a/net-mgmt/icinga/distinfo b/net-mgmt/icinga/distinfo
index 17e7d50c840..f41ffa5f4fd 100644
--- a/net-mgmt/icinga/distinfo
+++ b/net-mgmt/icinga/distinfo
@@ -1,2 +1,2 @@
-SHA256 (icinga-1.9.0.tar.gz) = c98d74e4f8f94a666b35d11bc550eefe0b617acc52c92497cbc71a4bf9c46622
-SIZE (icinga-1.9.0.tar.gz) = 17075732
+SHA256 (icinga-1.9.1.tar.gz) = ad4cc505d0b298bac791e295bbc08ab80a6437a1853689bfa708312deea72511
+SIZE (icinga-1.9.1.tar.gz) = 17075758
'>+9 * #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-283-2/+10 * New file. (e_pixmaps_update): Moved here from e-util to break e-utilDan Winship2001-05-285-1/+150 * Remove e_pixmaps_update (moved to libeshell) so libeutil won't depend onDan Winship2001-05-283-70/+5 * Fix to work properly. (handle_multipart_signed): Fixed a bug that causedJeffrey Stedfast2001-05-272-1/+4 * Fix to work properly.Jeffrey Stedfast2001-05-272-4/+27 * Added callbacks for Next/Previous Unread and Next/Previous FlaggedJeffrey Stedfast2001-05-274-15/+55 * Added MailNextUnread, MailNextFlagged, MailPreviousUnread, andJeffrey Stedfast2001-05-272-13/+43 * Don't free the hash keys in priv->path_to_etree_node, because they'reDan Winship2001-05-272-10/+7 * When unreffing a folder we got ourselves (as opposed to one passed in byDan Winship2001-05-274-2/+59 * Add a "need_rescan" flag saying if we want to rescan the entire folder forDan Winship2001-05-274-24/+66 * Updated Swedish translation.Christian Rose2001-05-262-1128/+1737 * updated Azeri filePablo Saratxaga2001-05-262-57/+30 * Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-2610-22/+62 * place the shortcut bar in a framejacob berkman2001-05-262-6/+17 * *** empty log message ***Akira Tagoh2001-05-261-2/+2 * Oops. Use a strNcmp to make sure the response begins with a 334 code, notJeffrey Stedfast2001-05-262-1/+5 * Remove row row + i instead of row i. (et_table_rows_inserted): Insert rowChristopher James Lahey2001-05-261-2/+2 * Remove row i instead of row row. Destroy et->group when you get theChristopher James Lahey2001-05-261-4/+11 * oopsJeffrey Stedfast2001-05-261-1/+2 * Disable Resend on non-Sent folder FolderBrowsers. Thanks to Wayne DavisJeffrey Stedfast2001-05-262-4/+12 * remove the summary info so we are not out-of-sync with the maildir folder.Jeffrey Stedfast2001-05-264-71/+100 * Correct the height calculation here to not include theChristopher James Lahey2001-05-263-1/+14 * Added shell/e-storage-set-view.etspec.Christopher James Lahey2001-05-262-0/+5 * Changed the tooltips here based on Taylor's work.Christopher James Lahey2001-05-262-2/+7 * Added ETSPECDIR. Added e-storage-set-view.etspec to get installed.Christopher James Lahey2001-05-2610-39/+85 * This code should be correct now. Still waiting on the shell to do it's jobJeffrey Stedfast2001-05-262-13/+15 * Oops, I spelled the get-default-db function name wrong.Jeffrey Stedfast2001-05-252-1/+7 * 0.5 RELEASEArturo Espinosa Aldama2001-05-251-0/+4 * s/Helix Code/XimianFederico Mena Quintero2001-05-254-4/+12 * #include <stdlib.h> #include <string.h>. Kill warnings.Kjartan Maraas2001-05-251-0/+1 * #include <string.h> Same here. Kills warnings on newer gcc.Kjartan Maraas2001-05-252-0/+2 * g_strdup the uid into the ml->cursor_uid.Jeffrey Stedfast2001-05-254-6/+20 * If the message data is online, sniff the data for a MIME type first, andDan Winship2001-05-252-27/+50 * Only write the message up to (but not including) the attached signatureJeffrey Stedfast2001-05-252-2/+11 * format similar to nautilusjacob berkman2001-05-252-9/+12 * (menu_edit_delete_all_cb): be more careful about text color andRadek Doulik2001-05-252-0/+9 * add hp-ux specific check from glibjacob berkman2001-05-252-1/+8 * Populate the extra_hdr_* arrays with any non-special-case headers.Jeffrey Stedfast2001-05-252-0/+63 * added delete all to edit menu added placeholders for all edit menu partsRadek Doulik2001-05-242-0/+8 * new callback (menu_edit_delete_all_cb): set orig to 0 tooRadek Doulik2001-05-242-0/+2 * added delete all to edit menuRadek Doulik2001-05-242-1/+10 * new callbackRadek Doulik2001-05-242-0/+28 * Don't free the folder-info here, instead have mail_append_mail() call ourJeffrey Stedfast2001-05-243-11/+22 * s/folder_deleted/folder_created - result of a bad copy/paste.Jeffrey Stedfast2001-05-242-1/+5 * Make the message-list respect the "hide deleted messages" setting. FixesJeffrey Stedfast2001-05-242-10/+14 * Optimize the match "" case.Jeffrey Stedfast2001-05-242-17/+35 * New function that the shell component calls to copy/move a folder.Jeffrey Stedfast2001-05-244-4/+166 * Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-248-29/+1229 * New async function to remove a folder. God knows if it does what theJeffrey Stedfast2001-05-244-11/+201 * Remove reference to verify-evolution-install.sh since it doesn't work anyDan Winship2001-05-243-27/+57 * Updated Japanese translationAkira TAGOH2001-05-232-350/+406 * Mark a string for translation.Kjartan Maraas2001-05-232-1/+6 * s/evolution-vcard-import/evolution-vcard-importerKjartan Maraas2001-05-232-1/+5 * Untabify.Ettore Perazzoli2001-05-232-1464/+1464 * Add Emacs-like local variable settings to disable `indent-tabs-mode'.Ettore Perazzoli2001-05-232-2/+10 * More (minor) indentation fixes.Ettore Perazzoli2001-05-232-14/+14 * Re-indented the FAQ document.Ettore Perazzoli2001-05-234-876/+850 * set orig to 0Radek Doulik2001-05-232-0/+5 * track change to the path to the ComponentPlaceholder.Chris Toshok2001-05-232-1/+7 * fix strings such that ones that happening at the beginning or during anChris Toshok2001-05-233-8/+31 * add sequence_complete_id to EAddressbookModel and stop_state_changed toChris Toshok2001-05-235-12/+101 * allow NULL pixbufs, and draw with crappy alphajacob berkman2001-05-231-33/+17 * Save the message-display style. (config_read): Read the message-displayJeffrey Stedfast2001-05-233-3/+23 * Made this faster in some cases.Christopher James Lahey2001-05-231-1/+1 * If http mode is HTTP_SOMETIMES, use e_book_query_address_locally to checkDan Winship2001-05-233-9/+46 * ref the listener for the duration of this function, since emittingDan Winship2001-05-232-0/+15 * Use MAILER_CFLAGS and MAILER_LIBS.Jeffrey Stedfast2001-05-233-7/+5 * Create MAILER_CFLAGS and MAILER_LIBS so that we don't have the same libsJeffrey Stedfast2001-05-232-0/+11 * Instead of calling message_list_select_uid() here, instead connect to theJeffrey Stedfast2001-05-234-9/+47 * The double_click signal on the table item now emits the model row insteadChristopher James Lahey2001-05-231-2/+1 * a similar change to below, which makes it actually work for the case wherejacob berkman2001-05-221-1/+1 * Updated Hungarian translation (andras)Szabolcs Ban2001-05-222-125/+150 * track the change in evolution-addressbook.xml's bonobo ui path's.Chris Toshok2001-05-222-6/+10 * make the name of menuitem/toolitem's the same as the verb to save us fromChris Toshok2001-05-222-23/+25 * fixed bad shadowJakub Steiner2001-05-222-0/+4 * Added evolution-faq as an entity.Aaron Weber2001-05-226-1074/+1196 * correct typo.Chris Toshok2001-05-222-1/+5 * make the view menuitems radio items of the same group, and allocate theChris Toshok2001-05-222-52/+85 * doc/C/evolution.sgml - Pulled my name from copyright listKevin Breit2001-05-222-2/+0 * update_view_type is gone, since the menu item is gone.Chris Toshok2001-05-223-52/+12 * remove ViewAsTable menu item.Chris Toshok2001-05-222-7/+4 * increment row each time through the loop so we don't get @count copies ofChris Toshok2001-05-221-0/+1 * Store the CamelFolderInfo tree that was returned fromJeffrey Stedfast2001-05-22