1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

With jot(1) we can start at 001 and not have to remove the bogus 000 patch.

Submitted by:	Esa Karkkainen <ejk@iki.fi>
This commit is contained in:
David E. O'Brien 2002-02-25 22:32:23 +00:00
parent 2543259193
commit d8406bc82e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55244

View File

@ -22,9 +22,9 @@ DISTNAME= vim-${PORTVERSION:C/\.[0-9]*$//}
PATCH_SITES= ${MASTER_SITES:S/unix/patches/}
PATCHFILES!= jot -s " " -w ${PORTVERSION:C/\.[0-9]*$//}.%03d \
${PATCHLEVEL} 0 ${PATCHLEVEL}
${PATCHLEVEL} 1 ${PATCHLEVEL}
# bits to remove
BADPATCHES= 000 012 027 035 048 053 064 070 073 087 093 106 107 115 116 117 119 121 122 123 125 135 137 138 161 162 164 165 179 186 205 207 227 250 251 254 255 256 260 262 268
BADPATCHES= 012 027 035 048 053 064 070 073 087 093 106 107 115 116 117 119 121 122 123 125 135 137 138 161 162 164 165 179 186 205 207 227 250 251 254 255 256 260 262 268
.for p in ${BADPATCHES}
PATCHFILES:= ${PATCHFILES:N6.0.${p}}
.endfor