#2378 closed update (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: | apr |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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
Change History (2)
comment:1 Changed 20 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | apr added |
Type: | defect → update |
Note: See
TracTickets for help on using
tickets.
Thanks.
Updated this and the apr-util portfile to use the 2.0.52 distfile.