Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11766 closed defect (fixed)

MRTG download URL broken

Reported by: Philippe.Lafoucriere@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version: 1.4
Keywords: mrtg distfile Cc:
Port:

Description

$ sudo port install mrtg
--->  Fetching mrtg
--->  Attempting to fetch mrtg-2.15.0.tar.gz from http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/
--->  Verifying checksum(s) for mrtg
Error: Checksum (md5) mismatch for mrtg-2.15.0.tar.gz
Error: Checksum (sha1) mismatch for mrtg-2.15.0.tar.gz
Error: Target com.apple.checksum returned: Unable to verify file checksums
Error: Status 1 encountered during processing.

When visiting the URL, a message says the page has moved. The new download URL is :

http://oss.oetiker.ch/mrtg/pub/
so :
http://oss.oetiker.ch/mrtg/pub/mrtg-2.15.0.tar.gz

Change History (3)

comment:1 Changed 17 years ago by Philippe.Lafoucriere@…

proposed patch :

--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/mrtg/Portfile      2006-12-30 07:32:10.000000000 +0100
+++ Portfile    2007-04-11 18:49:23.000000000 +0200
@@ -14,7 +14,7 @@
                                        It can also be used to gather and display a wide variety of time-series data.
 homepage                       http://www.mrtg.org/
 
-master_sites           http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \
+master_sites           http://oss.oetiker.ch/mrtg/pub/ \
                                        ftp://ftp.chg.ru/pub/networking/monitoring/mrtg/
 checksums                      md5 3417d8d43c25f5bcdeebff70e68ccb82 \
                                        sha1 0936bf8d62b5f9da542b0516c24d18a42d8adcde

comment:2 Changed 17 years ago by pipping@…

Resolution: fixed
Status: newclosed

fixed in r23863.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.