svn commit: r463978 - branches/2018Q1/www/chromium
Carlos J. Puga Medina
cpm at FreeBSD.org
Fri Mar 9 17:05:30 UTC 2018
Author: cpm
Date: Fri Mar 9 17:05:29 2018
New Revision: 463978
URL: https://svnweb.freebsd.org/changeset/ports/463978
Log:
MFH: r463831
- Switch from x11-fonts/noto to x11-fonts/noto-lite
- Bump PORTREVISION
PR: 226255
Reported by: tobik
Approved by: ports-secteam (riggs)
Modified:
branches/2018Q1/www/chromium/Makefile
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/www/chromium/Makefile
==============================================================================
--- branches/2018Q1/www/chromium/Makefile Fri Mar 9 16:55:37 2018 (r463977)
+++ branches/2018Q1/www/chromium/Makefile Fri Mar 9 17:05:29 2018 (r463978)
@@ -3,6 +3,7 @@
PORTNAME= chromium
PORTVERSION= 64.0.3282.186
+PORTREVISION= 1
CATEGORIES?= www
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -63,7 +64,7 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi
libfontconfig.so:x11-fonts/fontconfig
RUN_DEPENDS= xdg-open:devel/xdg-utils \
- noto>0:x11-fonts/noto
+ noto-lite>0:x11-fonts/noto-lite
BROKEN_FreeBSD_11_aarch64= components/safe_browsing_db/v4_rice.cc:120:18: use of overloaded operator '&' is ambiguous
BROKEN_FreeBSD_12_aarch64= third_party/skia/src/core/SkCpu.cpp:84:27: use of undeclared identifier 'getauxval'
More information about the svn-ports-branches
mailing list