summaryrefslogtreecommitdiffstats
path: root/mail/gnubiff
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-06-30 12:31:51 +0000
committerpav <pav@FreeBSD.org>2005-06-30 12:31:51 +0000
commit431a8e92c4cc53324c67913ec1ab8bdea77d378c (patch)
treec6e356af4f05c5738180c3453dcd1359a6c5426c /mail/gnubiff
parent3e20beec5eaadb593fdc9ac9ab1acaf8273bdbb4 (diff)
downloadFreeBSD-ports-431a8e92c4cc53324c67913ec1ab8bdea77d378c.zip
FreeBSD-ports-431a8e92c4cc53324c67913ec1ab8bdea77d378c.tar.gz
- Update to 2.1.4
PR: ports/82754 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: maintainer
Diffstat (limited to 'mail/gnubiff')
-rw-r--r--mail/gnubiff/Makefile3
-rw-r--r--mail/gnubiff/distinfo4
-rw-r--r--mail/gnubiff/files/patch-src-socket.cc11
-rw-r--r--mail/gnubiff/files/patch-src-ui-properties.cc11
-rw-r--r--mail/gnubiff/pkg-plist2
5 files changed, 5 insertions, 26 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile
index a016a39..c75ca7a 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 7b0ca5b..37fcb43 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 b4165f4..0000000
--- 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 33c1fb4..0000000
--- 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 2dbe2f6..94413d4 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
OpenPOWER on IntegriCloud