Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2025 11:55:41 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 2b92b742a954 - 2025Q1 - www/waterfox: Update 6.5.2 =?utf-8?Q?=E2=86=92?= 6.5.3
Message-ID:  <202501091155.509Btf2G008946@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b92b742a954ec373645bb0d4cd8d8e773326ae1

commit 2b92b742a954ec373645bb0d4cd8d8e773326ae1
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2025-01-09 11:37:00 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-01-09 11:55:32 +0000

    www/waterfox: Update 6.5.2 → 6.5.3
    
    Changelog:
    https://www.waterfox.net/docs/releases/6.5.3/
    
    PR:     283936
    MFH:    2025Q1
    (cherry picked from commit 08ee0152e860746860a048dce7511f9e27ddf51b)
---
 www/waterfox/Makefile                                     | 10 +++++-----
 www/waterfox/distinfo                                     |  6 +++---
 ...on_mozversioncontrol_mozversioncontrol_____init____.py | 15 ---------------
 3 files changed, 8 insertions(+), 23 deletions(-)

diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile
index c986917602da..36d90d8c9a7b 100644
--- a/www/waterfox/Makefile
+++ b/www/waterfox/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	waterfox
-DISTVERSION=	6.5.2
+DISTVERSION=	6.5.3
 PORTEPOCH=	1
 CATEGORIES=	www
 
@@ -11,14 +11,14 @@ LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	nspr>=4.32:devel/nspr \
-		nss>=3.101:security/nss \
+		nss>=3.107:security/nss \
 		icu>=74.2:devel/icu \
 		libevent>=2.1.8:devel/libevent \
-		harfbuzz>=8.5.0:print/harfbuzz \
+		harfbuzz>=10.1.0:print/harfbuzz \
 		graphite2>=1.3.14:graphics/graphite2 \
-		png>=1.6.43:graphics/png \
+		png>=1.6.44:graphics/png \
 		dav1d>=1.0.0:multimedia/dav1d \
-		libvpx>=1.14.0:multimedia/libvpx \
+		libvpx>=1.14.1:multimedia/libvpx \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		v4l_compat>0:multimedia/v4l_compat \
 		autoconf2.13:devel/autoconf2.13 \
diff --git a/www/waterfox/distinfo b/www/waterfox/distinfo
index 9686a70797f7..42372e87cabb 100644
--- a/www/waterfox/distinfo
+++ b/www/waterfox/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1734107781
-SHA256 (BrowserWorks-Waterfox-6.5.2_GH0.tar.gz) = 33c8d47d5955f4e2f1568eb1ae2780b3d6e65ffab3ec145672dd29e0dbb1f122
-SIZE (BrowserWorks-Waterfox-6.5.2_GH0.tar.gz) = 824023785
+TIMESTAMP = 1736354954
+SHA256 (BrowserWorks-Waterfox-6.5.3_GH0.tar.gz) = 4e00bbf6d875ac88e21eebc7e91fcd5f875d70c2ef357cc6c5fa99fecbbc1505
+SIZE (BrowserWorks-Waterfox-6.5.3_GH0.tar.gz) = 824110670
 SHA256 (BrowserWorks-l10n-3046738_GH0.tar.gz) = f9a16202b73558188af3157d427845153a89b3f3b3269c1e5d8ebc9e60eb9bd1
 SIZE (BrowserWorks-l10n-3046738_GH0.tar.gz) = 19480746
diff --git a/www/waterfox/files/patch-python_mozversioncontrol_mozversioncontrol_____init____.py b/www/waterfox/files/patch-python_mozversioncontrol_mozversioncontrol_____init____.py
deleted file mode 100644
index ee58a0aab6aa..000000000000
--- a/www/waterfox/files/patch-python_mozversioncontrol_mozversioncontrol_____init____.py
+++ /dev/null
@@ -1,15 +0,0 @@
---- python/mozversioncontrol/mozversioncontrol/__init__.py.orig	2024-12-13 13:44:42 UTC
-+++ python/mozversioncontrol/mozversioncontrol/__init__.py
-@@ -1019,9 +1019,10 @@ class SrcRepository(Repository):
-         """
-         res = []
-         # move away the .git or .hg folder from path to more easily test in a hg/git repo
--        for root, dirs, files in os.walk("."):
-+        for root, dirs, files in os.walk(self.path):
-+            base = os.path.relpath(root, self.path)
-             for name in files:
--                res.append(os.path.join(root, name))
-+                res.append(os.path.join(base, name))
-         return res
- 
-     def get_tracked_files_finder(self, path):



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501091155.509Btf2G008946>