[41579] trunk/dports/textproc
pguyot at kallisys.net
pguyot at kallisys.net
Thu Nov 6 03:30:50 PST 2008
Revision: 41579
http://trac.macports.org/changeset/41579
Author: pguyot at kallisys.net
Date: 2008-11-06 03:30:49 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
aspell-dict-* ports: add livecheck regex
Modified Paths:
--------------
trunk/dports/textproc/aspell-dict-ar/Portfile
trunk/dports/textproc/aspell-dict-bn/Portfile
trunk/dports/textproc/aspell-dict-el/Portfile
trunk/dports/textproc/aspell-dict-fa/Portfile
trunk/dports/textproc/aspell-dict-fi/Portfile
trunk/dports/textproc/aspell-dict-he/Portfile
trunk/dports/textproc/aspell-dict-hi/Portfile
trunk/dports/textproc/aspell-dict-hu/Portfile
trunk/dports/textproc/aspell-dict-is/Portfile
trunk/dports/textproc/aspell-dict-mk/Portfile
trunk/dports/textproc/aspell-dict-nb/Portfile
trunk/dports/textproc/aspell-dict-pl/Portfile
trunk/dports/textproc/aspell-dict-pt_BR/Portfile
trunk/dports/textproc/aspell-dict-pt_PT/Portfile
trunk/dports/textproc/aspell-dict-ta/Portfile
trunk/dports/textproc/aspell-dict-uk/Portfile
trunk/dports/textproc/aspell-dict-uz/Portfile
Modified: trunk/dports/textproc/aspell-dict-ar/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-ar/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-ar/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-bn/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-bn/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-bn/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-el/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-el/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-el/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6\?-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-fa/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-fa/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-fa/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-fi/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-fi/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-fi/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-he/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-he/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-he/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-hi/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-hi/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-hi/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-hu/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-hu/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-hu/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-is/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-is/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-is/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -33,3 +33,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6?-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-mk/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-mk/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-mk/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6?-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-nb/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-nb/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-nb/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -33,3 +33,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6?-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-pl/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-pl/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-pl/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-pt_BR/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-pt_BR/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-pt_BR/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-pt_PT/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-pt_PT/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-pt_PT/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-ta/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-ta/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-ta/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-uk/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-uk/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-uk/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
Modified: trunk/dports/textproc/aspell-dict-uz/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-uz/Portfile 2008-11-06 11:25:42 UTC (rev 41578)
+++ trunk/dports/textproc/aspell-dict-uz/Portfile 2008-11-06 11:30:49 UTC (rev 41579)
@@ -27,3 +27,6 @@
configure.args --vars \
ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress
+
+livecheck.regex >aspell6-${langcode}-(.*?)\\.tar\\.
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/bdc30d08/attachment-0001.html>
More information about the macports-changes
mailing list