diff options
author | beat <beat@FreeBSD.org> | 2011-12-22 15:17:59 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-12-22 15:17:59 +0800 |
commit | a626ef0b42dd98a12f90472ddc0b60718a6a8c48 (patch) | |
tree | decb66324343c53baa6ecdd1ca896475ea56893f /Mk/bsd.gecko.mk | |
parent | d60f22d50fcecf7d71cfa998cc8949b2955fb054 (diff) | |
download | freebsd-ports-gnome-a626ef0b42dd98a12f90472ddc0b60718a6a8c48.tar.gz freebsd-ports-gnome-a626ef0b42dd98a12f90472ddc0b60718a6a8c48.tar.zst freebsd-ports-gnome-a626ef0b42dd98a12f90472ddc0b60718a6a8c48.zip |
- Update Thunderbird to 9.0
Approved by: portmgr (erwin, implicit)
Security: http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 1fdc30c2334b..091aa136501a 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -203,9 +203,9 @@ Gecko_Pre_Include= bsd.gecko.mk # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 80+ 31+ 80 31 +# Available values: yes 90+ 31+ 90 31 # NOTE: -# default value 80 is used in case of USE_THUNDERBIRD=yes +# default value 90 is used in case of USE_THUNDERBIRD=yes # # USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD @@ -364,13 +364,13 @@ USE_THUNDERBIRD:= ${USE_THUNDERBIRD_BUILD} _THUNDERBIRD_BUILD_DEPENDS= yes .endif -_THUNDERBIRD_DEFAULT_VERSION= 80 -_THUNDERBIRD_VERSIONS= 80 31 -_THUNDERBIRD_RANGE_VERSIONS= 80+ 31+ +_THUNDERBIRD_DEFAULT_VERSION= 90 +_THUNDERBIRD_VERSIONS= 90 31 +_THUNDERBIRD_RANGE_VERSIONS= 90+ 31+ # For specifying [31, 30, ..]+ _THUNDERBIRD_31P= 31 ${_THUNDERBIRD_31P} -_THUNDERBIRD_80P= 80 +_THUNDERBIRD_90P= 90 # Set the default Thunderbird version and check if USE_THUNDERBIRD=yes was given .if ${USE_THUNDERBIRD} == "yes" @@ -414,7 +414,7 @@ IGNORE= cannot install: unknown Thunderbird version: thunderbird-${USE_THUNDER .endif # Dependence lines for different Thunderbird versions -80_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird +90_DEPENDS= ${LOCALBASE}/lib/thunderbird/thunderbird:${PORTSDIR}/mail/thunderbird 31_DEPENDS= ${LOCALBASE}/lib/thunderbird3/thunderbird:${PORTSDIR}/mail/thunderbird3 # Add dependencies |