[70790] trunk/dports/editors

raimue at macports.org raimue at macports.org
Sat Aug 21 06:38:47 PDT 2010


Revision: 70790
          http://trac.macports.org/changeset/70790
Author:   raimue at macports.org
Date:     2010-08-21 06:38:44 -0700 (Sat, 21 Aug 2010)
Log Message:
-----------
editors/vim, editors/vim-app: Fix livecheck

Modified Paths:
--------------
    trunk/dports/editors/vim/Portfile
    trunk/dports/editors/vim-app/Portfile

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2010-08-21 12:27:14 UTC (rev 70789)
+++ trunk/dports/editors/vim/Portfile	2010-08-21 13:38:44 UTC (rev 70790)
@@ -198,4 +198,5 @@
 
 livecheck.type  regex
 livecheck.url   http://ftp.vim.org/pub/${name}/patches/${vim_version}/?O=D
+livecheck.version [format "%s.%03d" $vim_version $vim_patchlevel]
 livecheck.regex (${vim_version}\.\\d+)

Modified: trunk/dports/editors/vim-app/Portfile
===================================================================
--- trunk/dports/editors/vim-app/Portfile	2010-08-21 12:27:14 UTC (rev 70789)
+++ trunk/dports/editors/vim-app/Portfile	2010-08-21 13:38:44 UTC (rev 70790)
@@ -5,7 +5,7 @@
 name                vim-app
 set realname        vim
 set vim_version     7.3
-set vim_patchlevel  3
+set vim_patchlevel  003
 version             ${vim_version}.${vim_patchlevel}
 revision            1
 categories          editors
@@ -215,4 +215,5 @@
 
 livecheck.type  regex
 livecheck.url   http://ftp.vim.org/pub/${realname}/patches/${vim_version}/?O=D
+livecheck.version [format "%s.%03d" $vim_version $vim_patchlevel]
 livecheck.regex (${vim_version}\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100821/ca32d9a4/attachment.html>


More information about the macports-changes mailing list