From owner-freebsd-gecko@FreeBSD.ORG Thu Nov 26 07:49:33 2009 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9E7610656A6 for ; Thu, 26 Nov 2009 07:49:33 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 593478FC14 for ; Thu, 26 Nov 2009 07:49:32 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id nAQ7nVgR053366 for ; Thu, 26 Nov 2009 07:49:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id nAQ7nQ95052663 for freebsd-gecko@freebsd.org; Thu, 26 Nov 2009 07:49:26 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Thu, 26 Nov 2009 07:49:26 GMT Message-Id: <200911260749.nAQ7nQ95052663@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r172 - branches/experimental/mail/thunderbird trunk/mail/thunderbird X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 07:49:33 -0000 Author: beat Date: Thu Nov 26 07:49:26 2009 New Revision: 172 Log: - Add ftp to MOZ_PROTOCOLS. This allows to define a calendar file located on a ftp server in xpi-lightning. - Bump PORTREVISION. Modified: branches/experimental/mail/thunderbird/Makefile trunk/mail/thunderbird/Makefile Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Tue Nov 24 20:02:58 2009 (r171) +++ branches/experimental/mail/thunderbird/Makefile Thu Nov 26 07:49:26 2009 (r172) @@ -7,6 +7,7 @@ PORTNAME= thunderbird DISTVERSION= 2.0.0.23 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source @@ -26,7 +27,7 @@ WANT_PERL= yes MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices,auth,transformiix -MOZ_PROTOCOLS= http,file,jar,viewsource,res,data +MOZ_PROTOCOLS= http,ftp,file,jar,viewsource,res,data MOZ_GRAPHICS= default,-xbm MOZ_OPTIONS= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-single-profile --disable-profilesharing \ Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Tue Nov 24 20:02:58 2009 (r171) +++ trunk/mail/thunderbird/Makefile Thu Nov 26 07:49:26 2009 (r172) @@ -2,12 +2,13 @@ # Date created: 4 September 2003 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.105 2009/07/23 07:46:42 ale Exp $ +# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.107 2009/09/28 21:10:21 beat Exp $ # $MCom: ports-stable/mail/thunderbird/Makefile,v 1.18 2009/01/02 21:16:20 mezz Exp $ # PORTNAME= thunderbird DISTVERSION= 2.0.0.23 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source @@ -27,7 +28,7 @@ WANT_PERL= yes MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices,auth,transformiix -MOZ_PROTOCOLS= http,file,jar,viewsource,res,data +MOZ_PROTOCOLS= http,ftp,file,jar,viewsource,res,data MOZ_GRAPHICS= default,-xbm MOZ_OPTIONS= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-single-profile --disable-profilesharing \