diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-07-24 14:23:00 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-07-24 14:23:00 +0800 |
commit | e5426e197914e664762db6605d11d6c378c90bfc (patch) | |
tree | f056cebbbbea72d7e3d4385044992e6389fb68c4 /Mk | |
parent | ac08060b2ab4817292058431a06a8c9ff5c6a096 (diff) | |
download | freebsd-ports-gnome-e5426e197914e664762db6605d11d6c378c90bfc.tar.gz freebsd-ports-gnome-e5426e197914e664762db6605d11d6c378c90bfc.tar.zst freebsd-ports-gnome-e5426e197914e664762db6605d11d6c378c90bfc.zip |
www/seamonkey: update to 2.48
Changes: http://www.seamonkey-project.org/news
MFH: 2017Q3
Security: d1853110-07f4-4645-895b-6fd462ad0589
Security: 512c0ffd-cd39-4da4-b2dc-81ff4ba8e238
Security: e60169c4-aa86-46b0-8ae2-0d81f683df09
Diffstat (limited to 'Mk')
-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 c895b04979de..8ce100dc6937 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= 46 -_GECKO_VERSIONS= 46 +_GECKO_DEFAULT_VERSION= 48 +_GECKO_VERSIONS= 48 _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 -46_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey +48_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:www/seamonkey .elif ${gecko_ARGS:Mthunderbird} |