svn commit: r345103 - head/editors/vim

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


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}


More information about the svn-ports-all mailing list