summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2012-10-15 13:14:04 +0400
committerVlad Glagolev2012-10-15 13:15:07 +0400
commitb87afe7d87366f183878ee559dfe6ed76c702c4f (patch)
treea60954e14cf1ff37b2d69bcd5c39eb62d8470684
parent70a4914b3fa83395365ae861ef61af7861385770 (diff)
seamonkey: added check for nspr <4.9.2
(cherry picked from commit f929164f2f329003d158223f08011db211b16f35)
-rwxr-xr-xhttp/seamonkey/DEPENDS2
-rw-r--r--http/seamonkey/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 6a71a7a68e..0e6b5ca599 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -6,7 +6,7 @@ depends libidl &&
depends libxft &&
depends nspr &&
-if spell_ok nspr && is_version_less $(installed_version nspr) 4.9; then
+if spell_ok nspr && is_version_less $(installed_version nspr) 4.9.2; then
force_depends nspr
fi &&
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index cef4ddc036..b8e37a7ebb 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2012-10-15 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: added check for nspr <4.9.2
+
2012-10-13 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.13.1; SECURITY_PATCH++