Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2009 07:49:26 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r172 - branches/experimental/mail/thunderbird trunk/mail/thunderbird
Message-ID:  <200911260749.nAQ7nQ95052663@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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 <marcus@FreeBSD.org>
 #
-# $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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911260749.nAQ7nQ95052663>