1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Rather than have to manually list every patch version, use some automation

(courtesy of 'jot').

Obtained from:	Vim port
This commit is contained in:
David E. O'Brien 2006-09-01 05:45:04 +00:00
parent 8d3b9237ce
commit 5e595f7722
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171782

View File

@ -7,6 +7,7 @@
#
PORTNAME= bash
PATCHLEVEL= 17
PORTVERSION= 3.1.${PATCHLEVEL:S/^0//g}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \
@ -20,10 +21,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
PATCH_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.cwru.edu/pub/%SUBDIR%/
PATCH_SITE_SUBDIR= ${PORTNAME}/${DISTNAME}-patches/
.for patch in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17
PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S/.//g}-0${patch}
PATCHLEVEL= ${patch}
.endfor
PATCHFILES!= /usr/bin/jot -s " " -w \
${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \
${PATCHLEVEL} 1 ${PATCHLEVEL}
MAINTAINER= obrien@FreeBSD.org
COMMENT= The GNU Project's Bourne Again SHell