svn commit: r364724 - head/editors/vim
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Aug 12 17:08:00 UTC 2014
Author: sunpoet
Date: Tue Aug 12 17:07:59 2014
New Revision: 364724
URL: http://svnweb.freebsd.org/changeset/ports/364724
QAT: https://qat.redports.org/buildarchive/r364724/
Log:
- Add CPE information
Modified:
head/editors/vim/Makefile
Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile Tue Aug 12 17:07:48 2014 (r364723)
+++ head/editors/vim/Makefile Tue Aug 12 17:07:59 2014 (r364724)
@@ -36,7 +36,7 @@ MAKE_ARGS+= CC="${CC}" CONF_ARGS="--pref
PATCH= ${LOCALBASE}/bin/gpatch
PATCH_DIST_ARGS=--batch --directory ${WRKSRC} --forward --quiet --remove-empty-files ${PATCH_DIST_STRIP}
REINPLACE_ARGS= -i ''
-USES= iconv pkgconfig shebangfix tar:bzip2
+USES= cpe iconv pkgconfig shebangfix tar:bzip2
WANT_GNOME= yes
PATCHLEVEL= 398
@@ -61,6 +61,8 @@ PORTDATA= *
VIM_VER= ${PORTNAME}${PORTVERSION:R:S/.//g}
+CPE_VERSION= ${PORTVERSION:R}
+
SLAVEDIRS= editors/vim-lite
SHEBANG_FILES= runtime/tools/efm_perl.pl
More information about the svn-ports-head
mailing list