svn commit: r455550 - in head/www/waterfox: . files

Jan Beich jbeich at FreeBSD.org
Tue Dec 5 09:11:18 UTC 2017


Joseph Mingrone <jrm at FreeBSD.org> writes:

> Jan Beich <jbeich at FreeBSD.org> writes:
>
>> Author: jbeich
>> Date: Mon Dec  4 23:52:42 2017
>> New Revision: 455550
>> URL: https://svnweb.freebsd.org/changeset/ports/455550
>
>> Log:
>>   www/waterfox: update to 56.0.s20171203
>
>>   Changes:	https://github.com/MrAlex94/Waterfox/compare/8c17fb8d3c7f...eadf0f15d05e
[...]
> Did upstream change something?  It's unfetchable with the current distinfo.
> http://pkg.awarnach.mathstat.dal.ca/data/11amd64-default/2017-12-04_21h14m55s/logs/errors/waterfox-56.0.s20171203.log
>
> `make makesum` fixes things.
>
> % git diff
>
> diff --git a/www/waterfox/distinfo b/www/waterfox/distinfo
> index 6a28ba4d7526..09d25b5b1077 100644
> --- a/www/waterfox/distinfo
> +++ b/www/waterfox/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1512266552
> -SHA256 (MrAlex94-Waterfox-56.0.s20171203-eadf0f15d05e_GH0.tar.gz) = edc9c603192ad20ddddbf3f9c1557619c05c545fb10ca33435c79239ff667505
> -SIZE (MrAlex94-Waterfox-56.0.s20171203-eadf0f15d05e_GH0.tar.gz) = 394204922
> +TIMESTAMP = 1512439330
> +SHA256 (MrAlex94-Waterfox-56.0.s20171203-eadf0f15d05e_GH0.tar.gz) = 4f36e446d0f93f3906038fde0db8ebfef90649aa0ec27a3903ced385905ce05b
> +SIZE (MrAlex94-Waterfox-56.0.s20171203-eadf0f15d05e_GH0.tar.gz) = 394205881

If upstream has changed something commit hash would be different.
According to the following diff it's probably a git-archive(1) quirk.
Looking at the commits indeed HEAD on master branch has changed from
eadf0f15d05e to bbce73332523.

$ diff -urN Waterfox-eadf0f15d05e.old Waterfox-eadf0f15d05e
--- Waterfox-eadf0f15d05e.old/addon-sdk/source/python-lib/cuddlefish/_version.py	2017-12-03 02:02:32.000000000 +0000
+++ Waterfox-eadf0f15d05e/addon-sdk/source/python-lib/cuddlefish/_version.py	2017-12-03 02:02:32.000000000 +0000
@@ -9,7 +9,7 @@
 # (https://github.com/warner/python-versioneer)
 
 # these strings will be replaced by git during git-archive
-git_refnames = " (HEAD -> master)"
+git_refnames = ""
 git_full = "eadf0f15d05eafc5bbfa4fa02314ffa8227b96d4"
 
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 584 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20171205/5ea36009/attachment.sig>


More information about the svn-ports-all mailing list