[90763] users/ryandesign/ports/lang/php54/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 14 00:23:43 PDT 2012


Revision: 90763
          http://trac.macports.org/changeset/90763
Author:   ryandesign at macports.org
Date:     2012-03-14 00:23:42 -0700 (Wed, 14 Mar 2012)
Log Message:
-----------
php54: avoid problems if subport name is not specified with the correct case; since all subports in this port are lowercase, force user specified subport name to lowercase

Modified Paths:
--------------
    users/ryandesign/ports/lang/php54/Portfile

Modified: users/ryandesign/ports/lang/php54/Portfile
===================================================================
--- users/ryandesign/ports/lang/php54/Portfile	2012-03-14 07:21:14 UTC (rev 90762)
+++ users/ryandesign/ports/lang/php54/Portfile	2012-03-14 07:23:42 UTC (rev 90763)
@@ -4,6 +4,7 @@
 PortSystem              1.0
 
 name                    php54
+set subport             [string tolower ${subport}]
 set php                 ${name}
 epoch                   1
 # Increment revision of ${php}-eaccelerator when updating version of ${php}.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120314/d4732512/attachment.html>


More information about the macports-changes mailing list