<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[142598] trunk/dports/net/wget</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/142598">142598</a></dd>
<dt>Author</dt> <dd>ryandesign@macports.org</dd>
<dt>Date</dt> <dd>2015-11-16 09:16:34 -0800 (Mon, 16 Nov 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>wget: update to 1.17</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsnetwgetPortfile">trunk/dports/net/wget/Portfile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkdportsnetwgetfilesprefixpatch">trunk/dports/net/wget/files/prefix.patch</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkdportsnetwgetfilespatchprefixdiff">trunk/dports/net/wget/files/patch-prefix.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsnetwgetPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/net/wget/Portfile (142597 => 142598)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/net/wget/Portfile        2015-11-16 17:08:18 UTC (rev 142597)
+++ trunk/dports/net/wget/Portfile        2015-11-16 17:16:34 UTC (rev 142598)
</span><span class="lines">@@ -5,8 +5,7 @@
</span><span class="cx"> PortGroup               muniversal 1.0
</span><span class="cx"> 
</span><span class="cx"> name                    wget
</span><del>-version                 1.16.3
-revision                1
</del><ins>+version                 1.17
</ins><span class="cx"> categories              net www
</span><span class="cx"> maintainers             ryandesign openmaintainer
</span><span class="cx"> license                 GPL-3+
</span><span class="lines">@@ -25,8 +24,8 @@
</span><span class="cx">     non-interactive commandline tool, so it may easily be called from \
</span><span class="cx">     scripts, cron jobs, terminals without Xsupport, etc.
</span><span class="cx"> 
</span><del>-checksums               rmd160  23ffad97b5a92dff2596925e7a95731ee46b1b68 \
-                        sha256  67f7b7b0f5c14db633e3b18f53172786c001e153d545cfc85d82759c5c2ffb37
</del><ins>+checksums               rmd160  ea35738ca2e5b60a191b45a698b0a98766fc57d6 \
+                        sha256  bd69d63acbf329a8286ccebbe63cd4fecc998718131a0d4b2ab9239542d2bb87
</ins><span class="cx"> 
</span><span class="cx"> configure.args \
</span><span class="cx">     --without-ssl
</span><span class="lines">@@ -42,7 +41,7 @@
</span><span class="cx">     port:pcre
</span><span class="cx"> 
</span><span class="cx"> patchfiles              nawk.patch \
</span><del>-                        patch-prefix.diff
</del><ins>+                        prefix.patch
</ins><span class="cx"> 
</span><span class="cx"> # Ensure libuuid doesn't get used even if the ossp-uuid port is installed.
</span><span class="cx"> configure.args-append       ac_cv_header_uuid_uuid_h=no
</span></span></pre></div>
<a id="trunkdportsnetwgetfilespatchprefixdiff"></a>
<div class="delfile"><h4>Deleted: trunk/dports/net/wget/files/patch-prefix.diff (142597 => 142598)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/net/wget/files/patch-prefix.diff        2015-11-16 17:08:18 UTC (rev 142597)
+++ trunk/dports/net/wget/files/patch-prefix.diff        2015-11-16 17:16:34 UTC (rev 142598)
</span><span class="lines">@@ -1,109 +0,0 @@
</span><del>---- ChangeLog        2012-07-08 07:28:49.000000000 -0500
-+++ ChangeLog        2012-08-05 20:57:20.000000000 -0500
-@@ -1809,7 +1809,7 @@

-         * aclocal.m4 (WGET_WITH_NLS): First check for gettext in libintl,
-         then use the libc version.  That way systems that get libintl.h
--        from /usr/local/include will get the matching gettext.
-+        from @PREFIX@/include will get the matching gettext.

- 2003-10-10  Hrvoje Niksic  &lt;hniksic@xemacs.org&gt;

---- NEWS        2012-08-05 15:13:28.000000000 -0500
-+++ NEWS        2012-08-05 20:57:20.000000000 -0500
-@@ -668,7 +668,7 @@

- ** Compiles on pre-ANSI compilers.

--** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).
-+** Global wgetrc now goes to @PREFIX@/etc (i.e. $sysconfdir).

