diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-04-15 00:59:10 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-04-15 00:59:10 +0000 |
commit | e7b88d1fd773e0e11e4a8d42fa92b55933dc4711 (patch) | |
tree | 6bc22085f60f58e6f86acb1bb6515d7885fd323f /mail/gbiff | |
parent | Back out the 2.10.1 -> 2.11 upgrade. The avr-gcc port just didn't like it. (diff) |
Add patch and minor fix.
PR: ports/26500
Submitted by: Kato Tsuguru
Notes
Notes:
svn path=/head/; revision=41390
Diffstat (limited to 'mail/gbiff')
-rw-r--r-- | mail/gbiff/Makefile | 6 | ||||
-rw-r--r-- | mail/gbiff/files/patch-ac | 15 | ||||
-rw-r--r-- | mail/gbiff/pkg-comment | 2 | ||||
-rw-r--r-- | mail/gbiff/pkg-descr | 3 |
4 files changed, 21 insertions, 5 deletions
diff --git a/mail/gbiff/Makefile b/mail/gbiff/Makefile index e65d547a2133..ed14cff98f16 100644 --- a/mail/gbiff/Makefile +++ b/mail/gbiff/Makefile @@ -7,13 +7,13 @@ PORTNAME= gbiff PORTVERSION= 2.4a +PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://prdownloads.sourceforge.net/gbiff/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes diff --git a/mail/gbiff/files/patch-ac b/mail/gbiff/files/patch-ac new file mode 100644 index 000000000000..cfee2d8f4c0e --- /dev/null +++ b/mail/gbiff/files/patch-ac @@ -0,0 +1,15 @@ +--- src/gbiff.c.orig Fri Mar 23 05:47:18 2001 ++++ src/gbiff.c Thu Apr 12 03:17:41 2001 +@@ -25,12 +25,10 @@ + # include <gnome.h> + # include <applet-widget.h> + #endif +-#include <popt.h> + #include <gtk/gtk.h> + #include <string.h> + #include <stdlib.h> + #include <stdio.h> +-#include <popt.h> + + #include "protocol.h" + #include "callbacks.h" diff --git a/mail/gbiff/pkg-comment b/mail/gbiff/pkg-comment index 4f95d82ad6c9..f5f54292c8f2 100644 --- a/mail/gbiff/pkg-comment +++ b/mail/gbiff/pkg-comment @@ -1 +1 @@ -mail checker for file,qmail,MH dir and pop3 +A GNOME/GTK biff with Unix mailfile, MH, qmail, and POP3 support diff --git a/mail/gbiff/pkg-descr b/mail/gbiff/pkg-descr index d7a31deefb99..fda48c74c964 100644 --- a/mail/gbiff/pkg-descr +++ b/mail/gbiff/pkg-descr @@ -1,3 +1,4 @@ -mail checker for file,qmail,MH dir and pop3 +gbiff checks for mail within a file, a qmail or MH style dir, +or on a POP3 server. WWW: http://gbiff.sourceforge.net/ |