Date: Wed, 11 Apr 2001 11:48:20 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/26500: Update port: mail/gbiff Message-ID: <200104111848.f3BImKS84181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 26500 >Category: ports >Synopsis: Update port: mail/gbiff >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 11 11:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Use MASTER_SITE_SOURCEFORGE to MASTER_SITE - Fix compilation error - Fix pkg-comment format - Revise pkg-descr New file: files/patch-ac >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/gbiff/Makefile mail/gbiff/Makefile --- /usr/ports/mail/gbiff/Makefile Sat Mar 31 22:47:12 2001 +++ mail/gbiff/Makefile Thu Apr 12 03:37:40 2001 @@ -1,6 +1,6 @@ -# New ports collection makefile for: gbiff -# Date created: 31 March 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# New ports collection makefile for: gbiff +# Date created: 31 March 2001 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD: ports/mail/gbiff/Makefile,v 1.1 2001/03/31 13:47:12 nakai Exp $ # @@ -8,11 +8,10 @@ PORTNAME= gbiff PORTVERSION= 2.4a 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 diff -urN /usr/ports/mail/gbiff/files/patch-ac mail/gbiff/files/patch-ac --- /usr/ports/mail/gbiff/files/patch-ac Thu Jan 1 09:00:00 1970 +++ mail/gbiff/files/patch-ac Thu Apr 12 03:17:48 2001 @@ -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 -urN /usr/ports/mail/gbiff/pkg-comment mail/gbiff/pkg-comment --- /usr/ports/mail/gbiff/pkg-comment Sat Mar 31 22:47:12 2001 +++ mail/gbiff/pkg-comment Thu Apr 12 03:42:27 2001 @@ -1 +1 @@ -mail checker for file,qmail,MH dir and pop3 +A GNOME/GTK biff with Unix mailfile, MH, qmail, and POP3 support diff -urN /usr/ports/mail/gbiff/pkg-descr mail/gbiff/pkg-descr --- /usr/ports/mail/gbiff/pkg-descr Sat Mar 31 22:47:12 2001 +++ mail/gbiff/pkg-descr Thu Apr 12 03:38:52 2001 @@ -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/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104111848.f3BImKS84181>