[144246] trunk/dports/editors/MacVim
raimue at macports.org
raimue at macports.org
Tue Jan 5 05:19:51 PST 2016
Revision: 144246
https://trac.macports.org/changeset/144246
Author: raimue at macports.org
Date: 2016-01-05 05:19:51 -0800 (Tue, 05 Jan 2016)
Log Message:
-----------
editors/MacVim:
Update to version 7.4.snapshot88, closes #50184
Modified Paths:
--------------
trunk/dports/editors/MacVim/Portfile
Removed Paths:
-------------
trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-python.diff
Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile 2016-01-05 10:17:44 UTC (rev 144245)
+++ trunk/dports/editors/MacVim/Portfile 2016-01-05 13:19:51 UTC (rev 144246)
@@ -5,7 +5,7 @@
name MacVim
set vim_version 7.4
-set snapshot 87
+set snapshot 88
version ${vim_version}.snapshot${snapshot}
categories editors
platforms darwin
@@ -20,8 +20,8 @@
master_sites https://github.com/macvim-dev/macvim/archive/
distfiles snapshot-${snapshot}.tar.gz
checksums snapshot-${snapshot}.tar.gz \
- rmd160 a961ef160623aeb3e320ba4d46cf5fb2d844c1ad \
- sha256 e3afd326fac86e89c0363be834625f29c400e7bd7597acfa18ed9e0fb18975d9
+ rmd160 2115891ac26ee5ceb49e9c14d497feb4602abfd9 \
+ sha256 4dfce8da6b2c3f03483befb413279e0db1770d4181eeaa26d4b070a938cf92ad
worksrcdir macvim-snapshot-${snapshot}
extract.only snapshot-${snapshot}.tar.gz
@@ -38,8 +38,7 @@
license_noconflict python27
}
-patchfiles patch-src-MacVim-icons-python.diff \
- patch-MacVim-GCC-VERSION.diff
+patchfiles patch-MacVim-GCC-VERSION.diff
pre-fetch {
if {${os.platform} eq "darwin" && ${os.major} < 10} {
Deleted: trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-python.diff
===================================================================
--- trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-python.diff 2016-01-05 10:17:44 UTC (rev 144245)
+++ trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-python.diff 2016-01-05 13:19:51 UTC (rev 144246)
@@ -1,22 +0,0 @@
---- src/MacVim/icons/Makefile.orig 2011-07-10 08:06:34.000000000 +0200
-+++ src/MacVim/icons/Makefile 2011-07-12 18:47:07.000000000 +0200
-@@ -1,5 +1,6 @@
- .PHONY: clean getenvy
-
-+PYTHON ?= /usr/bin/python
- OUTDIR ?= .
-
- # This script is called during the build phase with OUTDIR set to the Resources
-@@ -21,10 +22,10 @@
- all: make_icons.py vim-noshadow-512.png loadfont.so
- rm -f MacVim-*.icns
- $(MAKE) -C makeicns
-- /usr/bin/python make_icons.py "$(OUTDIR)"
-+ $(PYTHON) make_icons.py "$(OUTDIR)"
-
- loadfont.so: loadfont.c
-- /usr/bin/python setup.py install --install-lib .
-+ $(PYTHON) setup.py install --install-lib .
-
- getenvy: Envy\ Code\ R\ Bold.ttf
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160105/fbbf2b92/attachment.html>
More information about the macports-changes
mailing list