1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 1.0.7.

Security:	See http://www.mozilla.org/projects/security/known-vulnerabilities.html for security bugs fixed in this release.
This commit is contained in:
Joe Marcus Clarke 2005-09-30 05:35:28 +00:00
parent 017fcddb7a
commit afdbc09578
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143815
12 changed files with 44 additions and 40 deletions

View File

@ -7,8 +7,7 @@
#
PORTNAME= thunderbird
PORTVERSION= 1.0.6
PORTREVISION= 3
PORTVERSION= 1.0.7
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source

View File

@ -1,2 +1,2 @@
MD5 (thunderbird-1.0.6-source.tar.bz2) = a0ddcc8bd5ee2c9be724b6963ad27111
SIZE (thunderbird-1.0.6-source.tar.bz2) = 33366077
MD5 (thunderbird-1.0.7-source.tar.bz2) = e6388feb0ffcd189af779f165c124b4d
SIZE (thunderbird-1.0.7-source.tar.bz2) = 33385665

View File

@ -122,7 +122,7 @@
# Use run-mozilla.sh in the current dir if it exists
# If not, then start resolving symlinks until we find run-mozilla.sh
@@ -82,160 +113,214 @@
@@ -82,162 +113,214 @@
curdir=`dirname "$progname"`
progbase=`basename "$progname"`
run_moz="$curdir/run-mozilla.sh"
@ -181,7 +181,6 @@
-fi
-
-script_args=""
-moreargs=""
-debugging=0
-MOZILLA_BIN="${progbase}-bin"
-
@ -410,7 +409,8 @@
-# Default action - no running instance or _USE_EXIST (${_USE_EXIST}) ! -eq 1
-########################################################################### Main
-while [ $# -gt 0 ]
-pass_arg_count=0
-while [ $# -gt $pass_arg_count ]
-do
- case "$1" in
- -p | --pure | -pure)
@ -427,8 +427,11 @@
- shift 2
- ;;
- *)
- moreargs="$moreargs \"$1\""
- shift 1
- # Move the unrecognized argument to the end of the list.
- arg="$1"
- shift
- set -- "$@" "$arg"
- pass_arg_count=`expr $pass_arg_count + 1`
- ;;
- esac
-done
@ -452,7 +455,6 @@
+fi
-export MRE_HOME
-eval "set -- $moreargs"
+# real invocation
+eval "set -- ${moreargs}"

View File

@ -7,8 +7,7 @@
#
PORTNAME= thunderbird
PORTVERSION= 1.0.6
PORTREVISION= 3
PORTVERSION= 1.0.7
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source

View File

@ -1,2 +1,2 @@
MD5 (thunderbird-1.0.6-source.tar.bz2) = a0ddcc8bd5ee2c9be724b6963ad27111
SIZE (thunderbird-1.0.6-source.tar.bz2) = 33366077
MD5 (thunderbird-1.0.7-source.tar.bz2) = e6388feb0ffcd189af779f165c124b4d
SIZE (thunderbird-1.0.7-source.tar.bz2) = 33385665

View File

@ -122,7 +122,7 @@
# Use run-mozilla.sh in the current dir if it exists
# If not, then start resolving symlinks until we find run-mozilla.sh
@@ -82,160 +113,214 @@
@@ -82,162 +113,214 @@
curdir=`dirname "$progname"`
progbase=`basename "$progname"`
run_moz="$curdir/run-mozilla.sh"
@ -181,7 +181,6 @@
-fi
-
-script_args=""
-moreargs=""
-debugging=0
-MOZILLA_BIN="${progbase}-bin"
-
@ -410,7 +409,8 @@
-# Default action - no running instance or _USE_EXIST (${_USE_EXIST}) ! -eq 1
-########################################################################### Main
-while [ $# -gt 0 ]
-pass_arg_count=0
-while [ $# -gt $pass_arg_count ]
-do
- case "$1" in
- -p | --pure | -pure)
@ -427,8 +427,11 @@
- shift 2
- ;;
- *)
- moreargs="$moreargs \"$1\""
- shift 1
- # Move the unrecognized argument to the end of the list.
- arg="$1"
- shift
- set -- "$@" "$arg"
- pass_arg_count=`expr $pass_arg_count + 1`
- ;;
- esac
-done
@ -452,7 +455,6 @@
+fi
-export MRE_HOME
-eval "set -- $moreargs"
+# real invocation
+eval "set -- ${moreargs}"

