From owner-freebsd-ports@FreeBSD.ORG Tue Oct 21 13:38:50 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 321A516A4B3 for ; Tue, 21 Oct 2003 13:38:50 -0700 (PDT) Received: from mail.c.bus.net (65-85-139-25.client.dsl.net [65.85.139.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51C6B43F3F for ; Tue, 21 Oct 2003 13:38:47 -0700 (PDT) (envelope-from cao@bus.net) Received: from ws100.c.bus.net (ws102.c.bus.net [192.168.1.12]) by mail.c.bus.net (Postfix) with ESMTP id B2FC75487A; Tue, 21 Oct 2003 16:37:10 -0400 (EDT) Received: (from cao@localhost) by ws100.c.bus.net (8.12.6/8.12.6/Submit) id h9LKcjIr010452; Tue, 21 Oct 2003 16:38:45 -0400 (EDT) (envelope-from cao) Date: Tue, 21 Oct 2003 16:38:45 -0400 From: chuck odonnell To: ports@freebsd.org, olive@oban.frmug.org Message-ID: <20031021203841.GA10429@bus.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline Subject: gbuffy update diff X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 20:38:50 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline the 'gbuffy' port is out of date. attached unified diff updates port to latest version of gbuffy. thanks, chuck --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gbuffy-port.diff" diff -u ../gbuffy.orig/Makefile ./Makefile --- ../gbuffy.orig/Makefile Thu Mar 27 11:05:34 2003 +++ ./Makefile Tue Oct 21 16:29:59 2003 @@ -6,9 +6,9 @@ # PORTNAME= gbuffy -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.6 CATEGORIES= mail -MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/ +MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/gbuffy-${PORTVERSION}/ MAINTAINER= olive@oban.frmug.org COMMENT= A GTK+ multiple mailbox "biff" program diff -u ../gbuffy.orig/distinfo ./distinfo --- ../gbuffy.orig/distinfo Thu Mar 27 11:05:35 2003 +++ ./distinfo Tue Oct 21 16:29:59 2003 @@ -1 +1 @@ -MD5 (gbuffy-0.2.4.tar.gz) = aae7b2b88edb6e1a0969346b355fce68 +MD5 (gbuffy-0.2.6.tar.gz) = e56ac9ac248bd6eee1b96543b8f921fc --Kj7319i9nmIyA2yE--