- ** Lots of bugfixes.

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

--** You can have a system-wide wgetrc (/usr/local/lib/wgetrc by
--default). Settings in $HOME/.wgetrc override the global ones, of
--course :-)
-+** You can have a system-wide wgetrc (@PREFIX@/lib/wgetrc). Settings
-+in $HOME/.wgetrc override the global ones, of course :-)

- ** You can set up quota in .wgetrc to prevent sucking too much
- data. Try `quota = 5M' in .wgetrc (or quota = 100K if you want your
---- README        2009-09-20 17:59:32.000000000 -0500
-+++ README        2009-09-23 20:46:38.000000000 -0500
-@@ -33,8 +33,7 @@

- Most of the features are configurable, either through command-line
- options, or via initialization file .wgetrc.  Wget allows you to
--install a global startup file (/usr/local/etc/wgetrc by default) for
--site settings.
-+install a global startup file (@PREFIX@/etc/wgetrc) for site settings.

- Wget works under almost all Unix variants in use today and, unlike
- many of its historical predecessors, is written entirely in C, thus
---- doc/sample.wgetrc        2009-09-21 21:53:58.000000000 -0500
-+++ doc/sample.wgetrc        2009-09-23 20:46:38.000000000 -0500
-@@ -7,7 +7,7 @@
- ## not contain a comprehensive list of commands -- look at the manual
- ## to find out what you can put into this file.
- ##
--## Wget initialization file can reside in /usr/local/etc/wgetrc
-+## Wget initialization file can reside in @PREFIX@/etc/wgetrc
- ## (global, for all users) or $HOME/.wgetrc (for a single user).
- ##
- ## To use the settings in this file, you will have to uncomment them,
-@@ -16,7 +16,7 @@


- ##
--## Global settings (useful for setting up in /usr/local/etc/wgetrc).
-+## Global settings (useful for setting up in @PREFIX@/etc/wgetrc).
- ## Think well before you change them, since they may reduce wget's
- ## functionality, and make it behave contrary to the documentation:
- ##
---- doc/wget.texi        2012-08-04 03:41:52.000000000 -0500
-+++ doc/wget.texi        2012-08-05 20:57:20.000000000 -0500
-@@ -190,15 +190,15 @@
- Most of the features are fully configurable, either through command line
- options, or via the initialization file @file{.wgetrc} (@pxref{Startup
- File}).  Wget allows you to define @dfn{global} startup files
--(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also
-+(@file{@PREFIX@/etc/wgetrc}) for site settings. You can also
- specify the location of a startup file with the --config option.
-  

- @ignore
- @c man begin FILES
- @table @samp
--@item /usr/local/etc/wgetrc
--Default location of the @dfn{global} startup file.
-+@item @PREFIX@/etc/wgetrc
-+Location of the @dfn{global} startup file.

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

- When initializing, Wget will look for a @dfn{global} startup file,
--@file{/usr/local/etc/wgetrc} by default (or some prefix other than
--@file{/usr/local}, if Wget was not installed there) and read commands
--from there, if it exists.
-+@file{@PREFIX@/etc/wgetrc} and read commands from there, if it exists.

- 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
-@@ -2758,8 +2756,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
--system-wide wgetrc (in @file{/usr/local/etc/wgetrc} by default).
--Fascist admins, away!
-+system-wide wgetrc (in @file{@PREFIX@/etc/wgetrc}).  Fascist admins,
-+away!

- @node Wgetrc Syntax, Wgetrc Commands, Wgetrc Location, Startup File
- @section Wgetrc Syntax
</del></span></pre></div>
<a id="trunkdportsnetwgetfilesprefixpatchfromrev142597trunkdportsnetwgetfilespatchprefixdiff"></a>
<div class="copfile"><h4>Copied: trunk/dports/net/wget/files/prefix.patch (from rev 142597, trunk/dports/net/wget/files/patch-prefix.diff) (0 => 142598)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/net/wget/files/prefix.patch                                (rev 0)
+++ trunk/dports/net/wget/files/prefix.patch        2015-11-16 17:16:34 UTC (rev 142598)
</span><span class="lines">@@ -0,0 +1,98 @@
</span><ins>+--- NEWS.orig        2015-11-15 08:14:50.000000000 -0600
++++ NEWS        2015-11-16 11:05:27.000000000 -0600
+@@ -782,7 +782,7 @@

+ ** Compiles on pre-ANSI compilers.

+-** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).
++** Global wgetrc now goes to @PREFIX@/etc (i.e. $sysconfdir).

+ ** Lots of bugfixes.

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

+-** You can have a system-wide wgetrc (/usr/local/lib/wgetrc by
+-default). Settings in $HOME/.wgetrc override the global ones, of
+-course :-)
++** You can have a system-wide wgetrc (@PREFIX@/lib/wgetrc). Settings
++in $HOME/.wgetrc override the global ones, of course :-)

+ ** You can set up quota in .wgetrc to prevent sucking too much
+ data. Try `quota = 5M' in .wgetrc (or quota = 100K if you want your
+--- README.orig        2015-11-09 09:24:06.000000000 -0600
++++ README        2015-11-16 11:05:27.000000000 -0600
+@@ -33,8 +33,7 @@

