Changeset 82455
- Timestamp:
- 08/13/11 23:09:49 (4 years ago)
- Location:
- trunk/dports/net/wget
- Files:
-
- 2 edited
-
Portfile (modified) (2 diffs)
-
files/patch-prefix.diff (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/wget/Portfile
r74772 r82455 6 6 7 7 name wget 8 version 1.12 9 revision 3 8 version 1.13 10 9 categories net www 11 10 maintainers ryandesign 12 license GPL-3 11 license GPL-3+ 13 12 homepage http://www.gnu.org/software/wget/ 14 13 platforms darwin freebsd … … 25 24 scripts, cron jobs, terminals without Xsupport, etc. 26 25 27 checksums \ 28 md5 141461b9c04e454dc8933c9d1f2abf83 \ 29 sha1 50d4ed2441e67db7aa5061d8a4dde41ee0e94248 \ 30 rmd160 232d0aa6fb36731c162d2b7374aa9ab59e671b7d 26 checksums sha1 4661e9450950aba193e9e98e614afeba03a3f1fc \ 27 rmd160 825daeb084e57bc11284f79700629eac73e755ab 31 28 32 29 configure.args \ -
trunk/dports/net/wget/files/patch-prefix.diff
r58284 r82455 1 --- ChangeLog 20 09-09-21 22:39:35.000000000 -05002 +++ ChangeLog 20 09-09-23 20:46:38.000000000 -05003 @@ -1 166,7 +1166,7 @@1 --- ChangeLog 2011-08-09 03:56:54.000000000 -0500 2 +++ ChangeLog 2011-08-14 00:33:32.000000000 -0500 3 @@ -1707,7 +1707,7 @@ 4 4 5 5 * aclocal.m4 (WGET_WITH_NLS): First check for gettext in libintl, … … 10 10 2003-10-10 Hrvoje Niksic <hniksic@xemacs.org> 11 11 12 --- NEWS 20 09-09-21 21:53:35.000000000 -050013 +++ NEWS 20 09-09-23 20:46:38.000000000 -050014 @@ - 562,7 +562,7 @@12 --- NEWS 2011-08-06 06:04:16.000000000 -0500 13 +++ NEWS 2011-08-14 00:33:32.000000000 -0500 14 @@ -625,7 +625,7 @@ 15 15 16 16 ** Compiles on pre-ANSI compilers. … … 21 21 ** Lots of bugfixes. 22 22 23 @@ -6 25,9 +625,8 @@23 @@ -688,9 +688,8 @@ 24 24 ** Fixed a long-standing bug, so that Wget now works over SLIP 25 25 connections. … … 65 65 ## functionality, and make it behave contrary to the documentation: 66 66 ## 67 --- doc/wget.texi 20 09-09-04 16:22:04.000000000 -050068 +++ doc/wget.texi 20 09-09-23 20:46:38.000000000 -050069 @@ -190,1 3 +190,13@@67 --- doc/wget.texi 2011-08-06 05:22:58.000000000 -0500 68 +++ doc/wget.texi 2011-08-14 00:35:21.000000000 -0500 69 @@ -190,15 +190,15 @@ 70 70 Most of the features are fully configurable, either through command line 71 71 options, or via the initialization file @file{.wgetrc} (@pxref{Startup 72 72 File}). Wget allows you to define @dfn{global} startup files 73 -(@file{/usr/local/etc/wgetrc} by default) for site settings. 74 +(@file{@PREFIX@/etc/wgetrc}) for site settings. 73 -(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also 74 +(@file{@PREFIX@/etc/wgetrc}) for site settings. You can also 75 specify the location of a startup file with the --config option. 76 75 77 76 78 @ignore … … 84 86 @item .wgetrc 85 87 User startup file. 86 @@ -26 70,9 +2670,7 @@88 @@ -2696,9 +2696,7 @@ 87 89 @cindex location of wgetrc 88 90 … … 95 97 Then it will look for the user's file. If the environmental variable 96 98 @code{WGETRC} is set, Wget will try to load that file. Failing that, no 97 @@ -2 682,8 +2680,8 @@99 @@ -2708,8 +2706,8 @@ 98 100 99 101 The fact that user's settings are loaded after the system-wide ones
Note: See TracChangeset
for help on using the changeset viewer.

