mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-04 13:41:53 +00:00
Update packaging script to indicate PHP 5 change and HTMLPurifier3
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1472 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
66c0407bef
commit
a840c24796
@ -18,7 +18,7 @@ $pkg->setOptions(
|
||||
)
|
||||
);
|
||||
|
||||
$pkg->setPackage('HTMLPurifier');
|
||||
$pkg->setPackage('HTMLPurifier3');
|
||||
$pkg->setLicense('LGPL', 'http://www.gnu.org/licenses/lgpl.html');
|
||||
$pkg->setSummary('Standards-compliant HTML filter');
|
||||
$pkg->setDescription(
|
||||
@ -44,7 +44,7 @@ $pkg->addRelease();
|
||||
$pkg->setNotes(file_get_contents('WHATSNEW'));
|
||||
$pkg->setPackageType('php');
|
||||
|
||||
$pkg->setPhpDep('4.3.9');
|
||||
$pkg->setPhpDep('5.0.0');
|
||||
$pkg->setPearinstallerDep('1.4.3');
|
||||
|
||||
$pkg->generateContents();
|
||||
|
Loading…
Reference in New Issue
Block a user