Author: ihabunek
Date: Thu Aug 18 06:50:31 2011
New Revision: 1159061
URL: http://svn.apache.org/viewvc?rev=1159061&view=rev
Log:
Updated pear build (LOG4PHP-137):
* changed channel name to pear.apache.org/log4php
* changed pear package naming to Apache_log4php-$version.tgz to make pirium
happy
* other minor updates
Modified:
logging/log4php/trunk/build.xml
logging/log4php/trunk/package-config.php
Modified: logging/log4php/trunk/build.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/build.xml?rev=1159061&r1=1159060&r2=1159061&view=diff
==============================================================================
--- logging/log4php/trunk/build.xml (original)
+++ logging/log4php/trunk/build.xml Thu Aug 18 06:50:31 2011
@@ -141,7 +141,7 @@
<exec executable="pear" dir="target/pear">
<arg line="package" />
</exec>
- <move
tofile="target/Apache_log4php-${project.version}-pear.tgz">
+ <move tofile="target/Apache_log4php-${project.version}.tgz">
<fileset dir="target/pear/">
<include name="Apache_log4php-*.tgz" />
</fileset>
Modified: logging/log4php/trunk/package-config.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/package-config.php?rev=1159061&r1=1159060&r2=1159061&view=diff
==============================================================================
--- logging/log4php/trunk/package-config.php (original)
+++ logging/log4php/trunk/package-config.php Thu Aug 18 06:50:31 2011
@@ -31,10 +31,10 @@ $version = $matches[1];
$stability = 'stable';
$name = 'Apache_log4php';
-$summary = 'Apache log4php is a logging framework for PHP.';
+$summary = 'A versatile logging framework for PHP';
$description = <<<EOT
-Apache log4php is a logging framework for PHP at the Apache Software
Foundation (ASF).
+Apache log4php is a versatile logging framework for PHP at the Apache Software
Foundation (ASF).
EOT;
$notes = 'Please see CHANGELOG and changes.xml!';
@@ -64,13 +64,6 @@ $license = array(
);
$maintainer = array();
-$maintainer[] = array(
- 'role' => 'lead',
- 'handle' => 'kurdalen',
- 'name' => 'Knut Urdalen',
- 'email' => '[email protected]',
- 'active' => 'yes'
-);
$maintainer[] = array(
'role' => 'lead',
'handle' => 'grobmeier',
@@ -80,22 +73,29 @@ $maintainer[] = array(
);
$maintainer[] = array(
'role' => 'developer',
- 'handle' => 'chammers',
- 'name' => 'Christian Hammers',
- 'email' => '[email protected]',
- 'active' => 'yes'
-);
-$maintainer[] = array(
- 'role' => 'developer',
'handle' => 'ihabunek',
'name' => 'Ivan Habunek',
'email' => '[email protected]',
'active' => 'yes'
);
+$maintainer[] = array(
+ 'role' => 'lead',
+ 'handle' => 'kurdalen',
+ 'name' => 'Knut Urdalen',
+ 'email' => '[email protected]',
+ 'active' => 'no'
+);
+$maintainer[] = array(
+ 'role' => 'developer',
+ 'handle' => 'chammers',
+ 'name' => 'Christian Hammers',
+ 'email' => '[email protected]',
+ 'active' => 'no'
+);
$dependency = array();
-$channel = 'pear.php.net';
+$channel = 'pear.apache.org/log4php';
$require = array(
'php' => '5.2.0',
'pear_installer' => '1.7.0',