aboutsummaryrefslogtreecommitdiff
path: root/mail/gnubiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail/gnubiff')
-rw-r--r--mail/gnubiff/Makefile2
-rw-r--r--mail/gnubiff/distinfo6
-rw-r--r--mail/gnubiff/files/patch-src__mailbox.cc10
-rw-r--r--mail/gnubiff/files/patch-src__mailbox.h10
4 files changed, 4 insertions, 24 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile
index 56a00868b5a9..7d7db73e270a 100644
--- a/mail/gnubiff/Makefile
+++ b/mail/gnubiff/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnubiff
-PORTVERSION= 2.2.2
+PORTVERSION= 2.2.3
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
diff --git a/mail/gnubiff/distinfo b/mail/gnubiff/distinfo
index a808872485d6..977d63366cb2 100644
--- a/mail/gnubiff/distinfo
+++ b/mail/gnubiff/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnubiff-2.2.2.tar.gz) = 54e026ed12571350dcf8965a090dfa45
-SHA256 (gnubiff-2.2.2.tar.gz) = 120b6f1486f5c78df7fc3190ac1d19151f603261d2afd9e2c97a5c7eb4575306
-SIZE (gnubiff-2.2.2.tar.gz) = 812648
+MD5 (gnubiff-2.2.3.tar.gz) = 548c8a65ef27acbf23a134c67ce0f37b
+SHA256 (gnubiff-2.2.3.tar.gz) = 368300dba7bab8ab7bf993dcf132ca91c5b59d0f812b1d4d12f347425fe33ef8
+SIZE (gnubiff-2.2.3.tar.gz) = 813213
diff --git a/mail/gnubiff/files/patch-src__mailbox.cc b/mail/gnubiff/files/patch-src__mailbox.cc
deleted file mode 100644
index 50cf51ed7da4..000000000000
--- a/mail/gnubiff/files/patch-src__mailbox.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/mailbox.cc.orig Sun Sep 3 13:08:05 2006
-+++ ./src/mailbox.cc Sun Sep 3 13:07:46 2006
-@@ -30,6 +30,7 @@
- // ========================================================================
-
- #include <algorithm>
-+#include <sys/types.h>
- #include <regex.h>
- #include "support.h"
- #include "mailbox.h"
diff --git a/mail/gnubiff/files/patch-src__mailbox.h b/mail/gnubiff/files/patch-src__mailbox.h
deleted file mode 100644
index f8e9955b6642..000000000000
--- a/mail/gnubiff/files/patch-src__mailbox.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/mailbox.h.orig Sun Sep 3 16:34:22 2006
-+++ ./src/mailbox.h Sun Sep 3 16:34:36 2006
-@@ -38,6 +38,7 @@
- #include <functional>
- #include <glib.h>
- #include <map>
-+#include <sys/types.h>
- #include <regex.h>
- #include <set>
- #include <string>