- Update to 2.2.2
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
10
mail/gnubiff/files/patch-src__mailbox.cc
Normal file
10
mail/gnubiff/files/patch-src__mailbox.cc
Normal 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"
|
10
mail/gnubiff/files/patch-src__mailbox.h
Normal file
10
mail/gnubiff/files/patch-src__mailbox.h
Normal 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>
|
Loading…
Reference in a new issue