diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-30 12:31:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-30 12:31:51 +0000 |
commit | 154e1d046b2dd94019fb0bc3157eb8e5fda1cd43 (patch) | |
tree | 0c560bebcdafc60108349f9d11683cce4642c99c /mail | |
parent | 4fb2a5e4a542dfa5dc1d2ae8eca6664e620a87df (diff) | |
download | ports-154e1d046b2dd94019fb0bc3157eb8e5fda1cd43.tar.gz ports-154e1d046b2dd94019fb0bc3157eb8e5fda1cd43.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnubiff/Makefile | 3 | ||||
-rw-r--r-- | mail/gnubiff/distinfo | 4 | ||||
-rw-r--r-- | mail/gnubiff/files/patch-src-socket.cc | 11 | ||||
-rw-r--r-- | mail/gnubiff/files/patch-src-ui-properties.cc | 11 | ||||
-rw-r--r-- | mail/gnubiff/pkg-plist | 2 |
5 files changed, 5 insertions, 26 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index a016a394638e..c75ca7a348eb 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnubiff -PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTVERSION= 2.1.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/gnubiff/distinfo b/mail/gnubiff/distinfo index 7b0ca5b1fc2d..37fcb43d5cbc 100644 --- a/mail/gnubiff/distinfo +++ b/mail/gnubiff/distinfo @@ -1,2 +1,2 @@ -MD5 (gnubiff-2.1.3.tar.gz) = 4832f7d100b8f476082191a4c66a772f -SIZE (gnubiff-2.1.3.tar.gz) = 765654 +MD5 (gnubiff-2.1.4.tar.gz) = 834443eb47d5a83ff24a37bc7940676a +SIZE (gnubiff-2.1.4.tar.gz) = 782287 diff --git a/mail/gnubiff/files/patch-src-socket.cc b/mail/gnubiff/files/patch-src-socket.cc deleted file mode 100644 index b4165f41677a..000000000000 --- a/mail/gnubiff/files/patch-src-socket.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/socket.cc.orig Sun Mar 20 14:29:15 2005 -+++ src/socket.cc Wed Apr 6 00:30:05 2005 -@@ -42,6 +42,8 @@ - #include <netinet/in.h> - #include <arpa/inet.h> - -+#include <errno.h> -+ - #include "ui-certificate.h" - #include "mailbox.h" - #include "socket.h" diff --git a/mail/gnubiff/files/patch-src-ui-properties.cc b/mail/gnubiff/files/patch-src-ui-properties.cc deleted file mode 100644 index 33c1fb4c8d18..000000000000 --- a/mail/gnubiff/files/patch-src-ui-properties.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ui-properties.cc.orig Tue Feb 8 00:02:37 2005 -+++ src/ui-properties.cc Wed Apr 6 00:40:23 2005 -@@ -594,7 +594,7 @@ - #ifndef HAVE_LIBSSL - if ((auth == AUTH_SSL) || (auth == AUTH_CERTIFICATE)) - # ifdef HAVE_CRYPTO -- if (selected_type == TYPE_POP) -+ if (selected_type_ == TYPE_POP) - auth = AUTH_APOP; - # else - auth = AUTH_USER_PASS; diff --git a/mail/gnubiff/pkg-plist b/mail/gnubiff/pkg-plist index 2dbe2f62f630..94413d4ef123 100644 --- a/mail/gnubiff/pkg-plist +++ b/mail/gnubiff/pkg-plist @@ -1,4 +1,5 @@ bin/gnubiff +share/locale/cs/LC_MESSAGES/gnubiff.mo share/locale/de/LC_MESSAGES/gnubiff.mo share/locale/es/LC_MESSAGES/gnubiff.mo share/locale/fr/LC_MESSAGES/gnubiff.mo @@ -7,6 +8,7 @@ share/locale/fr_FR/LC_MESSAGES/gnubiff.mo share/locale/it/LC_MESSAGES/gnubiff.mo share/locale/nl/LC_MESSAGES/gnubiff.mo share/locale/ro/LC_MESSAGES/gnubiff.mo +share/locale/rw/LC_MESSAGES/gnubiff.mo share/locale/sv/LC_MESSAGES/gnubiff.mo share/locale/vi/LC_MESSAGES/gnubiff.mo %%SHAREDIR%%/gnubiff/applet-gnome.glade |