New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82455


Ignore:
Timestamp:
08/13/11 23:09:49 (4 years ago)
Author:
ryandesign@…
Message:

wget: update to 1.13, fix license

Location:
trunk/dports/net/wget
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/wget/Portfile

    r74772 r82455  
    66 
    77name                    wget 
    8 version                 1.12 
    9 revision                3 
     8version                 1.13 
    109categories              net www 
    1110maintainers             ryandesign 
    12 license                 GPL-3 
     11license                 GPL-3+ 
    1312homepage                http://www.gnu.org/software/wget/ 
    1413platforms               darwin freebsd 
     
    2524    scripts, cron jobs, terminals without Xsupport, etc. 
    2625 
    27 checksums \ 
    28     md5     141461b9c04e454dc8933c9d1f2abf83 \ 
    29     sha1    50d4ed2441e67db7aa5061d8a4dde41ee0e94248 \ 
    30     rmd160  232d0aa6fb36731c162d2b7374aa9ab59e671b7d 
     26checksums               sha1    4661e9450950aba193e9e98e614afeba03a3f1fc \ 
     27                        rmd160  825daeb084e57bc11284f79700629eac73e755ab 
    3128 
    3229configure.args \ 
  • trunk/dports/net/wget/files/patch-prefix.diff

    r58284 r82455  
    1 --- ChangeLog   2009-09-21 22:39:35.000000000 -0500 
    2 +++ ChangeLog   2009-09-23 20:46:38.000000000 -0500 
    3 @@ -1166,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 @@ 
    44  
    55        * aclocal.m4 (WGET_WITH_NLS): First check for gettext in libintl, 
     
    1010 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org> 
    1111  
    12 --- NEWS        2009-09-21 21:53:35.000000000 -0500 
    13 +++ NEWS        2009-09-23 20:46:38.000000000 -0500 
    14 @@ -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 @@ 
    1515  
    1616 ** Compiles on pre-ANSI compilers. 
     
    2121 ** Lots of bugfixes. 
    2222  
    23 @@ -625,9 +625,8 @@ 
     23@@ -688,9 +688,8 @@ 
    2424 ** Fixed a long-standing bug, so that Wget now works over SLIP 
    2525 connections. 
     
    6565 ## functionality, and make it behave contrary to the documentation: 
    6666 ## 
    67 --- doc/wget.texi       2009-09-04 16:22:04.000000000 -0500 
    68 +++ doc/wget.texi       2009-09-23 20:46:38.000000000 -0500 
    69 @@ -190,13 +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 @@ 
    7070 Most of the features are fully configurable, either through command line 
    7171 options, or via the initialization file @file{.wgetrc} (@pxref{Startup 
    7272 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   
    7577  
    7678 @ignore 
     
    8486 @item .wgetrc 
    8587 User startup file. 
    86 @@ -2670,9 +2670,7 @@ 
     88@@ -2696,9 +2696,7 @@ 
    8789 @cindex location of wgetrc 
    8890  
     
    9597 Then it will look for the user's file.  If the environmental variable 
    9698 @code{WGETRC} is set, Wget will try to load that file.  Failing that, no 
    97 @@ -2682,8 +2680,8 @@ 
     99@@ -2708,8 +2706,8 @@ 
    98100  
    99101 The fact that user's settings are loaded after the system-wide ones 
Note: See TracChangeset for help on using the changeset viewer.