pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/seamonkey



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jun  7 11:13:28 UTC 2025

Modified Files:
        pkgsrc/www/seamonkey: Makefile distinfo

Log Message:
seamonkey: Update to 2.53.21

This is a bug fix release, see
https://www.seamonkey-project.org/releases/seamonkey2.53.21/#new


To generate a diff of this commit:
cvs rdiff -u -r1.284 -r1.285 pkgsrc/www/seamonkey/Makefile
cvs rdiff -u -r1.182 -r1.183 pkgsrc/www/seamonkey/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/seamonkey/Makefile
diff -u pkgsrc/www/seamonkey/Makefile:1.284 pkgsrc/www/seamonkey/Makefile:1.285
--- pkgsrc/www/seamonkey/Makefile:1.284 Fri May  9 19:37:15 2025
+++ pkgsrc/www/seamonkey/Makefile       Sat Jun  7 11:13:28 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.284 2025/05/09 19:37:15 wiz Exp $
+# $NetBSD: Makefile,v 1.285 2025/06/07 11:13:28 nia Exp $
 
 DISTNAME=      seamonkey-${SM_VER}.source
 PKGNAME=       seamonkey-${SM_VER:S/b/beta/}
-PKGREVISION=   3
-SM_VER=                2.53.20
+SM_VER=                2.53.21
 CATEGORIES=    www
 MASTER_SITES=  https://archive.seamonkey-project.org/releases/${SM_VER}/source/
 EXTRACT_SUFX=  .tar.xz
@@ -93,7 +92,7 @@ PYTHON_FOR_BUILD_ONLY=                tool
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/tool.mk"
 
-TOOL_DEPENDS+=                 cbindgen>=0.24.3:../../devel/cbindgen
+TOOL_DEPENDS+=         cbindgen>=0.24.3:../../devel/cbindgen
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 TOOL_DEPENDS+=         yasm>=1.1:../../devel/yasm
@@ -130,10 +129,6 @@ OBJDIR=                    ${WRKDIR}/build
 CONFIGURE_DIRS=                ${OBJDIR}
 CONFIGURE_SCRIPT=      ${WRKSRC}/configure
 
-# See ${WRKSRC}/security/sandbox/mac/Sandbox.mm: On Darwin, sandboxing
-# support is only available when the toolkit is cairo-cocoa.
-CONFIGURE_ARGS.Darwin+=        --disable-sandbox
-
 # The configure test for __thread succeeds, but later we end up with:
 # dist/bin/libxul.so: undefined reference to `__tls_get_addr'
 CONFIGURE_ENV.NetBSD+= ac_cv_thread_keyword=no

Index: pkgsrc/www/seamonkey/distinfo
diff -u pkgsrc/www/seamonkey/distinfo:1.182 pkgsrc/www/seamonkey/distinfo:1.183
--- pkgsrc/www/seamonkey/distinfo:1.182 Mon Apr 14 15:33:03 2025
+++ pkgsrc/www/seamonkey/distinfo       Sat Jun  7 11:13:28 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.182 2025/04/14 15:33:03 nia Exp $
+$NetBSD: distinfo,v 1.183 2025/06/07 11:13:28 nia Exp $
 
-BLAKE2s (seamonkey-2.53.20.source.tar.xz) = 3379ad4a79b6376d87487b9d90b251ba5780b6230ebab0c48943a61a5c7fc4e6
-SHA512 (seamonkey-2.53.20.source.tar.xz) = 46902da181a0de773517645979d4bb5a1943f1cc1b61a839a4902ee1ac0a6fd62f2acf18078871c08b6f53ea9a62d91a2a6d610a672748495b261b1d8bd76865
-Size (seamonkey-2.53.20.source.tar.xz) = 248121808 bytes
+BLAKE2s (seamonkey-2.53.21.source.tar.xz) = 121b0a5bea915296eac36d41eddbe8ac510231238f33b85e96ae02d20b855ba5
+SHA512 (seamonkey-2.53.21.source.tar.xz) = 201a9e23cca225c9461e009c43082f516d3b85e090d78925a7d5cf0bf4776b2242a985a400039381186be1af0da773bc0a926626e9db8f7e2b4161beaf378a75
+Size (seamonkey-2.53.21.source.tar.xz) = 248215616 bytes
 SHA1 (patch-Makefile.in) = d1de2128b2331efc23bfeaba555e193557053859
 SHA1 (patch-dom_media_CubebUtils.cpp) = 88450f0f9c4ca5a796f63c78f2ee61b16ae26dde
 SHA1 (patch-gfx_angle_checkout_src_compiler_translator_SymbolTable__ESSL__autogen.cpp) = b3776a7d1de9f156c21943ba5ed1d4d25b07cae4



Home | Main Index | Thread Index | Old Index