diff options
author | beat <beat@FreeBSD.org> | 2009-11-26 16:30:19 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-11-26 16:30:19 +0800 |
commit | cda316744d3b02db65e9db79167ae592bdcff96b (patch) | |
tree | 0622032578aa0a3dd7ee0ccc8a90c5de925cf0ba /mail | |
parent | 2da6e3762c26ec8bdeb339531f71f8cf016ad8da (diff) | |
download | freebsd-ports-gnome-cda316744d3b02db65e9db79167ae592bdcff96b.tar.gz freebsd-ports-gnome-cda316744d3b02db65e9db79167ae592bdcff96b.tar.zst freebsd-ports-gnome-cda316744d3b02db65e9db79167ae592bdcff96b.zip |
- Add ftp to MOZ_PROTOCOLS. This allows to define a calendar file located
on a ftp server in xpi-lightning.
- Bump PORTREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 8727dc0d0e5c..b127d82f6a29 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -8,6 +8,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 @@ -27,7 +28,7 @@ USE_GECKO= gecko 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 \ diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 8727dc0d0e5c..b127d82f6a29 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -8,6 +8,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 @@ -27,7 +28,7 @@ USE_GECKO= gecko 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 \ diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index 8727dc0d0e5c..b127d82f6a29 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -8,6 +8,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 @@ -27,7 +28,7 @@ USE_GECKO= gecko 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 \ |