Date: Wed, 19 Feb 2014 15:27:58 +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: r345103 - head/editors/vim Message-ID: <201402191527.s1JFRwSl094580@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Feb 19 15:27:58 2014 New Revision: 345103 URL: http://svnweb.freebsd.org/changeset/ports/345103 QAT: https://qat.redports.org/buildarchive/r345103/ Log: - Use :group to fetch source and patch from correct URL Modified: head/editors/vim/Makefile Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Wed Feb 19 15:22:17 2014 (r345102) +++ head/editors/vim/Makefile Wed Feb 19 15:27:58 2014 (r345103) @@ -5,9 +5,10 @@ PORTNAME= vim PORTVERSION= 7.4.${PATCHLEVEL} PORTREVISION?= 0 CATEGORIES?= editors -MASTER_SITES= VIM \ - LOCAL/sunpoet/${PORTNAME} -DISTFILES= ${PORTNAME}-${PORTVERSION:R}${EXTRACT_SUFX} +MASTER_SITES= VIM:source \ + ${MASTER_SITE_VIM:S|unix|patches/${PORTVERSION:R}|}:patch \ + LOCAL/sunpoet/${PORTNAME}:source,patch +DISTFILES= ${PORTNAME}-${PORTVERSION:R}${EXTRACT_SUFX}:source DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION:R}${EXTRACT_SUFX} @@ -41,7 +42,7 @@ PATCHLEVEL= 182 PATCHFILES!= /usr/bin/jot -s " " -w "%03d" ${PATCHLEVEL} 1 ${PATCHLEVEL} BADPATCHES= 064 087 147 # empty .for p in ${BADPATCHES} -DISTFILES+= ${PORTVERSION:R}.${p} +DISTFILES+= ${PORTVERSION:R}.${p}:patch PATCHFILES:= ${PATCHFILES:N${p}} .endfor PATCHFILES:= ${PATCHFILES:C/^/${PORTVERSION:R}./g}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402191527.s1JFRwSl094580>