svn commit: r315831 - head/editors/vim

Eitan Adler eadler at FreeBSD.org
Tue Apr 16 16:04:15 UTC 2013


Author: eadler
Date: Tue Apr 16 16:04:14 2013
New Revision: 315831
URL: http://svnweb.freebsd.org/changeset/ports/315831

Log:
  vim has sufficiently improved the security of its modeline processing.
  
  The FreeBSD Security Team no longer feels that the warning to disable
  modeline support is needed.
  
  Discussed with:	delphij, des
  With Hat:	secteam-ports
  Feature safe:	yes

Deleted:
  head/editors/vim/pkg-message
Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Tue Apr 16 16:00:08 2013	(r315830)
+++ head/editors/vim/Makefile	Tue Apr 16 16:04:14 2013	(r315831)
@@ -225,9 +225,6 @@ post-install:
 	${ECHO_CMD} "x!"				>> ${WRKDIR}/ex.script
 	${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-share-vim
 	cd ${WRKDIR} ; ex < ex.script
-	@${ECHO_CMD}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO_CMD}
 
 .if defined(ONT_CHECKSUM)
 checksum:


More information about the svn-ports-head mailing list