Skip to content

Commit

Permalink
wget: Update to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 13, 2017
1 parent 574f4bb commit efedfde
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
11 changes: 5 additions & 6 deletions net/wget/Portfile
Expand Up @@ -4,8 +4,7 @@ PortSystem 1.0
PortGroup muniversal 1.0

name wget
version 1.18
revision 1
version 1.19.1
categories net www
maintainers ryandesign openmaintainer
license GPL-3+
Expand All @@ -24,11 +23,11 @@ long_description \
non-interactive commandline tool, so it may easily be called from \
scripts, cron jobs, terminals without Xsupport, etc.

checksums rmd160 4fdf9c523b434050eeccfbd14b98c90c591d7ce4 \
sha256 b5b55b75726c04c06fe253daec9329a6f1a3c0c1878e3ea76ebfebc139ea9cc1
checksums rmd160 158d759b81c0893cc9c83e4beabb104f4987f6dd \
sha256 0c950b9671881222a4d385b013c9604e98a8025d1988529dfca0e93617744cd2

configure.args \
--without-ssl
configure.args --disable-silent-rules \
--without-ssl

# use a specific MacPorts perl version
# older system perl versions (10.6 and earlier) do not support pod2man --utf8
Expand Down
6 changes: 3 additions & 3 deletions net/wget/files/nawk.patch
@@ -1,6 +1,6 @@
--- configure.orig 2015-11-15 08:07:06.000000000 -0600
+++ configure 2015-11-16 10:58:34.000000000 -0600
@@ -4011,7 +4011,7 @@
--- configure.orig 2017-02-03 05:46:37.000000000 -0600
+++ configure 2017-02-03 16:12:57.000000000 -0600
@@ -4096,7 +4096,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
$as_echo "$MKDIR_P" >&6; }

Expand Down
16 changes: 8 additions & 8 deletions net/wget/files/prefix.patch
@@ -1,6 +1,6 @@
--- NEWS.orig 2015-11-15 08:14:50.000000000 -0600
+++ NEWS 2015-11-16 11:05:27.000000000 -0600
@@ -782,7 +782,7 @@
--- NEWS.orig 2017-01-17 07:02:16.000000000 -0600
+++ NEWS 2017-02-03 16:12:58.000000000 -0600
@@ -863,7 +863,7 @@

** Compiles on pre-ANSI compilers.

Expand All @@ -9,7 +9,7 @@

** Lots of bugfixes.

@@ -845,9 +845,8 @@
@@ -926,9 +926,8 @@
** Fixed a long-standing bug, so that Wget now works over SLIP
connections.

Expand Down Expand Up @@ -53,8 +53,8 @@
## Think well before you change them, since they may reduce wget's
## functionality, and make it behave contrary to the documentation:
##
--- doc/wget.texi.orig 2015-11-09 09:24:17.000000000 -0600
+++ doc/wget.texi 2015-11-16 11:05:27.000000000 -0600
--- doc/wget.texi.orig 2017-02-02 05:10:36.000000000 -0600
+++ doc/wget.texi 2017-02-03 16:12:58.000000000 -0600
@@ -191,15 +191,15 @@
Most of the features are fully configurable, either through command line
options, or via the initialization file @file{.wgetrc} (@pxref{Startup
Expand All @@ -74,7 +74,7 @@

@item .wgetrc
User startup file.
@@ -3030,9 +3030,7 @@
@@ -3098,9 +3098,7 @@
@cindex location of wgetrc

When initializing, Wget will look for a @dfn{global} startup file,
Expand All @@ -85,7 +85,7 @@

Then it will look for the user's file. If the environmental variable
@code{WGETRC} is set, Wget will try to load that file. Failing that, no
@@ -3042,8 +3040,8 @@
@@ -3110,8 +3108,8 @@

The fact that user's settings are loaded after the system-wide ones
means that in case of collision user's wgetrc @emph{overrides} the
Expand Down

0 comments on commit efedfde

Please sign in to comment.