From owner-svn-ports-head@freebsd.org Tue Oct 24 13:41:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02807E4D620; Tue, 24 Oct 2017 13:41:52 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C445E8404A; Tue, 24 Oct 2017 13:41:51 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9ODfop4072202; Tue, 24 Oct 2017 13:41:50 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9ODfoSW072201; Tue, 24 Oct 2017 13:41:50 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201710241341.v9ODfoSW072201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Tue, 24 Oct 2017 13:41:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452767 - head/www/mod_pagespeed X-SVN-Group: ports-head X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: head/www/mod_pagespeed X-SVN-Commit-Revision: 452767 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2017 13:41:52 -0000 Author: mmokhi Date: Tue Oct 24 13:41:50 2017 New Revision: 452767 URL: https://svnweb.freebsd.org/changeset/ports/452767 Log: www/mod_pagespeed: Fix distinfo by using LOCAL in MASTER_SITES Some of Google's MASTER_SITES add some nonce to disfiles everytime we fetch, Therefore the distinfo becomes incorrect. We use our own LOCAL for those and update them with every update on port. Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D12695 Modified: head/www/mod_pagespeed/Makefile Modified: head/www/mod_pagespeed/Makefile ============================================================================== --- head/www/mod_pagespeed/Makefile Tue Oct 24 11:35:35 2017 (r452766) +++ head/www/mod_pagespeed/Makefile Tue Oct 24 13:41:50 2017 (r452767) @@ -4,16 +4,7 @@ PORTNAME= mod_pagespeed PORTVERSION= 1.12.34.2 PORTEPOCH= 1 CATEGORIES= www devel -MASTER_SITES= https://boringssl.googlesource.com/boringssl.git/+archive/:boringssl \ - https://chromium.googlesource.com/chromium/src/base/+archive/:chromium_base \ - https://chromium.googlesource.com/chromium/src/build/+archive/:chromium_build \ - https://chromium.googlesource.com/external/google-url/+archive/:googleurl \ - https://chromium.googlesource.com/external/webrtc/trunk/third_party/gflags/+archive/master.tar.gz?dummy=/:gflags_arch \ - https://chromium.googlesource.com/external/gflags/src/+archive/master.tar.gz?dummy=/:gflags_src \ - https://chromium.googlesource.com/chromium/deps/libjpeg_turbo/+archive/:libjpeg_turbo_src \ - https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm/+archive/:yasm_patched \ - https://chromium.googlesource.com/webm/libwebp/+archive/:libwebp \ - https://chromium.googlesource.com/chromium/src/third_party/modp_b64/+archive/:modpb64 \ +MASTER_SITES= LOCAL/mmokhi:boringssl,chromium_base,chromium_build,googleurl,gflags_arch,gflags_src,libjpeg_turbo_src,yasm_patched,libwebp,modpb64 \ https://dl.google.com/closure-compiler/:closurezip DISTFILES= ${NON_GH_DISTS}