aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archivers/kbackup/Makefile3
-rw-r--r--archivers/kbackup/distinfo6
-rw-r--r--archivers/kbackup/pkg-plist2
3 files changed, 6 insertions, 5 deletions
diff --git a/archivers/kbackup/Makefile b/archivers/kbackup/Makefile
index 8f76ad2b413..882214c6773 100644
--- a/archivers/kbackup/Makefile
+++ b/archivers/kbackup/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= kbackup
-PORTVERSION= 0.5.1
-PORTREVISION= 1
+PORTVERSION= 0.5.2
CATEGORIES= archivers kde
MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
DISTNAME= 44998-${PORTNAME}-${PORTVERSION}
diff --git a/archivers/kbackup/distinfo b/archivers/kbackup/distinfo
index b9ec2c08a46..b917ea53f3f 100644
--- a/archivers/kbackup/distinfo
+++ b/archivers/kbackup/distinfo
@@ -1,3 +1,3 @@
-MD5 (44998-kbackup-0.5.1.tar.bz2) = 9aafae574623d173c454357e0afa0b12
-SHA256 (44998-kbackup-0.5.1.tar.bz2) = 148671a6f339af6e5b89052a37989a0711d2e7e29f2f9cfcd464dbe57366e203
-SIZE (44998-kbackup-0.5.1.tar.bz2) = 695468
+MD5 (44998-kbackup-0.5.2.tar.bz2) = 33d55815990c198ccecffd5e85b2a5ae
+SHA256 (44998-kbackup-0.5.2.tar.bz2) = 2a28ab834f2378f12468bcd4490431f8c7c55e9312670107e955386342364bf7
+SIZE (44998-kbackup-0.5.2.tar.bz2) = 707875
diff --git a/archivers/kbackup/pkg-plist b/archivers/kbackup/pkg-plist
index cb9d51cd8d0..f088834343d 100644
--- a/archivers/kbackup/pkg-plist
+++ b/archivers/kbackup/pkg-plist
@@ -2,8 +2,10 @@ bin/kbackup
share/locale/de/LC_MESSAGES/kbackup.mo
share/locale/fr/LC_MESSAGES/kbackup.mo
share/locale/it/LC_MESSAGES/kbackup.mo
+share/locale/pt/LC_MESSAGES/kbackup.mo
share/locale/ru/LC_MESSAGES/kbackup.mo
share/locale/sk/LC_MESSAGES/kbackup.mo
+share/locale/sv/LC_MESSAGES/kbackup.mo
share/apps/kbackup/icons/hicolor/22x22/apps/kbackup_runs.mng
share/apps/kbackup/icons/hicolor/22x22/actions/kbackup_cancel.png
share/apps/kbackup/icons/hicolor/22x22/actions/kbackup_start.png
ommitgraph'>* Added the array of objects and the hash table of UID->array index.Federico Mena Quintero2000-06-135-5/+565 * Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-1311-81/+90 * Got rid of sources_max_row and identities_max_row as they are not reallyJeffrey Stedfast2000-06-132-19/+22 * Removed the freeze/thaw stuff for the model. As Chris wisely pointed out,Federico Mena Quintero2000-06-1327-268/+123 * Removed the ETableModel thaw handler.Federico Mena Quintero2000-06-132-7/+5 * Removed the ETableModel thaw handler. Likewise.Federico Mena Quintero2000-06-136-53/+12 * implemented a temp hack for the imap fetch by uid codeJeffrey Stedfast2000-06-133-30/+43 * Control does horizontal scrolling...Anders Carlsson2000-06-132-2/+9 * pop provider now uses the crlf filterJeffrey Stedfast2000-06-133-4/+19 * Removed the camel-mime-filter-smtp.h entry from Makefile.am - oops!Jeffrey Stedfast2000-06-131-1/+0 * Deprecated.Jeffrey Stedfast2000-06-139-352/+82 * don't pass a second (incorrect) -rpath in addition to the (correct) oneDan Winship2000-06-139-8/+12 * If a paragraph starts with TABs, indent the whole paragraph to that tabDan Winship2000-06-132-12/+33 * Make the message composer use a EScrollFrame for the attachment barEttore Perazzoli2000-06-133-17/+26 * Return the result of folder_browser_load_folder. (get_prop, set_prop,Dan Winship2000-06-137-117/+31 * Fix the subject generation so we don't get "Re: Re:". This is workingDan Winship2000-06-132-4/+15 * Don't break on non-breaking spaces, don't keep non-breaking spaces thatDan Winship2000-06-132-5/+26 * New filter to do CRLF<->LF conversion. (Currently only tested in theDan Winship2000-06-137-0/+205 * include gnome-dialog.h (PARENT_TYPE): GNOME_TYPE_DIALOG replaced withMichael Meeks2000-06-122-1/+7 * Fix a build problem (e-table now depends on the `misc' widgets, so weEttore Perazzoli2000-06-125-1/+27 * Add support for mouse wheel scrolling in EScrollFrame.Anders Carlsson2000-06-122-2/+36 * Updated russian translation.Valek Frob2000-06-112-171/+194 * ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).Yukihiro Nakai2000-06-111-187/+199 * Updated the Turkish translation.Fatih Demir2000-06-112-387/+545 * supply the pixbufs here.Chris Toshok2000-06-117-38/+79 * Fixed the widget reparenting.Christopher James Lahey2000-06-112-2/+8 * offset events before passing them to our subcell view.Chris Toshok2000-06-113-8/+39 * change things so we focus the cell and select the row, and also dispatchChris Toshok2000-06-1120-836/+1706 * Added glade files.Christopher James Lahey2000-06-117-15/+62 * Small syntactic changes.Christopher James Lahey2000-06-115-24/+48 * Forgot ChangeLog for my latest commit.Ettore Perazzoli2000-06-111-0/+9 * Make ETable use EScrollFrame instead of GtkScrolledWindow.Ettore Perazzoli2000-06-119-18/+57 * Renamed a bunch of functions for better readability.Christopher James Lahey2000-06-115-53/+119 * Glade files for Select Names dialog.Christopher James Lahey2000-06-113-0/+260 * Do e_card_simple_sync and extract_info more often.Christopher James Lahey2000-06-114-7/+119 * Added $(GNOME_PRINT_LIBS) to all of the LDADDs.Christopher James Lahey2000-06-1126-125/+874 * Added e-printable.c and e-printable.h.Christopher James Lahey2000-06-1110-22/+604 * Made the folder creation dialog slightly larger.Ettore Perazzoli2000-06-111-2/+2 * Folder selection dialog, (untested) CORBA interfaces for it, and a newEttore Perazzoli2000-06-118-2/+478 * Talk, cvs!Anders Carlsson2000-06-111-7/+0 * Added pl (Polish) to ALL_LINGUASChyla Zbigniew2000-06-112-1/+5 * Added Polish translationChyla Zbigniew2000-06-112-0/+650 * Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-1118-196/+864 * Removing generated filesÉRDI Gergo2000-06-103-138/+1 * Updated russian translation.Valek Frob2000-06-102-391/+543 * Add a serial number to FolderBrowser.Dan Winship2000-06-104-9/+30 * display error from camel_folder_expunge if there is one.Dan Winship2000-06-102-3/+3 * Fix pixmap/bitmap leak in ETitleBar.Ettore Perazzoli2000-06-102-0/+8 * install an idle function to select the row rather than doing it directly.Dan Winship2000-06-102-8/+17 * Update for CamelAuthCallback changes. (Uncache passwords when asked to.)Dan Winship2000-06-102-19/+38 * Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK orDan Winship2000-06-104-33/+65 * use stock pixmap buttonsJacob Berkman2000-06-103-26/+71 * Updated to reflect changes made in camel-imap-store.cJeffrey Stedfast2000-06-107-83/+78 * close and expunge the source folder after copying it to a local folder.Dan Winship2000-06-102-0/+8 * Updated the Turkish translation.Fatih Demir2000-06-101-0/+4 * Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-1029-125/+1515 * Will now always send EHLO first, if that fails it will fall back on HELO.Jeffrey Stedfast2000-06-103-5/+36 * ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).Yukihiro Nakai2000-06-101-384/+534 * Redo things a bit so that whitespace-only text parts aren't displayed. (InDan Winship2000-06-102-112/+143 * add a note about setting PATH to include ${prefix}/binDan Winship2000-06-091-1/+4 * Added a get_n_objects() method.Federico Mena Quintero2000-06-0911-3/+206 * Translations from KeldKenneth Christiansen2000-06-091-657/+779 * Use version here. Add padding to the message. Only destroy object if itsMiguel de Icaza2000-06-092-11/+13 * New files. A tree model using a GNode structure to store it's info.Chris Toshok2000-06-0922-2/+2743 * Updated Norwegian translation.Kjartan Maraas2000-06-092-847/+710 * Bind Save As to save the current view of the contact as a vcard.Christopher James Lahey2000-06-093-2/+29 * Doh, sync the card simple and extract the card info.Federico Mena Quintero2000-06-093-0/+11 * Now this derives from GtkObject. It follows the same strategy as theFederico Mena Quintero2000-06-0917-4335/+5241 * Allow for NULL summaries.Federico Mena Quintero2000-06-092-1/+6 * Added missing tooltips. We still need icons, though.Federico Mena Quintero2000-06-082-9/+22 * The field chooser works now.Christopher James Lahey2000-06-0811-64/+70 * More work on the Field Chooser. Not quite done yet.Christopher James Lahey2000-06-0818-85/+551 * Fix Makefiles so that (guess what?) they work with builddir != srcdir.Ettore Perazzoli2000-06-088-28/+57 * Added e-table-field-chooser*.Christopher James Lahey2000-06-0824-318/+2583 * Initial datawrapper diagram.Michael Zucci2000-06-081-0/+0 * Parser state diagram.Michael Zucci2000-06-081-0/+0 * providers/imap/camel-imap-summary.c now buildsJeffrey Stedfast2000-06-085-21/+30 * Restore the toolbar. I committed a line of code that shouldn't haveEttore Perazzoli2000-06-082-1/+6 * Added rules to build camel-imap-streamJeffrey Stedfast2000-06-086-120/+103 * Properly dereference warning/debug messages. (header_references_decode):Not Zed2000-06-082-6/+15 * put this back in, it's still used inSeth Alves2000-06-083-3/+5 * *** empty log message ***Seth Alves2000-06-081-0/+2 * update some .cvsignoresSeth Alves2000-06-083-1/+2 * instead of returning a text representation, decode the text and return anSeth Alves2000-06-0812-141/+151 * Removed an untranslated oneFatih Demir2000-06-081-48/+54 * Added a "quantum" argument for making the panes move in jumps.Christopher James Lahey2000-06-085-10/+51 * Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-0811-106/+396 * finished adding calendar prefs. screenshots. (may be second commit forAaron Weber2000-06-072-40/+430 * finished adding calendar prefs. screenshots. new file (screenshot forAaron Weber2000-06-074-0/+0 * Moved these files to calendar/cal-util - FedericoFederico Mena Quintero2000-06-075-1362/+0 * moved camel-imap-stream.* to providers/imapJeffrey Stedfast2000-06-074-0/+780 * Update for folder creation/existence changes.Dan Winship2000-06-074-51/+17 * Update for folder existence/creation changes.Dan Winship2000-06-072-5/+6 * Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-0712-628/+236 * Commit stuffAnders Carlsson2000-06-072-0/+3 * *** empty log message ***Seth Alves2000-06-075-12/+542 * Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-078-64/+372 * merge libical-0.17 onto the headSeth Alves2000-06-07