Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14503 - new ebuild needed for mod_perl 1.99.08
Summary: new ebuild needed for mod_perl 1.99.08
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-24 14:58 UTC by Haroon Rafique
Modified: 2003-01-24 20:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Haroon Rafique 2003-01-24 14:58:05 UTC
mod_perl 1.99.08 is out and builds out of the box by copying the 1.99.07 ebuild
and changing a couple of lines:

< NEWP="${PN}-1.99_07"
---
> NEWP="${PN}-1.99_08"
10c10
< SRC_URI="mirror://gentoo/${NEWP}.tar.bz2"
---
> SRC_URI="http://perl.apache.org/dist/${NEWP}.tar.gz"

At the moment, 1.99.07 is having build problems as seen in bug 14385 so this
could be an easy fix for that bug.
Comment 1 Donny Davies (RETIRED) gentoo-dev 2003-01-24 20:15:43 UTC
added