Date: Sun, 10 Jul 2022 09:21:16 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 04723e834daa - 2022Q3 - www/chromium: use the official distfiles now that they are available and add a missing iconv dependency Message-ID: <202207100921.26A9LG3G095315@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=04723e834daa429732e1bfadeb6c9233d0cc98a7 commit 04723e834daa429732e1bfadeb6c9233d0cc98a7 Author: Robert Nagy <robert@openbsd.org> AuthorDate: 2022-07-10 06:22:34 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-07-10 09:21:09 +0000 www/chromium: use the official distfiles now that they are available and add a missing iconv dependency (cherry picked from commit 54a5b487fb63b9fd0e34dcabe08deaca85264cf3) --- www/chromium/Makefile | 11 ++++++----- www/chromium/distinfo | 10 +++++----- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 029b4c01d6bc..dd58cb03f294 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -2,11 +2,11 @@ PORTNAME= chromium PORTVERSION= 103.0.5060.114 -TESTVERSION= 103.0.5060.53 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ https://nerd.hu/distfiles/:external -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:external +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= chromium@FreeBSD.org COMMENT= Google web browser based on WebKit @@ -65,8 +65,9 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ RUN_DEPENDS= xdg-open:devel/xdg-utils \ noto-basic>0:x11-fonts/noto-basic -USES= bison compiler:c++17-lang cpe desktop-file-utils gl gnome jpeg localbase:ldflags \ - ninja perl5 pkgconfig python:3.7+,build shebangfix tar:xz xorg +USES= bison compiler:c++17-lang cpe desktop-file-utils gl gnome iconv jpeg \ + localbase:ldflags ninja perl5 pkgconfig python:3.7+,build shebangfix \ + tar:xz xorg CPE_VENDOR= google CPE_PRODUCT= chrome @@ -197,7 +198,7 @@ SNDIO_VARS= GN_ARGS+=use_sndio=true SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false .include "Makefile.tests" -TEST_DISTFILES= ${PORTNAME}-${TESTVERSION}-testdata${EXTRACT_SUFX} \ +TEST_DISTFILES= ${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX} \ test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz:external TEST_ALL_TARGET= ${TEST_TARGETS} diff --git a/www/chromium/distinfo b/www/chromium/distinfo index eb09c57c6a4f..7cefefc1d9d1 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1657128159 -SHA256 (chromium-103.0.5060.114.tar.xz) = eebdbe1d032326d09f8970693b372ea7029a944143b809caef50cc35d1ba0e41 -SIZE (chromium-103.0.5060.114.tar.xz) = 1404939840 -SHA256 (chromium-103.0.5060.53-testdata.tar.xz) = df1e4c1864c2b338553c19c58418c9c0fe4f9581e86d21ce3d2594594a3ec572 -SIZE (chromium-103.0.5060.53-testdata.tar.xz) = 260732188 +TIMESTAMP = 1657433538 +SHA256 (chromium-103.0.5060.114.tar.xz) = 77683510f03b947332461b03954488474d95e49992efc11908f4bd8045635965 +SIZE (chromium-103.0.5060.114.tar.xz) = 1470895580 +SHA256 (chromium-103.0.5060.114-testdata.tar.xz) = e99066081eaaec1d0eeffb9c3afdd89b1a8dec96d32d84fc9895e298fa1c2a03 +SIZE (chromium-103.0.5060.114-testdata.tar.xz) = 260754688 SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207100921.26A9LG3G095315>