OSDN Git Service

macvim 20090907
authorKazuki Sakamoto <sakamoto@splhack.org>
Mon, 7 Sep 2009 03:56:54 +0000 (12:56 +0900)
committerKazuki Sakamoto <sakamoto@splhack.org>
Mon, 7 Sep 2009 03:56:54 +0000 (12:56 +0900)
editors/macvim/Portfile

index 9cfa097..f85196f 100644 (file)
@@ -2,7 +2,7 @@
 PortSystem     1.0
 
 name                           macvim
-version                                20090903
+version                                20090907
 revision                       0
 categories                     editors
 platforms                      darwin
@@ -13,12 +13,12 @@ long_description    MacVim supports multiple windows with tabbed editing and a host
 homepage                       http://code.google.com/p/macvim-kaoriya/
 
 #set gittag                    ${version}
-set gittag                     2df1e3bc038d550ceea0907ee036d0944068df6c
+set gittag                     5a0b30c04440a6939b473fbda2f02cc4a0711641
 patchfiles                     patch-docerator.py
 distname                       KaoriYa-${gittag}
 use_zip                                yes
 checksums                      \
-       ${distname}.zip sha1 fb28e9870efb6aac678332c1478c318909b00f30
+       ${distname}.zip sha1 0cda375dead266dc8fd51c51cf7a87e535e54610
 master_sites           \
        "http://repo.or.cz/w/MacVim/KaoriYa.git?a=snapshot;h=${gittag};sf=zip&"
 worksrcdir                     KaoriYa/src
@@ -42,8 +42,7 @@ configure.ldflags     -L${prefix}/lib
 
 if {[variant_isset universal]} {
        configure.compiler gcc-4.0
-       set macosx_deployment_target 10.4
-       set universal_archs     {i386 ppc}
+       set macosx_deployment_target 10.5
        configure.args-append   --with-mac-arch=both
        set xcodeconfig Universal
 } else {
@@ -84,11 +83,6 @@ post-build {
        system "cd ${worksrcpath}/MacVim; xcodebuild -configuration ${xcodeconfig}"
 }
 
-# Can be removed once MacPorts 1.7.1 is released
-pre-destroot {
-       xinstall -d ${destroot}${applications_dir}
-}
-
 set appPath "${destroot}${applications_dir}/MacVim.app/Contents"
 set runtimePath "${appPath}/Resources/vim/runtime"