svn commit: r345101 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 19 15:22:03 UTC 2014


Author: sunpoet
Date: Wed Feb 19 15:22:02 2014
New Revision: 345101
URL: http://svnweb.freebsd.org/changeset/ports/345101
QAT: https://qat.redports.org/buildarchive/r345101/

Log:
  - Fix fetch of BADPATCHES

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Wed Feb 19 15:08:56 2014	(r345100)
+++ head/editors/vim/Makefile	Wed Feb 19 15:22:02 2014	(r345101)
@@ -5,12 +5,13 @@ PORTNAME=	vim
 PORTVERSION=	7.4.${PATCHLEVEL}
 PORTREVISION?=	0
 CATEGORIES?=	editors
-MASTER_SITES=	VIM
+MASTER_SITES=	VIM \
+		LOCAL/sunpoet/${PORTNAME}
 DISTFILES=	${PORTNAME}-${PORTVERSION:R}${EXTRACT_SUFX}
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION:R}${EXTRACT_SUFX}
 
-PATCH_SITES=	${MASTER_SITES:S|unix|patches/${PORTVERSION:R}|} \
+PATCH_SITES=	${MASTER_SITE_VIM:S|unix|patches/${PORTVERSION:R}|} \
 		LOCAL/sunpoet/${PORTNAME}
 
 MAINTAINER?=	sunpoet at FreeBSD.org


More information about the svn-ports-all mailing list