Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 13:39:23 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502022 - head/sysutils/istio
Message-ID:  <201905191339.x4JDdNId071709@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun May 19 13:39:22 2019
New Revision: 502022
URL: https://svnweb.freebsd.org/changeset/ports/502022

Log:
  - Update to 1.1.7
  - Add EXAMPLES option

Modified:
  head/sysutils/istio/Makefile
  head/sysutils/istio/distinfo
  head/sysutils/istio/pkg-plist

Modified: head/sysutils/istio/Makefile
==============================================================================
--- head/sysutils/istio/Makefile	Sun May 19 13:33:12 2019	(r502021)
+++ head/sysutils/istio/Makefile	Sun May 19 13:39:22 2019	(r502022)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	istio
-PORTVERSION=	1.1.6
+PORTVERSION=	1.1.7
 CATEGORIES=	sysutils
 
 MAINTAINER=	danilo@FreeBSD.org
@@ -14,6 +14,9 @@ RUN_DEPENDS=	kubectl:sysutils/kubectl
 
 USES=		go
 
+OPTIONS_DEFINE=	EXAMPLES
+OPTIONS_SUB=	yes
+
 USE_GITHUB=	yes
 
 GO_PKGNAME=	istio.io/istio
@@ -23,5 +26,8 @@ GO_BUILDFLAGS=	-ldflags="-X istio.io/istio/pkg/version
 
 post-install:
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} install ${STAGEDIR}${DATADIR})
+
+post-install-EXAMPLES-on:
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} samples ${STAGEDIR}${DATADIR})
 
 .include <bsd.port.mk>

Modified: head/sysutils/istio/distinfo
==============================================================================
--- head/sysutils/istio/distinfo	Sun May 19 13:33:12 2019	(r502021)
+++ head/sysutils/istio/distinfo	Sun May 19 13:39:22 2019	(r502022)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557658059
-SHA256 (istio-istio-1.1.6_GH0.tar.gz) = f12a9b05ac68ca1b3993e5e1f0ca01127ed88a6b885c6871fdbd0709c8caef7a
-SIZE (istio-istio-1.1.6_GH0.tar.gz) = 20707819
+TIMESTAMP = 1558168746
+SHA256 (istio-istio-1.1.7_GH0.tar.gz) = 7b3703bebe5701085df7232167937e6dbc6d4bb38495e1ef8fc1511480b486ad
+SIZE (istio-istio-1.1.7_GH0.tar.gz) = 20711283

Modified: head/sysutils/istio/pkg-plist
==============================================================================
--- head/sysutils/istio/pkg-plist	Sun May 19 13:33:12 2019	(r502021)
+++ head/sysutils/istio/pkg-plist	Sun May 19 13:39:22 2019	(r502022)
@@ -272,3 +272,187 @@ bin/istioctl
 %%DATADIR%%/install/tools/setupIstioVM.sh
 %%DATADIR%%/install/tools/setupMeshEx.sh
 %%DATADIR%%/install/updateVersion.sh
