OSDN Git Service

macvim 20090928
authorKazuki Sakamoto <sakamoto@splhack.org>
Mon, 28 Sep 2009 01:52:19 +0000 (10:52 +0900)
committerKazuki Sakamoto <sakamoto@splhack.org>
Mon, 28 Sep 2009 01:52:19 +0000 (10:52 +0900)
editors/macvim/Portfile
editors/macvim/files/patch-docerator.py [deleted file]

index b9e89bb..2ae4e43 100644 (file)
@@ -2,7 +2,7 @@
 PortSystem     1.0
 
 name                           macvim
-version                                20090923
+version                                20090928
 revision                       0
 categories                     editors
 platforms                      darwin
@@ -12,12 +12,12 @@ long_description    MacVim supports multiple windows with tabbed editing and a host
                                        MacVim brings you the full power of Vim to Mac OS X.
 homepage                       http://code.google.com/p/macvim-kaoriya/
 
-set gittag                     ${version}
-patchfiles                     patch-docerator.py
+#set gittag                    ${version}
+set gittag                     5f08ee55438be3eac1ecb55e8aa8892a3e9d7402
 distname                       KaoriYa-${gittag}
 use_zip                                yes
 checksums                      \
-       ${distname}.zip sha1 4d208fea02a00db35f0fdb135fea5a19a213061a
+       ${distname}.zip sha1 47bee90f0f2ddff698709399bc2e2216e193dd7a
 master_sites           \
        "http://repo.or.cz/w/MacVim/KaoriYa.git?a=snapshot;h=${gittag};sf=zip&"
 worksrcdir                     KaoriYa/src
diff --git a/editors/macvim/files/patch-docerator.py b/editors/macvim/files/patch-docerator.py
deleted file mode 100644 (file)
index 82f5fef..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- MacVim/icons/docerator.py.orig
-+++ MacVim/icons/docerator.py
-@@ -49,12 +49,12 @@
-   def data(self):
-     """Returns data in ARGB order (on intel, at least)."""
-     r = self.bitmapRep
--    if r.bitmapFormat() != (NSAlphaNonpremultipliedBitmapFormat |
--          NSAlphaFirstBitmapFormat) or \
--        r.bitsPerPixel() != 32 or \
--        r.isPlanar() or \
--        r.samplesPerPixel() != 4:
--      raise Exception("Unsupported image format")
-+#    if r.bitmapFormat() != (NSAlphaNonpremultipliedBitmapFormat |
-+#          NSAlphaFirstBitmapFormat) or \
-+#        r.bitsPerPixel() != 32 or \
-+#        r.isPlanar() or \
-+#        r.samplesPerPixel() != 4:
-+#      raise Exception("Unsupported image format")
-     return self.bitmapRep.bitmapData()
-   def save(self, filename):
-@@ -239,7 +239,7 @@
-         shadowdata[idx + 3] = chr(0)
-         continue
--      assert ir == ig == ib
-+#      assert ir == ig == ib
-       grounddata[idx] = chr(255)
-       grounddata[idx + 1] = chr(255)
-       grounddata[idx + 2] = chr(255)