Re: [MacPorts] #817: www/tidy needs version bump and checksum fix
#817: www/tidy needs version bump and checksum fix ----------------------+-------------------- Reporter: dluke@… | Owner: mij@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: tidy | ----------------------+-------------------- Changes (by ryandesign@…): * port: => tidy Old 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@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" }
New 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@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" } }}} -- -- Ticket URL: <https://trac.macports.org/ticket/817#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts