Date: Mon, 17 Feb 2003 00:39:51 +0000 From: lewiz <purple@lewiz.info> To: Tilman Linneweh <arved@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/47374: Update port: mail/bbmail Message-ID: <20030217003951.GA7186@lewiz.org> In-Reply-To: <200302160125.h1G1P6q7042529@freefall.freebsd.org> References: <200302160125.h1G1P6q7042529@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: lewiz >Confidential: no >Synopsis: bbmail upgrade from 0.6.9 to 0.8.2 (resubmit diff) >Fix: Okay, I hope I've got this right now... I copied the original bbmail from mail/bbmail to mail/bbmail.old and then made modifications to mail/bbmail. The diff below was generated by diff -ruN bbmail.old bbmail from ports/mail. diff -ruN bbmail.old/Makefile bbmail/Makefile --- bbmail.old/Makefile Sat Nov 23 02:25:39 2002 +++ bbmail/Makefile Sun Feb 16 13:23:54 2003 @@ -1,12 +1,12 @@ # New ports collection makefile for: bbmail -# Date created: May 3 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> +# Date created: January 22 2003 +# Whom: lewiz <purple@lewiz.net> # -# $FreeBSD: ports/mail/bbmail/Makefile,v 1.14 2002/11/23 02:25:39 kris Exp $ +# $FreeBSD$ # PORTNAME= bbmail -PORTVERSION= 0.6.9 +PORTVERSION= 0.8.2 CATEGORIES= mail MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/ diff -ruN bbmail.old/distinfo bbmail/distinfo --- bbmail.old/distinfo Sat Sep 23 19:10:50 2000 +++ bbmail/distinfo Wed Jan 22 20:16:28 2003 @@ -1 +1 @@ -MD5 (bbmail-0.6.9.tar.gz) = 60c4a2751f88a4d935ef6b9d2ed8a13e +MD5 (bbmail-0.8.2.tar.gz) = c66c4d603eeb2175886ce3201eaca41c diff -ruN bbmail.old/files/patch-aa bbmail/files/patch-aa --- bbmail.old/files/patch-aa Sat Sep 7 04:21:47 2002 +++ bbmail/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- LinkedList.hh.orig Fri Sep 6 20:19:16 2002 -+++ LinkedList.hh Fri Sep 6 20:19:42 2002 -@@ -63,7 +63,7 @@ - int elements; - __llist_node *_first, *_last; - -- friend __llist_iterator; -+ friend class __llist_iterator; - - - protected: diff -ruN bbmail.old/files/patch-ab bbmail/files/patch-ab --- bbmail.old/files/patch-ab Sat Sep 7 04:21:47 2002 +++ bbmail/files/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Basemenu.hh.orig Fri Sep 6 20:19:14 2002 -+++ Basemenu.hh Fri Sep 6 20:19:26 2002 -@@ -133,7 +133,7 @@ - char **u, *l, *e; - int f; - -- friend Basemenu; -+ friend class Basemenu; - - - protected: diff -ruN bbmail.old/files/patch-ac bbmail/files/patch-ac --- bbmail.old/files/patch-ac Sat Sep 7 04:21:47 2002 +++ bbmail/files/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Timer.hh.orig Fri Sep 6 20:19:18 2002 -+++ Timer.hh Fri Sep 6 20:19:35 2002 -@@ -47,7 +47,7 @@ - - - class BTimer { -- friend BaseDisplay; -+ friend class BaseDisplay; - private: - BaseDisplay *display; - TimeoutHandler *handler; diff -ruN bbmail.old/pkg-plist bbmail/pkg-plist --- bbmail.old/pkg-plist Fri Sep 10 23:42:13 1999 +++ bbmail/pkg-plist Wed Jan 22 20:29:47 2003 @@ -1,5 +1,3 @@ bin/bbmail -share/bbtools/README.bbmail share/bbtools/bbmail.bb -share/bbtools/bbmail.nobb @dirrm share/bbtools To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030217003951.GA7186>