From owner-cvs-all@FreeBSD.ORG Wed Dec 8 06:22:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE1616A4D0 for ; Wed, 8 Dec 2004 06:22:45 +0000 (GMT) Received: from ongs.co.jp (ns.ongs.co.jp [202.216.232.58]) by mx1.FreeBSD.org (Postfix) with SMTP id 6200043D70 for ; Wed, 8 Dec 2004 06:22:44 +0000 (GMT) (envelope-from daichi@freebsd.org) Received: (qmail 34689 invoked from network); 8 Dec 2004 06:26:22 -0000 Received: from unknown (HELO ?192.168.1.101?) (202.216.232.62) by ns.ongs.co.jp with SMTP; 8 Dec 2004 06:26:22 -0000 Message-ID: <41B69E0E.8050808@freebsd.org> Date: Wed, 08 Dec 2004 15:24:14 +0900 From: Daichi GOTO User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041205) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <200412080558.iB85wXM8039517@repoman.freebsd.org> In-Reply-To: <200412080558.iB85wXM8039517@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/thunderbird Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 06:22:45 -0000 Joe Marcus Clarke wrote: >marcus 2004-12-08 05:58:33 UTC > > FreeBSD ports repository > > Modified files: > mail/thunderbird Makefile > Log: > Complete a more extensive upgrade to 1.0 that ensures the isp directory > is created, plus disables CUPS support until a better solution can be found > for the NSS/OpenSSL symbol conflict crash. > > Revision Changes Path > 1.36 +12 -10 ports/mail/thunderbird/Makefile > > > > Thanks for your update :) Well, I think a little change need as follow: --- /usr/ports/mail/thunderbird/Makefile Wed Dec 8 15:22:15 2004 +++ /usr/ports/mail/thunderbird/Makefile.orig Wed Dec 8 15:22:08 2004 @@ -9,7 +9,7 @@ PORTVERSION= 1.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION} +MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/source DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= gnome@FreeBSD.org Thanks. -- Daichi GOTO, http://people.freebsd.org/~daichi