aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-03-10 11:00:25 +0800
committerjbeich <jbeich@FreeBSD.org>2015-03-10 11:00:25 +0800
commit7a07a337943679ca8e16ee42042a6658eb5e35bd (patch)
treed7427329d9cd3480cbf7a992dbed54a6a7af425b /Mk/Uses
parent8fd4ed0326d0affbc45846de1864540352ef1afc (diff)
downloadfreebsd-ports-gnome-7a07a337943679ca8e16ee42042a6658eb5e35bd.tar.gz
freebsd-ports-gnome-7a07a337943679ca8e16ee42042a6658eb5e35bd.tar.zst
freebsd-ports-gnome-7a07a337943679ca8e16ee42042a6658eb5e35bd.zip
- Update SeaMonkey to 2.33
- Check if NS_NewNativeLocalFile() succeeds before using [1] Changes: http://www.seamonkey-project.org/releases/seamonkey2.33/ Obtained from: PkgSrc [1] MFH: 2015Q1 X-MFH-With: r380090 Security: https://vuxml.freebsd.org/freebsd/99029172-8253-407d-9d8b-2cfeab9abf81.html
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/gecko.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk
index 2c1fba558abb..c18d240625b0 100644
--- a/Mk/Uses/gecko.mk
+++ b/Mk/Uses/gecko.mk
@@ -51,8 +51,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9][0-9]*:C/([0-9][0-9]).*/\1/g
.elif ${gecko_ARGS:Mseamonkey}
-_GECKO_DEFAULT_VERSION= 32
-_GECKO_VERSIONS= 32
+_GECKO_DEFAULT_VERSION= 33
+_GECKO_VERSIONS= 33
_GECKO_TYPE= seamonkey
.if exists(${LOCALBASE}/bin/seamonkey)
@@ -61,7 +61,7 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9]*:C/[0-9].([0-9][0-9]).*/\1/
.endif
# Dependence lines for different Seamonkey versions
-32_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+33_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
.elif ${gecko_ARGS:Mthunderbird}