aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2015-01-15 16:51:16 +0800
committerbeat <beat@FreeBSD.org>2015-01-15 16:51:16 +0800
commit5328e5a35bbb25e1d81082e173a0019b43fdaf88 (patch)
tree22497415cc66eb2cee0ed331de9290ec3f63fa55 /Mk/Uses
parent7e2560ca0f2bc71f15f12b9d78dd2347f2a9285b (diff)
downloadfreebsd-ports-gnome-5328e5a35bbb25e1d81082e173a0019b43fdaf88.tar.gz
freebsd-ports-gnome-5328e5a35bbb25e1d81082e173a0019b43fdaf88.tar.zst
freebsd-ports-gnome-5328e5a35bbb25e1d81082e173a0019b43fdaf88.zip
- Update to 2.32
Submitted by: Jan Beich MFH: 2015Q1 Security: http://www.vuxml.org/freebsd/bd62c640-9bb9-11e4-a5ad-000c297fb80f.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 8d071366bd3a..4aed4b369e3d 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= 31
-_GECKO_VERSIONS= 31
+_GECKO_DEFAULT_VERSION= 32
+_GECKO_VERSIONS= 32
_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
-31_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
+32_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey
.elif ${gecko_ARGS:Mthunderbird}