diff options
author | taca <taca@pkgsrc.org> | 2011-06-19 15:40:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-19 15:40:21 +0000 |
commit | 0e69779e2250cb0da0adf4bf485327aa1c62a0c6 (patch) | |
tree | 6bfa302fdac86456f7871522c69ea1dd473dda24 /lang/pear/files | |
parent | a65ad330c1f0f2a428d743858f0723356d95d62f (diff) | |
download | pkgsrc-0e69779e2250cb0da0adf4bf485327aa1c62a0c6.tar.gz |
Update pear pacakge to 1.9.3.
* Include XML_Util 1.2.1 which should be included from 1.9.0.
Release date: 2011-06-04 23:46 UTC
Release state: stable
Changelog:
* Fixed Bug #17744: Empty changelog causes fatal error in setChangelogentry
[dufuz]
* Fixed Bug #18340: raiseErro typo [doconnor]
* Fixed Bug #18349: package.xml version not recognized when single quoted
[dufuz]
* Fixed Bug #18364: date.timezone errors for sh/bat files when TZ is not set
in php.ini [dufuz]
* Fixed Bug #18388: Parenteses error in REST.php line 232 [dufuz]
* Fixed Bug #18428: invalid preg_match patterns [glen]
* Fixed Bug #18486: REST/10.php does not check error condition [dufuz]
* Fixed a problem in RunTest and code coverage. Correctly register the
code coverage shutdown function in case we are inside a namespace. [sebastian]
* Fixed a bug with extensions not providing their config.m4 and co in the root
directory of their pecl package but rather in a sub directory, such as
xhprof. [dufuz]
Diffstat (limited to 'lang/pear/files')
-rw-r--r-- | lang/pear/files/go-pear.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/pear/files/go-pear.php b/lang/pear/files/go-pear.php index c798c5afca2..4aa5893e5ce 100644 --- a/lang/pear/files/go-pear.php +++ b/lang/pear/files/go-pear.php @@ -35,7 +35,7 @@ * @author Tias Guns <tias@ulyssis.org> */ -/* $NetBSD: go-pear.php,v 1.2 2009/10/29 08:29:03 seb Exp $ */ +/* $NetBSD: go-pear.php,v 1.3 2011/06/19 15:40:21 taca Exp $ */ $sapi_name = php_sapi_name(); @@ -113,7 +113,8 @@ $bootstrap_files = array( $bootstrap_pkgs = array( // uses URL like http://pear.php.net/get/%s 'PEAR', - 'Structures_Graph' + 'Structures_Graph', + 'XML_Util', ); $installer_packages = array( @@ -121,6 +122,7 @@ $installer_packages = array( 'Structures_Graph-stable', 'Archive_Tar-stable', 'Console_Getopt-stable', + 'XML_Util-stable', ); $pfc_packages = array( |