svn commit: r452767 - head/www/mod_pagespeed

Mahdi Mokhtari mmokhi at FreeBSD.org
Tue Oct 24 13:41:52 UTC 2017


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}
 


More information about the svn-ports-all mailing list