[144688] trunk/dports/editors/MacVim/Portfile
raimue at macports.org
raimue at macports.org
Fri Jan 15 05:03:46 PST 2016
Revision: 144688
https://trac.macports.org/changeset/144688
Author: raimue at macports.org
Date: 2016-01-15 05:03:46 -0800 (Fri, 15 Jan 2016)
Log Message:
-----------
editors/MacVim:
Update to version 7.4.snapshot90
Use github port group, update homepage. python27 is no longer required for
building. autoconf dependency is automatically added in variants.
Modified Paths:
--------------
trunk/dports/editors/MacVim/Portfile
Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile 2016-01-15 12:02:47 UTC (rev 144687)
+++ trunk/dports/editors/MacVim/Portfile 2016-01-15 13:03:46 UTC (rev 144688)
@@ -1,11 +1,13 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
PortGroup compiler_blacklist_versions 1.0
-name MacVim
set vim_version 7.4
-set snapshot 88
+set snapshot 90
+github.setup macvim-dev macvim ${snapshot} snapshot-
+name MacVim
version ${vim_version}.snapshot${snapshot}
categories editors
platforms darwin
@@ -15,29 +17,17 @@
long_description \
MacVim is a port of the text editor Vim to Mac OS X that is meant to look \
better and integrate more seamlessly with the Mac than vim-app.
-homepage http://code.google.com/p/macvim
-master_sites https://github.com/macvim-dev/macvim/archive/
-distfiles snapshot-${snapshot}.tar.gz
-checksums snapshot-${snapshot}.tar.gz \
- rmd160 2115891ac26ee5ceb49e9c14d497feb4602abfd9 \
- sha256 4dfce8da6b2c3f03483befb413279e0db1770d4181eeaa26d4b070a938cf92ad
-worksrcdir macvim-snapshot-${snapshot}
-extract.only snapshot-${snapshot}.tar.gz
+homepage https://macvim-dev.github.io/macvim/
-depends_build bin:gnutar:gnutar \
- bin:grep:grep \
- bin:autoconf:autoconf \
- port:python27
+checksums rmd160 bce9fe7494d9a79e1d5421eef4a59d67e0f6364c \
+ sha256 677822e7c5db2524fb132efd63ffeadd5c1dc7a70ab28f982aae610f0a4b5e1e
+
+depends_build bin:grep:grep
depends_lib port:ncurses \
port:gettext \
port:libiconv
-if ![variant_isset python27] {
- # python is only used for build scripts, no linking
- license_noconflict python27
-}
-
patchfiles patch-MacVim-GCC-VERSION.diff
pre-fetch {
@@ -74,8 +64,7 @@
--with-compiledby="MacPorts"
# Old pre-compiled headers could influence build, #26723
-build.args XCODEFLAGS="CACHE_ROOT=${workpath}/caches" \
- PYTHON=${prefix}/bin/python2.7
+build.args XCODEFLAGS="CACHE_ROOT=${workpath}/caches"
destroot {
copy ${worksrcpath}/src/MacVim/build/Release/MacVim.app ${destroot}${applications_dir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160115/aa415bf6/attachment.html>
More information about the macports-changes
mailing list