[86926] trunk/dports
hum at macports.org
hum at macports.org
Sun Nov 6 22:45:15 PST 2011
Revision: 86926
http://trac.macports.org/changeset/86926
Author: hum at macports.org
Date: 2011-11-06 22:45:13 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
p5-mecab, py-mecab: skip livecheck for subports.
See http://lists.macosforge.org/pipermail/macports-dev/2011-November/016711.html.
Modified Paths:
--------------
trunk/dports/perl/p5-mecab/Portfile
trunk/dports/python/py-mecab/Portfile
Modified: trunk/dports/perl/p5-mecab/Portfile
===================================================================
--- trunk/dports/perl/p5-mecab/Portfile 2011-11-07 06:22:47 UTC (rev 86925)
+++ trunk/dports/perl/p5-mecab/Portfile 2011-11-07 06:45:13 UTC (rev 86926)
@@ -37,8 +37,10 @@
xinstall -m 755 -d ${exdir}
xinstall -m 755 ${worksrcpath}/test.pl ${exdir}
}
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url http://sourceforge.net/projects/mecab/files/mecab-perl
+ livecheck.regex mecab-perl\\/(\[0-9.\]+)
}
-
-livecheck.type regex
-livecheck.url http://sourceforge.net/projects/mecab/files/mecab-perl
-livecheck.regex mecab-perl\\/(\[0-9.\]+)
Modified: trunk/dports/python/py-mecab/Portfile
===================================================================
--- trunk/dports/python/py-mecab/Portfile 2011-11-07 06:22:47 UTC (rev 86925)
+++ trunk/dports/python/py-mecab/Portfile 2011-11-07 06:45:13 UTC (rev 86926)
@@ -37,8 +37,10 @@
xinstall -m 755 -d ${exdir}
xinstall -m 755 ${worksrcpath}/test.py ${exdir}
}
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url http://sourceforge.net/projects/mecab/files/mecab-python
+ livecheck.regex mecab-python\\/(\[0-9.\]+)
}
-
-livecheck.type regex
-livecheck.url http://sourceforge.net/projects/mecab/files/mecab-python
-livecheck.regex mecab-python\\/(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/0562179d/attachment.html>
More information about the macports-changes
mailing list