#2378: UPDATE: devel/apr-0.9.5 ---------------------------+-------------------------------- Reporter: chris.ridd@… | Owner: macports-tickets@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: apr | ---------------------------+-------------------------------- Changes (by ryandesign@…): * type: defect => update * port: => apr Old description:
Apache is now 2.0.52, and apr still wants to download 2.0.50.
The Portfile change is trivial: Index: Portfile =============================================================== ==== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/apr/Portfile,v retrieving revision 1.24 diff -b -u -r1.24 Portfile --- Portfile 8 Jul 2004 21:14:55 -0000 1.24 +++ Portfile 8 Nov 2004 20:56:40 -0000 @@ -3,7 +3,7 @@ PortSystem 1.0 name apr version 0.9.5 -revision 2 +revision 3 categories devel maintainers dluke@geeklair.net description The apache group's portability library @@ -16,9 +16,9 @@ homepage http://apr.apache.org/ master_sites apache:httpd
-distname httpd-2.0.50 +distname httpd-2.0.52 dist_subdir apache2 -checksums md5 8b251767212aebf41a13128bb70c0b41 +checksums md5 eba528fa8613dc5bfb0615a69c11f053 extract.post_args | tar -f - -x ${distname}/srclib/apr
worksrcdir ${distname}/srclib/apr
New description: Apache is now 2.0.52, and apr still wants to download 2.0.50. The Portfile change is trivial: {{{ Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/apr/Portfile,v retrieving revision 1.24 diff -b -u -r1.24 Portfile --- Portfile 8 Jul 2004 21:14:55 -0000 1.24 +++ Portfile 8 Nov 2004 20:56:40 -0000 @@ -3,7 +3,7 @@ PortSystem 1.0 name apr version 0.9.5 -revision 2 +revision 3 categories devel maintainers dluke@geeklair.net description The apache group's portability library @@ -16,9 +16,9 @@ homepage http://apr.apache.org/ master_sites apache:httpd -distname httpd-2.0.50 +distname httpd-2.0.52 dist_subdir apache2 -checksums md5 8b251767212aebf41a13128bb70c0b41 +checksums md5 eba528fa8613dc5bfb0615a69c11f053 extract.post_args | tar -f - -x ${distname}/srclib/apr worksrcdir ${distname}/srclib/apr }}} -- -- Ticket URL: <https://trac.macports.org/ticket/2378#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X