[142598] trunk/dports/net/wget

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 06:26:08 PST 2015


Revision: 142598
          https://trac.macports.org/changeset/142598
Author:   ryandesign at macports.org
Date:     2015-11-16 09:16:34 -0800 (Mon, 16 Nov 2015)
Log Message:
-----------
wget: update to 1.17

Modified Paths:
--------------
    trunk/dports/net/wget/Portfile

Added Paths:
-----------
    trunk/dports/net/wget/files/prefix.patch

Removed Paths:
-------------
    trunk/dports/net/wget/files/patch-prefix.diff

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- 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)
@@ -5,8 +5,7 @@
 PortGroup               muniversal 1.0
 
 name                    wget
-version                 1.16.3
-revision                1
+version                 1.17
 categories              net www
 maintainers             ryandesign openmaintainer
 license                 GPL-3+
@@ -25,8 +24,8 @@
     non-interactive commandline tool, so it may easily be called from \
     scripts, cron jobs, terminals without Xsupport, etc.
 
-checksums               rmd160  23ffad97b5a92dff2596925e7a95731ee46b1b68 \
-                        sha256  67f7b7b0f5c14db633e3b18f53172786c001e153d545cfc85d82759c5c2ffb37
+checksums               rmd160  ea35738ca2e5b60a191b45a698b0a98766fc57d6 \
+                        sha256  bd69d63acbf329a8286ccebbe63cd4fecc998718131a0d4b2ab9239542d2bb87
 
 configure.args \
     --without-ssl
@@ -42,7 +41,7 @@
     port:pcre
 
 patchfiles              nawk.patch \
-                        patch-prefix.diff
+                        prefix.patch
 
 # Ensure libuuid doesn't get used even if the ossp-uuid port is installed.
 configure.args-append       ac_cv_header_uuid_uuid_h=no

Deleted: trunk/dports/net/wget/files/patch-prefix.diff
===================================================================
--- 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)
@@ -1,109 +0,0 @@
---- 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  <hniksic at xemacs.org>
- 
---- 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
-- at item /usr/local/etc/wgetrc
--Default location of the @dfn{global} startup file.
-+ at 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,
-- at file{/usr/local/etc/wgetrc} by default (or some prefix other than
-- at file{/usr/local}, if Wget was not installed there) and read commands
--from there, if it exists.
-+ at 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

Copied: trunk/dports/net/wget/files/prefix.patch (from rev 142597, trunk/dports/net/wget/files/patch-prefix.diff)
===================================================================
--- 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)
@@ -0,0 +1,98 @@
+--- 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
+- at item /usr/local/etc/wgetrc
+-Default location of the @dfn{global} startup file.
++ at 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,
+- at file{/usr/local/etc/wgetrc} by default (or some prefix other than
+- at file{/usr/local}, if Wget was not installed there) and read commands
+-from there, if it exists.
++ at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/51ea5dc9/attachment.html>


More information about the macports-changes mailing list