#817 closed defect (fixed)
www/tidy needs version bump and checksum fix — at Version 2
Reported by: | danielluke (Daniel J. Luke) | Owned by: | mij@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | tidy |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
The .tgz that gets downloaded for the tidy port is a newer version than the one that the Portfile expects.
Here's the diff:
Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/www/tidy/Portfile,v retrieving revision 1.4 diff -u -d -b -w -r1.4 Portfile --- Portfile 13 Aug 2003 05:36:42 -0000 1.4 +++ Portfile 21 Aug 2003 16:21:14 -0000 @@ -2,7 +2,7 @@ PortSystem 1.0 name tidy -version 20030801 +version 20030815 categories www maintainers mij@opendarwin.org description Fixes and tidies up HTML files @@ -14,7 +14,7 @@ master_sites ${homepage}/src distname tidy_src extract.sufx .tgz -checksums md5 25a23c4adad32db81f3b9153f1863d3c +checksums md5 7536335d0553a4d5371c0646eb9a4dad pre-configure { system "cd ${workpath} && mv tidy tidy_src \ && cd ${worksrcpath} && /bin/sh build/gnuauto/setup.sh" }
Change History (2)
comment:1 Changed 21 years ago by mij@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | tidy added |
Note: See
TracTickets for help on using
tickets.
Committed, thanks!