- Update to 2.1.4
PR: ports/82754 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Approved by: maintainer
This commit is contained in:
parent
4fb2a5e4a5
commit
154e1d046b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138236
5 changed files with 5 additions and 26 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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;
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue