svn commit: r380096 - head/Mk/Uses
Jan Beich
jbeich at FreeBSD.org
Fri Feb 27 15:16:57 UTC 2015
Author: jbeich
Date: Fri Feb 27 15:16:56 2015
New Revision: 380096
URL: https://svnweb.freebsd.org/changeset/ports/380096
QAT: https://qat.redports.org/buildarchive/r380096/
Log:
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
Modified:
head/Mk/Uses/gecko.mk
Modified: head/Mk/Uses/gecko.mk
==============================================================================
--- head/Mk/Uses/gecko.mk Fri Feb 27 15:12:42 2015 (r380095)
+++ head/Mk/Uses/gecko.mk Fri Feb 27 15:16:56 2015 (r380096)
@@ -51,8 +51,8 @@ _GECKO_INSTALLED_VER:= ${_GECKO_INSTALLE
.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_INSTALLE
.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}
More information about the svn-ports-head
mailing list