diff options
author | beat <beat@FreeBSD.org> | 2014-05-07 03:13:09 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2014-05-07 03:13:09 +0800 |
commit | 08e086a19cfc8f144963e22e4179a25b4e3b5772 (patch) | |
tree | 7d08f2576ae17172ae3498cbedcf2c97fd428b34 /Mk | |
parent | a7249eaf5097b2550016565993005b3e470e4ab6 (diff) | |
download | freebsd-ports-graphics-08e086a19cfc8f144963e22e4179a25b4e3b5772.tar.gz freebsd-ports-graphics-08e086a19cfc8f144963e22e4179a25b4e3b5772.tar.zst freebsd-ports-graphics-08e086a19cfc8f144963e22e4179a25b4e3b5772.zip |
- Update SeaMonkey to 2.26
- Update libxul to 24.5.0
- Switch to USES=tar:bzip2
- Fix SeaMonkey version detection in Uses/gecko.mk
Submitted by: Jan Beich
Security: http://www.vuxml.org/freebsd/985d4d6c-cfbd-11e3-a003-b4b52fce4ce8.html
Approved by: portmgr (bdrewery, security update to non-staged port)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gecko.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/Uses/gecko.mk b/Mk/Uses/gecko.mk index 0bf667556a3..33382930788 100644 --- a/Mk/Uses/gecko.mk +++ b/Mk/Uses/gecko.mk @@ -53,17 +53,17 @@ _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= 25 -_GECKO_VERSIONS= 25 +_GECKO_DEFAULT_VERSION= 26 +_GECKO_VERSIONS= 26 _GECKO_TYPE= seamonkey .if exists(${LOCALBASE}/bin/seamonkey) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/seamonkey --version 2>/dev/null -_GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9][0-9]*:C/([0-9][0-9]).*/\1/g} +_GECKO_INSTALLED_VER:= ${_GECKO_INSTALLED_VER:M[0-9]*:C/[0-9].([0-9][0-9]).*/\1/g} .endif # Dependence lines for different Seamonkey versions -22_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +26_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey .elif ${_GECKO_ARGS:Mthunderbird} |