Opened 21 years ago
Last modified 9 years ago
#817 closed defect
www/tidy needs version bump and checksum fix — at Initial Version
Reported by: | danielluke (Daniel J. Luke) | Owned by: | mij@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | tidy |
Description
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@… 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" }