On Mon, Mar 01, 2010 at 07:23:44AM -0800, J.C. Roberts wrote: > I started looking into p5-POE v1.280 and the first order of business, > namely `make fetch` shows many failed attempts to download from CPAN. > The distfile is probably not available due to the newest version v1.287 > being released (2010 Feb 18). > > I *think* it is bad timing to attempt fixing and upgrading? > > maintainer cc'd.
Oh, this one I took care of. It's just a Makefile with a dep that doesn't regen its target. Forcing a touch on lib/POE.pm during post-build is enough to prevent the script from running again during fake. And we do have the distfiles around, including ftp.openbsd.org, which has everything with PERMIT_DISTFILES_FTP=Yes, usually.
