[125104] trunk/dports/php/pear-install-phar/Portfile
pixilla at macports.org
pixilla at macports.org
Fri Sep 5 10:08:08 PDT 2014
Revision: 125104
https://trac.macports.org/changeset/125104
Author: pixilla at macports.org
Date: 2014-09-05 10:08:07 -0700 (Fri, 05 Sep 2014)
Log Message:
-----------
php/pear-install-phar:
- Add php56-pear subport. Closes #44863
- Add openmaintainer.
- Make php5-pear replaced_by php55-pear.
Modified Paths:
--------------
trunk/dports/php/pear-install-phar/Portfile
Modified: trunk/dports/php/pear-install-phar/Portfile
===================================================================
--- trunk/dports/php/pear-install-phar/Portfile 2014-09-05 16:46:51 UTC (rev 125103)
+++ trunk/dports/php/pear-install-phar/Portfile 2014-09-05 17:08:07 UTC (rev 125104)
@@ -6,34 +6,35 @@
name pear-install-phar
version 20130325
categories php www
-license BSD PHP-3 LGPL-2.1+
platforms darwin
-maintainers pixilla
+maintainers pixilla openmaintainer
homepage http://pear.php.net
master_sites http://pear.php.net
-subport php5-pear {
+subport php5-pear {}
+subport php53-pear {
+
set php.port [lindex [split $subport -] 0]
set php.db /var/db/${php.port}
depends_lib port:${php.port}
}
-subport php53-pear {
+subport php54-pear {
set php.port [lindex [split $subport -] 0]
set php.db /var/db/${php.port}
depends_lib port:${php.port}
}
-subport php54-pear {
+subport php55-pear {
set php.port [lindex [split $subport -] 0]
set php.db /var/db/${php.port}
depends_lib port:${php.port}
}
-subport php55-pear {
+subport php56-pear {
set php.port [lindex [split $subport -] 0]
set php.db /var/db/${php.port}
@@ -44,6 +45,7 @@
if {${name} == ${subport}} {
+ license PHP-3 LGPL-2.1+
description PEAR installer phar
long_description ${description}
@@ -71,8 +73,13 @@
xinstall -d ${destroot}${prefix}${libpath}
file copy ${buildpath}${libpath}/install-pear-nozlib.phar ${destroot}${prefix}${libpath}
}
+} elseif {${subport} eq {php5-pear}} {
+
+ replaced_by php55-pear
+ PortGroup obsolete 1.0
} else {
+ license BSD
description Optional port adds the PEAR repository to the include path for ${php.port}.
long_description ${description}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140905/da2492eb/attachment.html>
More information about the macports-changes
mailing list