- Update to 2.2.2

This commit is contained in:
Tim Bishop 2006-09-03 18:28:27 +00:00
parent d67449b05c
commit 6371623a9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172079
4 changed files with 25 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= gnubiff
PORTVERSION= 2.2.1
PORTVERSION= 2.2.2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -28,6 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
# CXXFLAGS needed to work round issue with gcc and openssl 0.9.8a
# /usr/local/include/openssl/sha.h:173: error: ISO C++ does not support `long long'
CONFIGURE_ARGS+= --infodir=${PREFIX}/info --mandir=${PREFIX}/man
MAN1= gnubiff.1
INFO= gnubiff

View file

@ -1,3 +1,3 @@
MD5 (gnubiff-2.2.1.tar.gz) = 8d2ef679f42e7a593dc88b750d0cca4c
SHA256 (gnubiff-2.2.1.tar.gz) = a83f1126926cbc4a558917db9b9ec9905d15a21bf465d6a56ee68ab22c37c99f
SIZE (gnubiff-2.2.1.tar.gz) = 804401
MD5 (gnubiff-2.2.2.tar.gz) = 54e026ed12571350dcf8965a090dfa45
SHA256 (gnubiff-2.2.2.tar.gz) = 120b6f1486f5c78df7fc3190ac1d19151f603261d2afd9e2c97a5c7eb4575306
SIZE (gnubiff-2.2.2.tar.gz) = 812648

View file

@ -0,0 +1,10 @@
--- ./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"

View file

@ -0,0 +1,10 @@
--- ./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>