diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-12-08 10:24:55 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-12-08 10:24:55 +0000 |
commit | f060780275d12ae0e7c9abe02f5805b58940958e (patch) | |
tree | 52f63d88f4dccd37bc5682cc6f0390001f8122db /mail/gnubiff | |
parent | e07277bf1cdf007dfb93d794161a29813a6757cb (diff) | |
download | ports-f060780275d12ae0e7c9abe02f5805b58940958e.tar.gz ports-f060780275d12ae0e7c9abe02f5805b58940958e.zip |
Notes
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> |