Opened 20 years ago

Closed 20 years ago

#1281 closed defect (fixed)

UPDATE: wget 1.8.2->1.9.1

Reported by: tp62@… Owned by: fkr@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Updated version and checksum. Diff:

@@ -2,7 +2,7 @@

PortSystem 1.0 name wget

-version 1.8.2 +version 1.9.1

revision 2 categories net maintainers jpm@…

@@ -20,7 +20,7 @@

ftp://ftp.irisa.fr/pub/gnu/${name}/ \ ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/gnu/${name}/ \ ftp://ftp.ring.gr.jp/pub/GNU/${name}/

-checksums md5 a2473d7a53ebaf0a1bdb06f17059e8f1 +checksums md5 e6051f1e1487ec0ebfdbda72bedc70ad

configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man

variant ssl {

Attachments (1)

patch-wget (889 bytes) - added by tp62@… 20 years ago.
wget Portfile patch

Download all attachments as: .zip

Change History (5)

comment:1 Changed 20 years ago by tp62@…

New diff to eliminate warning "Warning: No mirror sites on file for class ftp.gnu.org/pub/gnu/ wget/"

@@ -2,7 +2,7 @@

PortSystem 1.0 name wget

-version 1.8.2 +version 1.9.1

revision 2 categories net maintainers jpm@…

@@ -15,12 +15,12 @@

homepage http://www.gnu.org/software/wget/wget.html platforms darwin freebsd master_sites \

  • ftp.gnu.org/pub/gnu/${name}/ \

+ ftp://ftp.gnu.org/pub/gnu/${name}/ \

ftp://aeneas.mit.edu/pub/gnu/${name}/ \ ftp://ftp.irisa.fr/pub/gnu/${name}/ \ ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/gnu/${name}/ \ ftp://ftp.ring.gr.jp/pub/GNU/${name}/

-checksums md5 a2473d7a53ebaf0a1bdb06f17059e8f1 +checksums md5 e6051f1e1487ec0ebfdbda72bedc70ad

configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man

variant ssl {

comment:2 Changed 20 years ago by tp62@…

Bah, yet another diff to properly set revision (0), and use the gnu mirror list.

@@ -2,8 +2,7 @@

PortSystem 1.0 name wget

-version 1.8.2 -revision 2 +version 1.9.1

categories net maintainers jpm@… description internet file retriever

@@ -14,13 +13,8 @@

scripts, cron jobs, terminals without Xsupport, etc.

homepage http://www.gnu.org/software/wget/wget.html platforms darwin freebsd

-master_sites \

-checksums md5 a2473d7a53ebaf0a1bdb06f17059e8f1 +master_sites gnu:wget +checksums md5 e6051f1e1487ec0ebfdbda72bedc70ad

configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man

variant ssl {

comment:3 Changed 20 years ago by tp62@…

Owner: changed from jpm@… to fkr@…

Reassigned to fkr, per jkh's instructions.

Changed 20 years ago by tp62@…

Attachment: patch-wget added

wget Portfile patch

comment:4 Changed 20 years ago by fkr@…

Resolution: fixed
Status: newclosed

committed. -fkr

Note: See TracTickets for help on using tickets.