svn commit: r322183 - head/editors/vim

David E. O'Brien obrien at FreeBSD.org
Tue Jul 2 17:03:26 UTC 2013


Author: obrien
Date: Tue Jul  2 17:03:26 2013
New Revision: 322183
URL: http://svnweb.freebsd.org/changeset/ports/322183

Log:
  Cleanup BADPATCHES layout.

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Tue Jul  2 17:01:59 2013	(r322182)
+++ head/editors/vim/Makefile	Tue Jul  2 17:03:26 2013	(r322183)
@@ -25,37 +25,7 @@ PATCH_SITES=	${MASTER_SITES:S|unix|patch
 PATCHFILES!=	/usr/bin/jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d  \
 			${PATCHLEVEL} 1 ${PATCHLEVEL}
 #	bits to remove
-BADPATCHES=	527 \
-		\
-		780 796 \
-		873 890 \
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-		1104 \
-		1111 \
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-		\
-
-
+BADPATCHES=	527 780 796 873 890 1104 1111
 .for p in ${BADPATCHES}
 PATCHFILES:=	${PATCHFILES:N7.3.${p}}
 .endfor


More information about the svn-ports-all mailing list