View File

@ -7,8 +7,7 @@
#
PORTNAME= thunderbird
PORTVERSION= 1.0.6
PORTREVISION= 3
PORTVERSION= 1.0.7
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source

View File

@ -1,2 +1,2 @@
MD5 (thunderbird-1.0.6-source.tar.bz2) = a0ddcc8bd5ee2c9be724b6963ad27111
SIZE (thunderbird-1.0.6-source.tar.bz2) = 33366077
MD5 (thunderbird-1.0.7-source.tar.bz2) = e6388feb0ffcd189af779f165c124b4d
SIZE (thunderbird-1.0.7-source.tar.bz2) = 33385665

View File

@ -122,7 +122,7 @@
# Use run-mozilla.sh in the current dir if it exists
# If not, then start resolving symlinks until we find run-mozilla.sh
@@ -82,160 +113,214 @@
@@ -82,162 +113,214 @@
curdir=`dirname "$progname"`
progbase=`basename "$progname"`
run_moz="$curdir/run-mozilla.sh"
@ -181,7 +181,6 @@
-fi
-
-script_args=""
-moreargs=""
-debugging=0
-MOZILLA_BIN="${progbase}-bin"
-
@ -410,7 +409,8 @@
-# Default action - no running instance or _USE_EXIST (${_USE_EXIST}) ! -eq 1
-########################################################################### Main
-while [ $# -gt 0 ]
-pass_arg_count=0
-while [ $# -gt $pass_arg_count ]
-do
- case "$1" in
- -p | --pure | -pure)
@ -427,8 +427,11 @@
- shift 2
- ;;
- *)
- moreargs="$moreargs \"$1\""
- shift 1
- # Move the unrecognized argument to the end of the list.
- arg="$1"
- shift
- set -- "$@" "$arg"
- pass_arg_count=`expr $pass_arg_count + 1`
- ;;
- esac
-done
@ -452,7 +455,6 @@
+fi
-export MRE_HOME
-eval "set -- $moreargs"
+# real invocation
+eval "set -- ${moreargs}"

View File

@ -7,8 +7,7 @@
#
PORTNAME= thunderbird
PORTVERSION= 1.0.6
PORTREVISION= 3
PORTVERSION= 1.0.7
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source

View File

@ -1,2 +1,2 @@
MD5 (thunderbird-1.0.6-source.tar.bz2) = a0ddcc8bd5ee2c9be724b6963ad27111
SIZE (thunderbird-1.0.6-source.tar.bz2) = 33366077
MD5 (thunderbird-1.0.7-source.tar.bz2) = e6388feb0ffcd189af779f165c124b4d
SIZE (thunderbird-1.0.7-source.tar.bz2) = 33385665

View File

@ -122,7 +122,7 @@
# Use run-mozilla.sh in the current dir if it exists
# If not, then start resolving symlinks until we find run-mozilla.sh
@@ -82,160 +113,214 @@
@@ -82,162 +113,214 @@
curdir=`dirname "$progname"`
progbase=`basename "$progname"`
run_moz="$curdir/run-mozilla.sh"
@ -181,7 +181,6 @@
-fi
-
-script_args=""
-moreargs=""
-debugging=0
-MOZILLA_BIN="${progbase}-bin"
-
@ -410,7 +409,8 @@
-# Default action - no running instance or _USE_EXIST (${_USE_EXIST}) ! -eq 1
-########################################################################### Main
-while [ $# -gt 0 ]
-pass_arg_count=0
-while [ $# -gt $pass_arg_count ]
-do
- case "$1" in
- -p | --pure | -pure)
@ -427,8 +427,11 @@
- shift 2
- ;;
- *)
- moreargs="$moreargs \"$1\""
- shift 1
- # Move the unrecognized argument to the end of the list.
- arg="$1"
- shift
- set -- "$@" "$arg"
- pass_arg_count=`expr $pass_arg_count + 1`
- ;;
- esac
-done
@ -452,7 +455,6 @@
+fi
-export MRE_HOME
-eval "set -- $moreargs"
+# real invocation
+eval "set -- ${moreargs}"