Revision: 76470 http://trac.macports.org/changeset/76470 Author: raimue@macports.org Date: 2011-02-24 11:10:12 -0800 (Thu, 24 Feb 2011) Log Message: ----------- editors/MacVim: Fix build due to changed URL to font (non-redistributable), see #27813 Modified Paths: -------------- trunk/dports/editors/MacVim/Portfile Added Paths: ----------- trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-Makefile.diff Modified: trunk/dports/editors/MacVim/Portfile =================================================================== --- trunk/dports/editors/MacVim/Portfile 2011-02-24 18:40:04 UTC (rev 76469) +++ trunk/dports/editors/MacVim/Portfile 2011-02-24 19:10:12 UTC (rev 76470) @@ -30,6 +30,8 @@ port:libiconv \ port:ctags +patchfiles patch-src-MacVim-icons-Makefile.diff + pre-fetch { if {${os.platform} == "darwin" && ${os.major} < 10} { ui_error "${name} only runs on Mac OS X 10.6 or greater." Added: trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-Makefile.diff =================================================================== --- trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-Makefile.diff (rev 0) +++ trunk/dports/editors/MacVim/files/patch-src-MacVim-icons-Makefile.diff 2011-02-24 19:10:12 UTC (rev 76470) @@ -0,0 +1,11 @@ +--- src/MacVim/icons/Makefile.orig 2011-01-29 06:49:40.000000000 -0500 ++++ src/MacVim/icons/Makefile 2011-02-24 13:34:37.000000000 -0500 +@@ -15,7 +15,7 @@ + # "now", so that the zip is not unzipped in every `make` run.` + touch Envy\ Code\ R\ Bold.ttf + +-ENVYCODE_URL=http://download.damieng.com/latest/EnvyCodeR ++ENVYCODE_URL=http://download.damieng.com/fonts/original/EnvyCodeR-PR7.zip + EnvyCodeR.zip: + curl ${ENVYCODE_URL} --location -o EnvyCodeR.zip +
participants (1)
-
raimue@macports.org