+ Most of the features are configurable, either through command-line
+ options, or via initialization file .wgetrc.  Wget allows you to
+-install a global startup file (/usr/local/etc/wgetrc by default) for
+-site settings.
++install a global startup file (@PREFIX@/etc/wgetrc) for site settings.

+ Wget works under almost all Unix variants in use today and, unlike
+ many of its historical predecessors, is written entirely in C, thus
+--- doc/sample.wgetrc.orig        2015-11-09 09:24:06.000000000 -0600
++++ doc/sample.wgetrc        2015-11-16 11:05:27.000000000 -0600
+@@ -10,7 +10,7 @@
+ ## Or online here:
+ ##   https://www.gnu.org/software/wget/manual/wget.html#Startup-File
+ ##
+-## Wget initialization file can reside in /usr/local/etc/wgetrc
++## Wget initialization file can reside in @PREFIX@/etc/wgetrc
+ ## (global, for all users) or $HOME/.wgetrc (for a single user).
+ ##
+ ## To use the settings in this file, you will have to uncomment them,
+@@ -22,7 +22,7 @@


+ ##
+-## Global settings (useful for setting up in /usr/local/etc/wgetrc).
++## Global settings (useful for setting up in @PREFIX@/etc/wgetrc).
+ ## 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
+@@ -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
+ File}).  Wget allows you to define @dfn{global} startup files
+-(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also
++(@file{@PREFIX@/etc/wgetrc}) for site settings. You can also
+ specify the location of a startup file with the --config option.
+  

+ @ignore
+ @c man begin FILES
+ @table @samp
+-@item /usr/local/etc/wgetrc
+-Default location of the @dfn{global} startup file.
++@item @PREFIX@/etc/wgetrc
++Location of the @dfn{global} startup file.

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

+ When initializing, Wget will look for a @dfn{global} startup file,
+-@file{/usr/local/etc/wgetrc} by default (or some prefix other than
+-@file{/usr/local}, if Wget was not installed there) and read commands
+-from there, if it exists.
++@file{@PREFIX@/etc/wgetrc} and read commands from there, if it exists.

+ 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 @@

+ 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
+-system-wide wgetrc (in @file{/usr/local/etc/wgetrc} by default).
+-Fascist admins, away!
++system-wide wgetrc (in @file{@PREFIX@/etc/wgetrc}).  Fascist admins,
++away!

+ @node Wgetrc Syntax, Wgetrc Commands, Wgetrc Location, Startup File
+ @section Wgetrc Syntax
</ins></span></pre>
</div>
</div>

</body>
</html>