Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #13317 (closed defect: fixed)

Opened 12 months ago

Last modified 12 months ago

zsh-devel fails to fetch zsh-lovers tarball

Reported by: ebgssth@… Owned by: nox@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.5.0
Keywords: Cc: nox@…
Port:

Description

--->  Fetching zsh-devel
--->  Attempting to fetch zsh-lovers_0.6-5.tar.gz from http://deb.grml.org/pool/main/z/zsh-lovers/
Error: Target org.macports.fetch returned: fetch failed
Error: Status 1 encountered during processing.

There seems no zsh 0.6-5 on http://deb.grml.org/pool/main/z/zsh-lovers/.

Change History

Changed 12 months ago by ebgssth@…

Here's the patch to fix this problem.

--- zsh-devel.portfile.orig     Fri Nov 16 20:14:46 2007
+++ zsh-devel.portfile  Fri Nov 16 20:13:43 2007
@@ -34,7 +34,7 @@
                 sourceforge:${my_name} \
                 http://deb.grml.org/pool/main/z/${my_name}-lovers/:love
 
-set love_distname   zsh-lovers_0.6-5
+set love_distname   zsh-lovers_0.7.0
 set love_distfile      ${love_distname}.tar.gz
 set worklovedir     [strsed [strsed ${love_distname} {s/-[0-9][0-9]*$//}] {g/_/-/}]
 set worklovepath    ${workpath}/${worklovedir}
@@ -48,9 +48,9 @@
                     sha1 83d1a38112f305892393cb036058248ebbf6168e \
                     rmd160 768ce8ca2860139428d27a0fedf5c0724967e444 \
                 ${love_distfile} \
-                    md5 6a450ea9c0e2b4b7aa61dc387413cae1 \
-                    sha1 4520215404f324d229482d19affd97ff7ebbcdc0 \
-                    rmd160 485d430fa31d3451258f42e8e188e00eeb72ae6a
+                    md5 e7a4ecabe514afdf2d1a56d1e925fb86 \
+                    sha1 669fd529080492819c10379ad41b7b5e7a575fd1 \
+                    rmd160 16367651748e7e7102de74b1f70e5d3b59fdd867
 
 depends_lib     port:libiconv \
                 port:ncurses

Changed 12 months ago by nox@…

  • owner changed from macports-dev@… to nox@…
  • summary changed from zsh-devel try to fetch nonexistent file to zsh-devel fails to fetch zsh-lovers tarball
  • milestone set to Port Bugs

Changed 12 months ago by nox@…

  • status changed from new to assigned

Thanks for reporting.

Changed 12 months ago by nox@…

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.