Date: Wed, 19 Feb 2014 15:22:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345101 - head/editors/vim Message-ID: <201402191522.s1JFM3Na093826@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402191522.s1JFM3Na093826>