diff options
author | tdb <tdb@FreeBSD.org> | 2006-12-08 18:24:55 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-12-08 18:24:55 +0800 |
commit | 1d42db490918a01db3a7f75c96149f5e6ec5a5b3 (patch) | |
tree | e44bd8aac0a991d835606a6df1af5a7afc7eab1b /mail/gnubiff | |
parent | 09e7eab2940c27e4aa4235e1f36dc4d9c33151c7 (diff) | |
download | freebsd-ports-gnome-1d42db490918a01db3a7f75c96149f5e6ec5a5b3.tar.gz freebsd-ports-gnome-1d42db490918a01db3a7f75c96149f5e6ec5a5b3.tar.zst freebsd-ports-gnome-1d42db490918a01db3a7f75c96149f5e6ec5a5b3.zip |
- Update to 2.2.3.
Diffstat (limited to 'mail/gnubiff')
-rw-r--r-- | mail/gnubiff/Makefile | 2 | ||||
-rw-r--r-- | mail/gnubiff/distinfo | 6 | ||||
-rw-r--r-- | mail/gnubiff/files/patch-src__mailbox.cc | 10 | ||||
-rw-r--r-- | mail/gnubiff/files/patch-src__mailbox.h | 10 |
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> |