[116422] trunk/dports/net/wget

ryandesign at macports.org ryandesign at macports.org
Fri Jan 24 14:02:47 PST 2014


Revision: 116422
          https://trac.macports.org/changeset/116422
Author:   ryandesign at macports.org
Date:     2014-01-24 14:02:47 -0800 (Fri, 24 Jan 2014)
Log Message:
-----------
wget: update to 1.15

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

Removed Paths:
-------------
    trunk/dports/net/wget/files/0001-docs-fix-errors-and-warnings-with-Texinfo-5.patch

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile	2014-01-24 21:57:04 UTC (rev 116421)
+++ trunk/dports/net/wget/Portfile	2014-01-24 22:02:47 UTC (rev 116422)
@@ -6,8 +6,7 @@
 PortGroup               muniversal 1.0
 
 name                    wget
-version                 1.14
-revision                5
+version                 1.15
 categories              net www
 maintainers             ryandesign
 license                 GPL-3+
@@ -26,8 +25,8 @@
     non-interactive commandline tool, so it may easily be called from \
     scripts, cron jobs, terminals without Xsupport, etc.
 
-checksums               rmd160  ce1321a70c8d88a4ac9748896eb9a148c413f4c1 \
-                        sha256  1761d7f7c6a2ad6c8d494d239c53f0c17126efb6449ada16dee3a66d87a4147b
+checksums               rmd160  f318f653bd581751754b40f7674954d542e6e92b \
+                        sha256  d18a5f4354c9854b1f1b9897353443bceed8e19a391d36d4dbebe85cc9d480fb
 
 # nawk: syntax error at source line 1 source file
 conflicts_build         nawk
@@ -76,9 +75,7 @@
 
 default_variants        +ssl
 
-patchfiles \
-    patch-prefix.diff \
-    0001-docs-fix-errors-and-warnings-with-Texinfo-5.patch
+patchfiles              patch-prefix.diff
 
 post-patch {
     reinplace "s|@PREFIX@|${prefix}|g" \

Deleted: trunk/dports/net/wget/files/0001-docs-fix-errors-and-warnings-with-Texinfo-5.patch
===================================================================
--- trunk/dports/net/wget/files/0001-docs-fix-errors-and-warnings-with-Texinfo-5.patch	2014-01-24 21:57:04 UTC (rev 116421)
+++ trunk/dports/net/wget/files/0001-docs-fix-errors-and-warnings-with-Texinfo-5.patch	2014-01-24 22:02:47 UTC (rev 116422)
@@ -1,61 +0,0 @@
-From 9e8d899a356d95be34737488bb8fd59d4c6b3dbd Mon Sep 17 00:00:00 2001
-From: Stefano Lattarini <stefano.lattarini at gmail.com>
-Date: Thu, 8 Nov 2012 12:15:41 +0100
-Subject: [PATCH] docs: fix errors and warnings with Texinfo 5
-
-Or rather, with the development version 4.13.90, which will eventually
-become Texinfo 5.0.
-
-* doc/wget.texi: Use '@item' instead of '@itemx' in several places,
-as Texinfo 5 refuses to process an '@itemx' that is not preceded by an
-'@item'.
-
-Copyright-paperwork-exempt: yes
-Signed-off-by: Stefano Lattarini <stefano.lattarini at gmail.com>
----
- doc/wget.texi | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git doc/wget.texi doc/wget.texi
-index 400debe..8fd6801 100644
---- doc/wget.texi
-+++ doc/wget.texi
-@@ -875,7 +875,7 @@ recommendation to block many unrelated users from a web site due to the
- actions of one.
- 
- @cindex proxy
-- at itemx --no-proxy
-+ at item --no-proxy
- Don't use proxies, even if the appropriate @code{*_proxy} environment
- variable is defined.
- 
-@@ -976,7 +976,7 @@ are outside the range of @sc{ascii} characters (that is, greater than
- whose encoding does not match the one used locally.
- 
- @cindex IPv6
-- at itemx -4
-+ at item -4
- @itemx --inet4-only
- @itemx -6
- @itemx --inet6-only
-@@ -3093,7 +3093,7 @@ display properly---the same as @samp{-p}.
- Change setting of passive @sc{ftp}, equivalent to the
- @samp{--passive-ftp} option.
- 
-- at itemx password = @var{string}
-+ at item password = @var{string}
- Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. 
- This command can be overridden using the @samp{ftp_password} and 
- @samp{http_password} command for @sc{ftp} and @sc{http} respectively.
-@@ -3604,7 +3604,7 @@ In addition to the environment variables, proxy location and settings
- may be specified from within Wget itself.
- 
- @table @samp
-- at itemx --no-proxy
-+ at item --no-proxy
- @itemx proxy = on/off
- This option and the corresponding command may be used to suppress the
- use of proxy, even if the appropriate environment variables are set.
--- 
-1.8.5.2
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140124/be40fdc6/attachment.html>


More information about the macports-changes mailing list