Changes between Version 1 and Version 2 of Ticket #55475


Ignore:
Timestamp:
Dec 6, 2017, 12:56:57 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

If the developers of wget distributed an xz-compressed tarball of version 1.19.2, I would have had the portfile continue to use it. But in 1.19.2 the developers stopped providing xz-compressed tarballs and started providing lz-compressed tarballs, so I switched the portfile to that.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55475

    • Property Status changed from assigned to closed
    • Property Resolution changed from to invalid
    • Property Version changed from 1.9.2 to
    • Property Type changed from update to defect
  • Ticket #55475 – Description

    v1 v2  
    11In commit [d7fd082d9e3ccc0a1366b3ad15ea8a7c832c9ed4/macports-ports], wget suddenly requires lzip instead of xz:
     2{{{
    23-use_xz                  yes
    34+use_lzip                yes
     5}}}
    46
    57This requirement triggers installation of lzip, which doesn't offer any advantage over xz (while xz is usually already installed since plenty of other stuff requires it).