From owner-svn-ports-all@freebsd.org Fri Mar 16 11:32:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC3FDF37D30; Fri, 16 Mar 2018 11:32:30 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 722667A1FA; Fri, 16 Mar 2018 11:32:30 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 6A4401D5B; Fri, 16 Mar 2018 11:32:30 +0000 (UTC) From: Jan Beich To: Tijl Coosemans Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r464325 - in head/www: firefox firefox-i18n References: <201803122213.w2CMDFZT058319@repo.freebsd.org> <20180316121209.1ca5cf6a@kalimero.tijl.coosemans.org> Date: Fri, 16 Mar 2018 12:32:27 +0100 In-Reply-To: <20180316121209.1ca5cf6a@kalimero.tijl.coosemans.org> (Tijl Coosemans's message of "Fri, 16 Mar 2018 12:12:09 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2018 11:32:31 -0000 Tijl Coosemans writes: > On Mon, 12 Mar 2018 22:13:15 +0000 (UTC) Jan Beich wrote: > >> Author: jbeich >> Date: Mon Mar 12 22:13:14 2018 >> New Revision: 464325 >> URL: https://svnweb.freebsd.org/changeset/ports/464325 >> >> Log: >> www/firefox: switch to rc5 >> >> Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2018-03-08&enddate=2018-03-12 >> Changes: https://bugzilla.mozilla.org/show_bug.cgi?id=1444548 >> >> Modified: >> head/www/firefox-i18n/Makefile (contents, props changed) >> head/www/firefox-i18n/distinfo (contents, props changed) >> head/www/firefox/Makefile (contents, props changed) >> head/www/firefox/distinfo (contents, props changed) >> >> Modified: head/www/firefox-i18n/Makefile >> ============================================================================== >> --- head/www/firefox-i18n/Makefile Mon Mar 12 21:53:29 2018 (r464324) >> +++ head/www/firefox-i18n/Makefile Mon Mar 12 22:13:14 2018 (r464325) >> @@ -3,10 +3,10 @@ >> >> PORTNAME= firefox-i18n >> PORTVERSION= 59.0 >> -PORTREVISION= 1 >> +PORTREVISION= 2 >> CATEGORIES= www >> MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ >> - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi >> + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build5/linux-i686/xpi >> PKGNAMEPREFIX= >> DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} >> DIST_SUBDIR= xpi/${DISTNAME} >> >> Modified: head/www/firefox-i18n/distinfo >> ============================================================================== >> --- head/www/firefox-i18n/distinfo Mon Mar 12 21:53:29 2018 (r464324) >> +++ head/www/firefox-i18n/distinfo Mon Mar 12 22:13:14 2018 (r464325) >> @@ -1,4 +1,4 @@ >> -TIMESTAMP = 1520456550 >> +TIMESTAMP = 1520650457 >> SHA256 (xpi/firefox-i18n-59.0/ach.xpi) = 1d3c6166b27b5e640733210faf4e7fa751d1acb8edd80448fd5cfb840c491987 >> SIZE (xpi/firefox-i18n-59.0/ach.xpi) = 439224 >> SHA256 (xpi/firefox-i18n-59.0/af.xpi) = 21ef31da94eb74b269e65c47961f93d17827a480756d282cf367f3ec4998866c >> @@ -43,7 +43,7 @@ SHA256 (xpi/firefox-i18n-59.0/el.xpi) = 466c2fef631c84 >> SIZE (xpi/firefox-i18n-59.0/el.xpi) = 531406 >> SHA256 (xpi/firefox-i18n-59.0/en-GB.xpi) = cb42b3e458acc5ab249da6b55a9958585e4c064ddfb94b7bf49f9465626df0a4 >> SIZE (xpi/firefox-i18n-59.0/en-GB.xpi) = 434298 >> -SHA256 (xpi/firefox-i18n-59.0/en-US.xpi) = 44e49f00faf5c818ca025e4845f667b33c9542f5cc876fb5779c1d0fb87cc8b9 >> +SHA256 (xpi/firefox-i18n-59.0/en-US.xpi) = d7a323080afc9cf936cf672e584da825413637b4b413153b0f4ddd5169fdf05a >> SIZE (xpi/firefox-i18n-59.0/en-US.xpi) = 432747 >> SHA256 (xpi/firefox-i18n-59.0/en-ZA.xpi) = 4816897d2e2f2f5f3d3a35a0f335cd34673f4cc57fe82178af7522055b508e9b >> SIZE (xpi/firefox-i18n-59.0/en-ZA.xpi) = 427364 >> >> Modified: head/www/firefox/Makefile >> ============================================================================== >> --- head/www/firefox/Makefile Mon Mar 12 21:53:29 2018 (r464324) >> +++ head/www/firefox/Makefile Mon Mar 12 22:13:14 2018 (r464325) >> @@ -3,11 +3,11 @@ >> >> PORTNAME= firefox >> DISTVERSION= 59.0 >> -PORTREVISION= 3 >> +PORTREVISION= 4 >> PORTEPOCH= 1 >> CATEGORIES= www ipv6 >> MASTER_SITES= https://hg.mozilla.org/releases/mozilla-release/archive/ >> -DISTNAME= ${MASTER_SITES:M*hg*:S,/archive/,,:T}-e9128973a480c8aedf3a2e1c67d3e168613fa17c >> +DISTNAME= ${MASTER_SITES:M*hg*:S,/archive/,,:T}-c61f5f5ead48c78a80c80db5c489bdc7cfaf8175 >> DISTFILES= ${DISTNAME:C/.*-//}${EXTRACT_SUFX} >> DIST_SUBDIR= firefox >> >> >> Modified: head/www/firefox/distinfo >> ============================================================================== >> --- head/www/firefox/distinfo Mon Mar 12 21:53:29 2018 (r464324) >> +++ head/www/firefox/distinfo Mon Mar 12 22:13:14 2018 (r464325) >> @@ -1,3 +1,3 @@ >> -TIMESTAMP = 1520456550 >> -SHA256 (firefox/e9128973a480c8aedf3a2e1c67d3e168613fa17c.tar.bz2) = bd6c5a7635009cb1a95824287b9751f1012f8e13bec057811d882e0db75e1258 >> -SIZE (firefox/e9128973a480c8aedf3a2e1c67d3e168613fa17c.tar.bz2) = 304977546 >> +TIMESTAMP = 1520650457 >> +SHA256 (firefox/c61f5f5ead48c78a80c80db5c489bdc7cfaf8175.tar.bz2) = 1c591e52ca808c3bfbdcd9bcca0c8c1457fe9503face27cde6272a3b791afec4 >> +SIZE (firefox/c61f5f5ead48c78a80c80db5c489bdc7cfaf8175.tar.bz2) = 304957396 >> > > Can you verify the distinfo? I get the following: > > => Fetched file size mismatch (expected 304957396, actual 304962405) See https://bugzilla.mozilla.org/show_bug.cgi?id=1432591#c22 --- mozilla-release-c61f5f5ead48c78a80c80db5c489bdc7cfaf8175.old/.hg_archival.txt 2018-03-10 02:54:17 UTC +++ mozilla-release-c61f5f5ead48c78a80c80db5c489bdc7cfaf8175/.hg_archival.txt 2018-03-10 02:54:17 UTC @@ -1,6 +1,5 @@ repo: 8ba995b74e18334ab3707f27e9eb8f4e37ba3d29 node: c61f5f5ead48c78a80c80db5c489bdc7cfaf8175 branch: default -latesttag: FIREFOX_RELEASE_59_BASE -latesttagdistance: 54 -changessincelatesttag: 1305 +tag: FIREFOX_59_0_BUILD5 +tag: FIREFOX_59_0_RELEASE