- Update to 2.1.0

PR:		ports/75994
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2005-01-09 15:36:31 +00:00
parent 59f0d2b3db
commit 4441eff9dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125962
9 changed files with 66 additions and 18 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= gnubiff
PORTVERSION= 2.0.3
PORTVERSION= 2.1.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -1,2 +1,2 @@
MD5 (gnubiff-2.0.3.tar.gz) = d3982297e7e58c127c57cebec306acd9
SIZE (gnubiff-2.0.3.tar.gz) = 606421
MD5 (gnubiff-2.1.0.tar.gz) = b6ccb69dbc44a59ea166d7cb9cc3e97e
SIZE (gnubiff-2.1.0.tar.gz) = 635146

View file

@ -1,14 +1,14 @@
--- doc/gnubiff.info.bak Fri Dec 10 13:20:19 2004
+++ doc/gnubiff.info Fri Dec 10 13:23:07 2004
@@ -10,6 +10,11 @@
Foundation; with no Invariant Sections, no Front-Cover Texts, and
--- doc/gnubiff.info.bak Sun Jan 9 13:49:42 2005
+++ doc/gnubiff.info Sun Jan 9 13:50:26 2005
@@ -11,6 +11,11 @@
no Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License".
+
+INFO-DIR-SECTION Utilities
+START-INFO-DIR-ENTRY
+* gnubiff: (gnubiff). A mail notification program for Gnome
+END-INFO-DIR-ENTRY
+

File: gnubiff.info, Node: Top, Next: Copying, Up: (dir)

View file

@ -1,10 +1,10 @@
--- src/biff.cc.bak Sat Nov 6 13:49:41 2004
+++ src/biff.cc Sat Nov 6 13:50:06 2004
@@ -32,6 +32,7 @@
--- src/biff.cc.bak Sun Jan 9 14:29:14 2005
+++ src/biff.cc Sun Jan 9 14:29:28 2005
@@ -35,6 +35,7 @@
#include <fstream>
#include <sstream>
#include <map>
+#include <unistd.h>
#include <fcntl.h>
#include "biff.h"
#include "ui-preferences.h"
#ifdef USE_GNOME
# include "ui-applet-gnome.h"

View file

@ -0,0 +1,10 @@
--- src/file.cc.bak Sun Jan 9 14:12:06 2005
+++ src/file.cc Sun Jan 9 14:12:21 2005
@@ -31,6 +31,7 @@
#include <fstream>
#include <sstream>
+#include <time.h>
#include <utime.h>
#include "file.h"

View file

@ -0,0 +1,10 @@
--- src/local.cc.bak Sun Jan 9 14:45:14 2005
+++ src/local.cc Sun Jan 9 14:45:27 2005
@@ -33,6 +33,7 @@
#include <errno.h>
#include <signal.h>
+#include <unistd.h>
#include "local.h"
#include "ui-applet.h"

View file

@ -0,0 +1,10 @@
--- src/socket.cc.bak Sun Jan 9 14:43:12 2005
+++ src/socket.cc Sun Jan 9 14:43:22 2005
@@ -40,6 +40,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <sys/time.h>
#include "ui-certificate.h"
#include "mailbox.h"

View file

@ -0,0 +1,20 @@
--- src/ui-popup.cc.bak Sun Jan 9 14:22:10 2005
+++ src/ui-popup.cc Sun Jan 9 14:22:31 2005
@@ -564,7 +564,7 @@
g_free (utf8_part);
utf8_text = buffer;
}
- copy_part.clear();
+ copy_part.erase();
}
i+=2;
if (i >= copy.size()) {
@@ -592,7 +592,7 @@
copy_part = _("* error *");
break;
}
- copy_part.clear();
+ copy_part.erase();
while ((i < copy.size()) && (copy.substr(i,2) != "?="))
copy_part += copy[i++];
if (i >= copy.size()) {

View file

@ -17,13 +17,11 @@ share/locale/sv/LC_MESSAGES/gnubiff.mo
%%SHAREDIR%%/gnubiff/gnubiff.png
%%SHAREDIR%%/gnubiff/logo.png
%%SHAREDIR%%/gnubiff/mail.wav
%%SHAREDIR%%/gnubiff/menu_about.png
%%SHAREDIR%%/gnubiff/menu_mail_read.png
%%SHAREDIR%%/gnubiff/menu_mail_start.png
%%SHAREDIR%%/gnubiff/popup.glade
%%SHAREDIR%%/gnubiff/preferences.glade
%%SHAREDIR%%/gnubiff/properties.glade
%%SHAREDIR%%/gnubiff/tux-awake.png
%%SHAREDIR%%/gnubiff/tux-big.png
%%SHAREDIR%%/gnubiff/tux-jump(64x64).png
%%SHAREDIR%%/gnubiff/tux-sleep(64x64).png
%%SHAREDIR%%/gnubiff/tux-sleep.png