diff options
author | rene <rene@FreeBSD.org> | 2015-10-19 00:41:09 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-10-19 00:41:09 +0800 |
commit | 3c7fed80867664bf94bcb667c6afeb34100bdc3d (patch) | |
tree | f4f7fe48374fcc9e46d53bc331efeabb91d8bf85 /www | |
parent | d7cf4a939b2e856c2e048d59d1faadfa8c8b2d42 (diff) | |
download | freebsd-ports-gnome-3c7fed80867664bf94bcb667c6afeb34100bdc3d.tar.gz freebsd-ports-gnome-3c7fed80867664bf94bcb667c6afeb34100bdc3d.tar.zst freebsd-ports-gnome-3c7fed80867664bf94bcb667c6afeb34100bdc3d.zip |
www/chromium: actually update files in the base directory, this was missing
from r399613
Submitted by: Jan Henrik Sylvester (via private mail)
MFH: 2015Q4
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/Makefile | 19 | ||||
-rw-r--r-- | www/chromium/distinfo | 8 | ||||
-rw-r--r-- | www/chromium/pkg-plist | 17 |
3 files changed, 31 insertions, 13 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 0749d0365c87..e42e473ff5c9 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 45.0.2454.101 +PORTVERSION= 46.0.2490.71 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -270,6 +270,13 @@ pre-configure: 'third_party/brotli' \ 'third_party/boringssl' \ 'third_party/cacheinvalidation' \ + 'third_party/catapult' \ + 'third_party/catapult/tracing' \ + 'third_party/catapult/tracing/third_party' \ + 'third_party/catapult/tracing/third_party/tvcm' \ + 'third_party/catapult/tracing/third_party/tvcm/third_party/beautifulsoup' \ + 'third_party/catapult/tracing/third_party/tvcm/third_party/rcssmin' \ + 'third_party/catapult/tracing/third_party/tvcm/third_party/rjsmin' \ 'third_party/cld' \ 'third_party/cros_system_api' \ 'third_party/dom_distiller_js' \ @@ -294,6 +301,7 @@ pre-configure: 'third_party/libsrtp' \ 'third_party/libvpx' \ 'third_party/libvpx/source/libvpx/third_party/x86inc' \ + 'third_party/libwebm' \ 'third_party/libxml/chromium' \ 'third_party/libXNVCtrl' \ 'third_party/libyuv' \ @@ -324,11 +332,6 @@ pre-configure: 'third_party/sqlite' \ 'third_party/tcmalloc' \ 'third_party/tlslite' \ - 'third_party/trace-viewer' \ - 'third_party/trace-viewer/tracing' \ - 'third_party/trace-viewer/tracing/third_party' \ - 'third_party/trace-viewer/tracing/third_party/tvcm/third_party' \ - 'third_party/trace-viewer/tracing/third_party/tvcm/tvcm' \ 'third_party/usrsctp' \ 'third_party/web-animations-js' \ 'third_party/webdriver' \ @@ -346,6 +349,10 @@ pre-configure: ${GYP_DEFINES:C/^/-D/} || ${FALSE} # allow removal of third_party/adobe ${ECHO_CMD} > ${WRKSRC}/flapper_version.h + # missing file: file is in -testdata only, but configure stage + # will fail if it's not there. do not break TESTS build while + # allowing regular build without pulling in -testdata. + ${TOUCH} ${WRKSRC}/chrome/test/data/webui/i18n_process_css_test.html do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \ diff --git a/www/chromium/distinfo b/www/chromium/distinfo index eb39b5201694..2362121b973f 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,4 +1,4 @@ -SHA256 (chromium-45.0.2454.101.tar.xz) = 1b682dcaae9c89b2ebfdb192bb2f73c78c5b30a55103e7198fa3c1e21fed85fb -SIZE (chromium-45.0.2454.101.tar.xz) = 321015580 -SHA256 (chromium-45.0.2454.101-testdata.tar.xz) = 1d20a582d1dbfde75117940a85f9f94a935c6907be7a864e9d52511648c16d31 -SIZE (chromium-45.0.2454.101-testdata.tar.xz) = 115779764 +SHA256 (chromium-46.0.2490.71.tar.xz) = cd4b18249e64ee267236c9d4578effe810bf8f47567e2d43a5a8a7613787dcb6 +SIZE (chromium-46.0.2490.71.tar.xz) = 342402832 +SHA256 (chromium-46.0.2490.71-testdata.tar.xz) = 253cfe3ad27935e75a8ad3bbc9d7e204512e70bc26b6bcfefe63e37c1cc59894 +SIZE (chromium-46.0.2490.71-testdata.tar.xz) = 116966860 diff --git a/www/chromium/pkg-plist b/www/chromium/pkg-plist index abd01404fb78..47858c916d2f 100644 --- a/www/chromium/pkg-plist +++ b/www/chromium/pkg-plist @@ -114,10 +114,10 @@ share/applications/chromium-browser.desktop %%DATADIR%%/resources/inspector/Images/responsiveDesign_2x.png %%DATADIR%%/resources/inspector/Images/searchNext.png %%DATADIR%%/resources/inspector/Images/searchPrev.png -%%DATADIR%%/resources/inspector/Images/securityStateHttp.png -%%DATADIR%%/resources/inspector/Images/securityStateHttp_2x.png %%DATADIR%%/resources/inspector/Images/securityStateInsecure.png %%DATADIR%%/resources/inspector/Images/securityStateInsecure_2x.png +%%DATADIR%%/resources/inspector/Images/securityStateNeutral.png +%%DATADIR%%/resources/inspector/Images/securityStateNeutral_2x.png %%DATADIR%%/resources/inspector/Images/securityStateSecure.png %%DATADIR%%/resources/inspector/Images/securityStateSecure_2x.png %%DATADIR%%/resources/inspector/Images/securityStateWarning.png @@ -127,7 +127,6 @@ share/applications/chromium-browser.desktop %%DATADIR%%/resources/inspector/Images/settingsListRemove.png %%DATADIR%%/resources/inspector/Images/settingsListRemove_2x.png %%DATADIR%%/resources/inspector/Images/speech.png -%%DATADIR%%/resources/inspector/Images/spinner.svg %%DATADIR%%/resources/inspector/Images/thumbActiveHoriz.png %%DATADIR%%/resources/inspector/Images/thumbActiveVert.png %%DATADIR%%/resources/inspector/Images/thumbHoriz.png @@ -154,6 +153,18 @@ share/applications/chromium-browser.desktop %%DATADIR%%/resources/inspector/devtools_extension_api.js %%DATADIR%%/resources/inspector/elements_module.js %%DATADIR%%/resources/inspector/emulated_devices_module.js +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-default-1x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-default-2x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-keyboard-1x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-keyboard-2x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-navigation-1x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-navigation-2x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-default-1x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-default-2x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-keyboard-1x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-keyboard-2x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-navigation-1x.png +%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-navigation-2x.png %%DATADIR%%/resources/inspector/heap_snapshot_worker_module.js %%DATADIR%%/resources/inspector/inspector.css %%DATADIR%%/resources/inspector/inspector.html |