• R/O
  • HTTP
  • SSH
  • HTTPS

MacPorts: Commit

My MacPorts


Commit MetaInfo

Revisionc9ccdfaf3544ee28107ffcedd67b113aa1461fda (tree)
Time2009-04-05 23:01:50
AuthorKazuki Sakamoto <sakamoto@splh...>
CommiterKazuki Sakamoto

Log Message

MacVim 20090405

Change Summary

Incremental Difference

--- a/editors/macvim/Portfile
+++ b/editors/macvim/Portfile
@@ -2,21 +2,21 @@
22 PortSystem 1.0
33
44 name macvim
5-version 7.2.148
6-revision 1
5+version 20090405
6+revision 0
77 categories editors
88 platforms darwin
99 maintainers nomaintainer
1010 description MacVim is a port of the text editor Vim to Mac OS X.
1111 long_description MacVim supports multiple windows with tabbed editing and a host of other features. \
1212 MacVim brings you the full power of Vim to Mac OS X.
13-homepage http://code.google.com/p/macvim/
13+homepage http://code.google.com/p/macvim-kaoriya/
1414
15-set gittag a3824cb1356c9f85f592ce13486d11b00bf3640c
15+set gittag 20090405
1616 distname KaoriYa-${gittag}
1717 use_zip yes
1818 checksums \
19- ${distname}.zip sha1 a0a0e4570589637cf47535b99bdd47ecd0ea5529
19+ ${distname}.zip sha1 342499bc25d5c4abff9a1cee8b9fb01371cf7724
2020 master_sites \
2121 "http://repo.or.cz/w/MacVim/KaoriYa.git?a=snapshot;h=${gittag};sf=zip&"
2222 worksrcdir KaoriYa/src
@@ -69,16 +69,12 @@ post-patch {
6969 ${worksrcpath}/MacVim/mvim
7070 }
7171
72-pre-configure {
73- system "make autoconf"
72+if {[variant_isset universal]} {
73+ set xcodeconfig Universal
74+} else {
75+ set xcodeconfig Release
7476 }
75-
7677 post-build {
77- if {[variant_isset universal]} {
78- set xcodeconfig Universal
79- } else {
80- set xcodeconfig Release
81- }
8278 system "cd ${worksrcpath}/MacVim; xcodebuild -configuration ${xcodeconfig}"
8379 }
8480
@@ -91,7 +87,7 @@ set appPath "${destroot}${applications_dir}/MacVim.app/Contents"
9187 set runtimePath "${appPath}/Resources/vim/runtime"
9288
9389 destroot {
94- file copy ${worksrcpath}/MacVim/build/Release/MacVim.app ${destroot}${applications_dir}
90+ file copy ${worksrcpath}/MacVim/build/${xcodeconfig}/MacVim.app ${destroot}${applications_dir}
9591 xinstall -m 755 ${worksrcpath}/MacVim/mvim ${destroot}${prefix}/bin
9692 xinstall -d 755 ${runtimePath}/lang/ja/LC_MESSAGES
9793 xinstall -m 644 ${worksrcpath}/po/ja.mo \
Show on old repository browser