diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2025-07-25 08:36:54 +0200 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2025-07-25 08:36:54 +0200 |
| commit | 120818bc5cec8e85c3f0ca03ff60b71b687fbf09 (patch) | |
| tree | 5d86fbb0b461edce9f5dcdab6537aee81183bd3e /shells/bash/Makefile | |
| parent | science/R-cran-udunits2: Update to 0.13.2.2 (diff) | |
shells/bash: Update to 5.3.3
Diffstat (limited to 'shells/bash/Makefile')
| -rw-r--r-- | shells/bash/Makefile | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 9e3fd774c15b..935ced4b2c52 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,21 +1,16 @@ -# Please keep the commented variables for now, as we will need them once -# the first patchset is released - PORTNAME= bash -#PATCHLEVEL= 0 -#PORTVERSION= 5.3.${PATCHLEVEL:S/^0//g} -PORTVERSION= 5.3 -PORTREVISION= 1 +PATCHLEVEL= 3 +PORTVERSION= 5.3.${PATCHLEVEL:S/^0//g} CATEGORIES= shells MASTER_SITES= GNU -#DISTNAME= ${PORTNAME}-${PORTVERSION:R} +DISTNAME= ${PORTNAME}-${PORTVERSION:R} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -#PATCH_SITES= GNU/${PORTNAME}/${DISTNAME}-patches/ -#PATCHFILES!= /usr/bin/jot -s " " -w \ -# ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \ -# ${PATCHLEVEL} 1 ${PATCHLEVEL} +PATCH_SITES= GNU/${PORTNAME}/${DISTNAME}-patches/ +PATCHFILES!= /usr/bin/jot -s " " -w \ + ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \ + ${PATCHLEVEL} 1 ${PATCHLEVEL} MAINTAINER= ehaupt@FreeBSD.org COMMENT= GNU Project's Bourne Again SHell @@ -55,6 +50,7 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls # Needs readline 8.3 +# See: 288208, 288207 #PORTS_READLINE_BUILD_DEPENDS= readline>=8.2:devel/readline #PORTS_READLINE_USES= readline #PORTS_READLINE_CONFIGURE_WITH= installed-readline |
