Opened 7 years ago
Closed 7 years ago
#55646 closed defect (fixed)
wget: update to build with perl 5.26
Reported by: | blair (Blair Zajac) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | wget |
Description
Do you mind if I update wget with this patch:
--- a/net/wget/Portfile +++ b/net/wget/Portfile @@ -35,7 +35,7 @@ configure.args --disable-silent-rules \ # older system perl versions (10.6 and earlier) do not support pod2man --utf8 # https://trac.macports.org/ticket/50164 -set perl_version 5.24 +set perl_version 5.26 depends_build bin:makeinfo:texinfo \ port:perl${perl_version} \
Change History (1)
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 46db61ca68bec0c4e4bc4503dc9c33ed1338dc8c/macports-ports: