Ticket #2378 (closed defect: fixed)
UPDATE: devel/apr-0.9.5
| Reported by: | chris.ridd@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | ||
| Port: |
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@… 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

