[98172] trunk/dports/php/php-midgard2/Portfile
jwa at macports.org
jwa at macports.org
Thu Sep 27 01:03:30 PDT 2012
Revision: 98172
http://trac.macports.org//changeset/98172
Author: jwa at macports.org
Date: 2012-09-27 01:03:30 -0700 (Thu, 27 Sep 2012)
Log Message:
-----------
php-midgard2: don't use group variable in notes, fix livecheck
Modified Paths:
--------------
trunk/dports/php/php-midgard2/Portfile
Modified: trunk/dports/php/php-midgard2/Portfile
===================================================================
--- trunk/dports/php/php-midgard2/Portfile 2012-09-27 03:32:18 UTC (rev 98171)
+++ trunk/dports/php/php-midgard2/Portfile 2012-09-27 08:03:30 UTC (rev 98172)
@@ -41,11 +41,15 @@
notes "======================== IMPORTANT =========================\n
If this is the first time you're installing Midgard, or you have\n
recently upgraded PHP, make sure to check your php.ini to verify\n
- that extension_dir at least includes\n
- ${php.extension_dir}\n
+ that extension_dir at least includes the directory shown by command\n
+ 'php-config${php.suffix} --extension-dir'
================================================================"
}
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.regex ${name}-(\[0-9.\]+)\\.tar\\.\[bg\]z
+if {${name} == ${subport}} {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex php5-midgard2-(\[0-9.\]+)\\.tar\\.\[bg\]z
+} else {
+ livecheck.type none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120927/6499308c/attachment.html>
More information about the macports-changes
mailing list