diff options
author | pav <pav@FreeBSD.org> | 2005-11-13 21:44:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-13 21:44:55 +0800 |
commit | 5d3986f0520535df039be006647d41acf8a45133 (patch) | |
tree | 354b6a1611f32e5076e6f2dc5ed06807bd1cc9b1 /mail | |
parent | b6f87a45be1920723d1eb8466b0eb704f0ffff4d (diff) | |
download | freebsd-ports-gnome-5d3986f0520535df039be006647d41acf8a45133.tar.gz freebsd-ports-gnome-5d3986f0520535df039be006647d41acf8a45133.tar.zst freebsd-ports-gnome-5d3986f0520535df039be006647d41acf8a45133.zip |
- Update to 2.1.7
PR: ports/88925
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnubiff/Makefile | 8 | ||||
-rw-r--r-- | mail/gnubiff/distinfo | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index f48248cdacba..4a27a5f0ff88 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnubiff -PORTVERSION= 2.1.6 -PORTREVISION= 1 +PORTVERSION= 2.1.7 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +22,10 @@ USE_GNOME= intlhack libglade2 esound USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + CXXFLAGS="-Wno-long-long" +# 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' MAN1= gnubiff.1 INFO= gnubiff diff --git a/mail/gnubiff/distinfo b/mail/gnubiff/distinfo index 150c30ebd217..808c83fa2ae5 100644 --- a/mail/gnubiff/distinfo +++ b/mail/gnubiff/distinfo @@ -1,2 +1,3 @@ -MD5 (gnubiff-2.1.6.tar.gz) = e284c22bdc3f4d263cd874fddbcfb950 -SIZE (gnubiff-2.1.6.tar.gz) = 757341 +MD5 (gnubiff-2.1.7.tar.gz) = e40a5763f29631f2cc8363f9c5f2f95f +SHA256 (gnubiff-2.1.7.tar.gz) = efda2efc4cb78296ffe819db8d7f341128cba8bf98e26d03786a326d83a49914 +SIZE (gnubiff-2.1.7.tar.gz) = 757508 |