Summary: | lang/gcc6-aux:Either /xports/lang/gcc6-aux/distinfo is out of date, or gcc-6-20180516.tar.xz is spelled incorrectly | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Gerard Seibert <gerard_seibert> |
Component: | Individual Port(s) | Assignee: | Eric Turgeon <ericbsd> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | Trond.Endrestol, gerard_seibert, r00t, w.schwarzenfeld |
Priority: | --- | Flags: | ericbsd:
maintainer-feedback+
|
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Gerard Seibert
2018-05-28 17:41:21 UTC
It looks like r471043 forgot to update distinfo. This small patch can be used in the interrim. Index: /usr/ports/lang/gcc6-aux/distinfo =================================================================== --- /usr/ports/lang/gcc6-aux/distinfo (revision 471079) +++ /usr/ports/lang/gcc6-aux/distinfo (working copy) @@ -1,6 +1,6 @@ -TIMESTAMP = 1503523153 -SHA256 (gcc-6-20170802.tar.xz) = 6da53170cb1fd50fc49cae567e741a0e6334babcc1d23e7302221b18adcce34c -SIZE (gcc-6-20170802.tar.xz) = 72581920 +TIMESTAMP = 1527581212 +SHA256 (gcc-6-20180516.tar.xz) = fd5ca24c672554ab0d8dafd2b9319099d170509e432121992290232c079f8244 +SIZE (gcc-6-20180516.tar.xz) = 72660356 SHA256 (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 7231209f2600275f554f788ad1d036cf633c4339ebd25bd479a5bb1ddcddedf3 SIZE (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 41229192 SHA256 (ada-bootstrap.x86_64.dragonfly.41.tar.bz2) = eb7785d8b842aee2bb04b43adfb1346b178ee4e83d8775b4e6705fd23f1586f0 see also bug #227914. I am updating the distfile at this moment A commit references this bug: Author: ericbsd Date: Tue May 29 14:32:46 UTC 2018 New revision: 471093 URL: https://svnweb.freebsd.org/changeset/ports/471093 Log: Update lang/gcc6-aux disfile with missing changes PR: 227914, 228570 Approved by: wg mentor Changes: head/lang/gcc6-aux/distinfo I updated the distinfo. |