+%%EXAMPLES%%%%DATADIR%%/samples/OWNERS
+%%EXAMPLES%%%%DATADIR%%/samples/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/build_push_update_images.sh
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/ROUTING_RULE_MIGRATION.md
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/bookinfo-gateway.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/certmanager-gateway.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/destination-rule-all-mtls.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/destination-rule-all.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/destination-rule-reviews.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/egress-rule-google-apis.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/fault-injection-details-v1.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-all-v1.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-details-v2.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-ratings-db.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-ratings-mysql-vm.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-ratings-mysql.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-ratings-test-abort.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-ratings-test-delay.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-50-v3.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-80-20.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-90-10.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-jason-v2-v3.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-test-v2.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-v2-v3.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/networking/virtual-service-reviews-v3.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/bookinfo.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/cleanup.sh
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/destination-rule-all.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/templates/bookinfo.sidecars.yaml.tmpl
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-all-v1.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-ratings-test-abort.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-ratings-test-delay.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-reviews-50-v3.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-reviews-test-v2.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-reviews-v2-v3.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/consul/virtual-service-reviews-v3.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-add-serviceaccount.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-certificate.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-db.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-details-v2.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-details.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ingress.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-mysql.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ratings-discovery.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ratings-v2-mysql-vm.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ratings-v2-mysql.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ratings-v2.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-ratings.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo-reviews-v2.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/bookinfo.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/cleanup.sh
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/productpage-nodeport.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/details-reviews-policy-permissive.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/details-reviews-policy.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/mongodb-policy.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/namespace-policy.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/productpage-policy.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/ratings-policy.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/ratings-v2-add-serviceaccount.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-config-ON.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-config-on-mongodb.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-config-on-permissive.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-permissive-telemetry.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-ip-crd.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-ip.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-label-crd.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-label.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-serviceaccount.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-whitelist-crd.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-deny-whitelist.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-ingress-denial.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-kubernetesenv-telemetry.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-productpage-ratelimit-crd.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-productpage-ratelimit.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-productpage-redis-quota-rolling-window.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-ratings-denial.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-ratings-ratelimit.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/build-services.sh
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/details/Dockerfile
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/details/details.rb
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/mongodb/Dockerfile
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/mongodb/ratings_data.json
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/mongodb/script.sh
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/mysql/Dockerfile
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/mysql/mysqldb-init.sql
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/Dockerfile
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/productpage.py
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/requirements.txt
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/templates/index.html
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/templates/productpage.html
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/test-requirements.txt
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/tests/unit/test_productpage.py
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/ratings/Dockerfile
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/ratings/package.json
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/ratings/ratings.js
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/.gitignore
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/build.gradle
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/.gitignore
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/build.gradle
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/java/application/ReviewsApplication.java
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/java/application/rest/LibertyRestEndpoint.java
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/webapp/WEB-INF/ibm-web-ext.xml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/webapp/WEB-INF/web.xml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/webapp/index.html
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/test/java/test/TestApplication.java
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/Dockerfile
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/build.gradle
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/servers/LibertyProjectServer/server.xml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/shared/.gitkeep
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/src/test/java/it/EndpointTest.java
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/src/test/java/it/TestApplication.java
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-wlpcfg/src/test/java/it/rest/LibertyRestEndpointTest.java
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/settings.gradle
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/swagger.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/fluentd-istio-crd.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/fluentd-istio.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/log-entry-crd.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/log-entry.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/metrics-crd.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/metrics.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/tcp-metrics-crd.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/tcp-metrics.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/certs/ca-cert.pem
+%%EXAMPLES%%%%DATADIR%%/samples/certs/ca-key.pem
+%%EXAMPLES%%%%DATADIR%%/samples/certs/cert-chain.pem
+%%EXAMPLES%%%%DATADIR%%/samples/certs/root-cert.pem
+%%EXAMPLES%%%%DATADIR%%/samples/custom-bootstrap/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/custom-bootstrap/custom-bootstrap.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/custom-bootstrap/example-app.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/external/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/external/aptget.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/external/github.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/external/pypi.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/health-check/liveness-command.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/health-check/liveness-http-same-port.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/health-check/liveness-http.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/health-check/server.go
+%%EXAMPLES%%%%DATADIR%%/samples/helloworld/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/helloworld/helloworld-gateway.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/helloworld/helloworld.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/helloworld/loadgen.sh
+%%EXAMPLES%%%%DATADIR%%/samples/helloworld/src/Dockerfile
+%%EXAMPLES%%%%DATADIR%%/samples/helloworld/src/app.py
+%%EXAMPLES%%%%DATADIR%%/samples/helloworld/src/build_service.sh
+%%EXAMPLES%%%%DATADIR%%/samples/helloworld/src/requirements.txt
+%%EXAMPLES%%%%DATADIR%%/samples/httpbin/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/httpbin/httpbin-gateway.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/httpbin/httpbin-nodeport.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/httpbin/httpbin-vault.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/httpbin/httpbin.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/httpbin/policy/keyval-template.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/httpbin/policy/keyval.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/httpbin/sample-client/fortio-deploy.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/https/default.conf
+%%EXAMPLES%%%%DATADIR%%/samples/https/nginx-app.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/kubernetes-blog/bookinfo-ratings.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/kubernetes-blog/bookinfo-reviews-v2.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/kubernetes-blog/bookinfo-v1.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/rawvm/.gitignore
+%%EXAMPLES%%%%DATADIR%%/samples/rawvm/Makefile
+%%EXAMPLES%%%%DATADIR%%/samples/rawvm/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/rawvm/demo.sh
+%%EXAMPLES%%%%DATADIR%%/samples/rawvm/k8cli.yaml.in
+%%EXAMPLES%%%%DATADIR%%/samples/rawvm/k8services.yaml.in
+%%EXAMPLES%%%%DATADIR%%/samples/sleep/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/sleep/policy/sni-serviceaccount.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/sleep/policy/sni-wikipedia.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/sleep/sleep-vault.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/sleep/sleep.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/sleep/telemetry/sni-logging.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/src/Dockerfile
+%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/src/main.go
+%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/src/main_test.go
+%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/tcp-echo-20-v2.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/tcp-echo-all-v1.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/tcp-echo-services.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/tcp-echo/tcp-echo.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/websockets/README.md
+%%EXAMPLES%%%%DATADIR%%/samples/websockets/app.yaml
+%%EXAMPLES%%%%DATADIR%%/samples/websockets/route.yaml



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