diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-02-27 23:16:56 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-02-27 23:16:56 +0800 |
commit | 7030ebabaf8f0dbb9887b3979b9a7731c31519ae (patch) | |
tree | ea7386e7fa031a9f45065b05a509c13e84a983e5 /Mk/Uses | |
parent | e9a3b781e975437d52db6e6bf5cfbbcc029429b1 (diff) | |
download | freebsd-ports-gnome-7030ebabaf8f0dbb9887b3979b9a7731c31519ae.tar.gz freebsd-ports-gnome-7030ebabaf8f0dbb9887b3979b9a7731c31519ae.tar.zst freebsd-ports-gnome-7030ebabaf8f0dbb9887b3979b9a7731c31519ae.zip |
Unbreak USES=gecko:seamonkey as www/seamonkey is still at 2.32.x
Leaving www/linux-seamonkey at 2.33b1 for now. VuXML still marks it as
vulnerable, so updating is discouraged but should be harmless unless
seamonkey-i18n is also used. 2.33 release should happen in a few
days (2015-03-02 per bug 1137028).
MFH: 2015Q1
X-MFH-With: r380090
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/gecko.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index c18d240625b0..2c1fba558abb 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= 33 -_GECKO_VERSIONS= 33 +_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 -33_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +32_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey .elif ${gecko_ARGS:Mthunderbird} |