aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2014-07-19 18:44:47 +0800
committerjohans <johans@FreeBSD.org>2014-07-19 18:44:47 +0800
commit116bbc22d047b5b08fce610213311f75180c0af7 (patch)
treed3b2bb7b731625f97ef49484629e26e14229e79e /www
parent739315e4a7730ddd7efac86ec4c6db0ef8a317c3 (diff)
downloadfreebsd-ports-gnome-116bbc22d047b5b08fce610213311f75180c0af7.tar.gz
freebsd-ports-gnome-116bbc22d047b5b08fce610213311f75180c0af7.tar.zst
freebsd-ports-gnome-116bbc22d047b5b08fce610213311f75180c0af7.zip
Update to XS-httpd 3.7 beta 30
Diffstat (limited to 'www')
-rw-r--r--www/xshttpd-devel/Makefile2
-rw-r--r--www/xshttpd-devel/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile
index daadaf5dd3f0..c9ddaf18393a 100644
--- a/www/xshttpd-devel/Makefile
+++ b/www/xshttpd-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xshttpd
-DISTVERSION= 3.7b29
+DISTVERSION= 3.7b30
CATEGORIES= www ipv6
MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \
ftp://mud.stack.nl/pub/xs-httpd/release/
diff --git a/www/xshttpd-devel/distinfo b/www/xshttpd-devel/distinfo
index 32aaefe8a099..071d15eb4e3e 100644
--- a/www/xshttpd-devel/distinfo
+++ b/www/xshttpd-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xshttpd-37b29.tar.bz2) = e29d09aaca592302f3c77992900b01aa6f8d67d98b072b859b8fc1ab703f9abc
-SIZE (xshttpd-37b29.tar.bz2) = 288803
+SHA256 (xshttpd-37b30.tar.bz2) = d38f96cacedc1a8781ce4400e7577c6dff29c8dde000663b3745a6102fae15f6
+SIZE (xshttpd-37b30.tar.bz2) = 289423
20:11:03 +0800'>2001-09-261-0/+1 * Change the name on the EFolder object too.Ettore Perazzoli2001-09-262-2/+10 * [Implemented the "Rename" command. Warning, it doesn't quite workEttore Perazzoli2001-09-265-112/+80 * New helper function. (command_move_folder): Pass the @folder_path argumentEttore Perazzoli2001-09-268-109/+190 * Expand a ~ in the pathIain Holmes2001-09-222-1/+6 * Check for a component for the given row *after* trying to handleEttore Perazzoli2001-09-222-5/+14 * Removed. (folder_bar_popup_map_callback): Don't connect.Ettore Perazzoli2001-09-212-55/+34 * Only start wizard thing if there are no mail accountsIain Holmes2001-09-212-4/+9 * New member `tooltips' in `ETaskWidgetPrivate'. (init): Init to NULL.Ettore Perazzoli2001-09-202-0/+18 * Removed globals `activity_client', `progress'. (timeout_callback_3): GetEttore Perazzoli2001-09-206-8/+155 * New arg @row. Highlight that row. (tree_drag_motion): Pass @row toEttore Perazzoli2001-09-192-1/+11 * #include "e-gtk-utils.h".Ettore Perazzoli2001-09-192-1/+8 * Make the canvas backing stored.Ettore Perazzoli2001-09-192-0/+6 * Call `e_make_widget_backing_stored()' on the widget so it refreshesEttore Perazzoli2001-09-182-0/+11 * New. (quit_box_destroyed_callback): New. (no_views_left_cb): Use these twoEttore Perazzoli2001-09-182-1/+61 * Only raise NotReady if the local storage pointer is actually NULL. ThisEttore Perazzoli2001-09-182-3/+14 * [Fix #9060, Shell crash after mailer crash.]Ettore Perazzoli2001-09-182-24/+26 * Hide the storage_set_view_box *before* getting the child1_size [otherwise,Ettore Perazzoli2001-09-182-4/+9 * Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-172-1/+6 * [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-153-2/+11 * Return a proper value. (impl_Shell_createStorageSetView): Likewise.Ettore Perazzoli2001-09-152-5/+15 * Fix crash and remove warningIain Holmes2001-09-153-30/+20 * Removed unused variable.Ettore Perazzoli2001-09-152-3/+5 * [Fix #8204 and the other bugs caused by allowing invocations onEttore Perazzoli2001-09-153-18/+93 * [Fix #5990, Remembering Evolution window geometry.]Ettore Perazzoli2001-09-145-11/+67 * [Remove a bunch of debugging messages, as per #7741.]Ettore Perazzoli2001-09-1415-37/+50 * Disable DnD on the EStorageSetView to avoid strange behaviors.Ettore Perazzoli2001-09-148-23/+104 * Add SUB_VERSION to the version string passed toEttore Perazzoli2001-09-132-1/+6 * only allow importing to /local folders.Chris Toshok2001-09-132-0/+16 * [Fix #4962, "Highlighting is left after a drag".]Ettore Perazzoli2001-09-132-2/+9 * Only gtk_widget_destroy() the icon_widget if it's not NULL.Ettore Perazzoli2001-09-132-2/+9 * Remove spewIain Holmes2001-09-132-1/+5 * Oops. Remove duplicate free.Dan Winship2001-09-112-2/+4 * Purify run. All small leaks.Dan Winship2001-09-1010-22/+75 * New designIain Holmes2001-09-082-73/+37 * Changed this to use the new ETable/ETree drag stuff.Christopher James Lahey2001-09-082-84/+18 * Remove the "see previous error messages?" comment from the error messageDan Winship2001-09-072-2/+9 * change to match create_folder. (e_marshal_NONE__POINTER_POINTER_POINTER):Chris Toshok2001-09-073-49/+52 * Allow a value of -1.0 for @progress [which means "unknown progress"].Ettore Perazzoli2001-09-072-1/+7 * [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-063-30/+23 * New. (get_efolder_from_shortcut): Removed. (impl_shortcut_dropped): UseEttore Perazzoli2001-09-062-13/+40 * Replace "Evolution" with "Ximian Evolution" in a bunch of user-visibleEttore Perazzoli2001-09-065-15/+30 * [Fix #6474 and friends, crash when selecting things from theEttore Perazzoli2001-09-062-2/+29 * [Fix #6971, Default folder should be the Summary.]Ettore Perazzoli2001-09-056-7/+27 * [Fix ^#7675, Crashes trying to empty trash folder.]Ettore Perazzoli2001-09-052-5/+15 * Report errors in the dialogIain Holmes2001-09-052-0/+6 * Just ignore the request if the activity handler has theEttore Perazzoli2001-09-052-0/+30 * Check the file exists before trying to import itIain Holmes2001-09-052-0/+20 * Shut down other components correctly when cancelling the first time startup d...Iain Holmes2001-09-052-1/+8 * Remove debugging message. (tree_drag_motion): Likewise.Ettore Perazzoli2001-09-052-3/+6 * Add the root node to the hash. (e_storage_set_view_set_show_folders):Ettore Perazzoli2001-09-052-0/+11 * Remove the folder from the EvolutionStorage as well as the EStorage.Peter Williams2001-09-045-13/+45 * Don't convert folder name to UTF-8 manually... (setup_stock_folders): ...Chyla Zbigniew2001-09-014-19/+33 * Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.Iain Holmes2001-08-313-33/+96 * Check for \r in the folder name, this is an invalid char. Also take aJeffrey Stedfast2001-08-312-13/+33 * Handle the case when there is no URI without crashing. Only add shortcutsEttore Perazzoli2001-08-292-6/+14 * Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-2816-77/+136 * Remove the stupid "do you want me to initialize stuff?" dialog.Ettore Perazzoli2001-08-252-27/+5 * Change the `selected_row_path' to be non-const. (destroy): Free it.Ettore Perazzoli2001-08-252-5/+21 * Ooops. Save the pointer to the control for use after the view struct isEttore Perazzoli2001-08-252-8/+15 * New struct `View'. Replace `uri_to_control' in `EShellViewPrivate' withEttore Perazzoli2001-08-252-59/+110 * Changed to get a @title and a @type. (update_for_current_uri): UpdatedEttore Perazzoli2001-08-252-48/+55 * [Fix #5978, "If a component dies, it's toolbar buttons remain".]Ettore Perazzoli2001-08-252-6/+26 * Implement the rest of the Evolution_Wizard eventsIain Holmes2001-08-252-2/+27 * Added accelerators for the right-click shortcut menu.Ettore Perazzoli2001-08-252-4/+9 * Added the missing part of my patch:Chyla Zbigniew2001-08-251-0/+1 * Convert names of the default group and shortcuts to UTF-8.Zbigniew Chyla2001-08-252-6/+25 * Convert the name of the group to GTK+ locale before displaying it in aZbigniew Chyla2001-08-252-3/+11 * If we get no data, don't notify the receiving component at all.Ettore Perazzoli2001-08-242-0/+8 * [Fix #5736, crashing when copying a message with drag and drop.]Ettore Perazzoli2001-08-242-2/+17 * If the remove_source is %TRUE and destination is a descendant of theEttore Perazzoli2001-08-233-0/+22 * Actually return if the folder is being moved into one of its descendants.Ettore Perazzoli2001-08-232-0/+7 * `#if 0'ed out. (make_bold): Likewise.Ettore Perazzoli2001-08-233-7/+19 * Fix the improper construction of the new folder's physical URI.Peter Williams2001-08-232-2/+10 * Don't remove the folder directory here.Ettore Perazzoli2001-08-232-37/+44 * [Fix #7775, crash trying to do New Task]Ettore Perazzoli2001-08-232-2/+10 * unref the rc_style.Damon Chaplin2001-08-222-0/+5 * #include "e-shell-startup-wizard.h".Ettore Perazzoli2001-08-224-0/+37 * Add `sgmldocs.make' to `EXTRA_DIST'.Ettore Perazzoli2001-08-221-1/+17 * Show an error dialog when the Evolution Mailer Wizard interface cannot be cre...Iain Holmes2001-08-222-1/+9 * Fix a leak: unref the EFont after we have used it. Also, don't crash ifEttore Perazzoli2001-08-222-2/+12 * Don't print a NULL. Crashes on SolarisIain Holmes2001-08-222-2/+6 * Do the import correctly.Iain Holmes2001-08-214-38/+94 * Don't set the paneds' positions if the respective left-hand elements [i.e.Ettore Perazzoli2001-08-21