diff options
Diffstat (limited to 'shells/bash')
| -rw-r--r-- | shells/bash/Makefile | 15 | ||||
| -rw-r--r-- | shells/bash/distinfo | 12 |
2 files changed, 18 insertions, 9 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index f320b9b85148..ae0ddbec6b9e 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,7 +1,7 @@ PORTNAME= bash -PATCHLEVEL= 3 +PATCHLEVEL= 8 PORTVERSION= 5.3.${PATCHLEVEL:S/^0//g} -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -34,13 +34,14 @@ INFO= bash PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH README \ bash.html bashref.html -OPTIONS_DEFINE= FDESCFS HELP NLS STATIC SYSBASHRC \ +OPTIONS_DEFINE= FDESCFS PORTS_READLINE HELP NLS STATIC SYSBASHRC \ SYSLOG DOCS OPTIONS_DEFAULT= HELP SYSBASHRC OPTIONS_SUB= yes FDESCFS_DESC= Enable use of /dev/fd HELP_DESC= Enable builtin help +PORTS_READLINE_DESC= libreadline from ports instead of bundled one SYSBASHRC_DESC= Enable system-wide rc files FDESCFS_CONFIGURE_ENV_OFF= bash_cv_dev_fd=absent @@ -50,11 +51,9 @@ HELP_CONFIGURE_ENABLE= help-builtin 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 +PORTS_READLINE_BUILD_DEPENDS= readline>=8.3:devel/readline +PORTS_READLINE_USES= readline +PORTS_READLINE_CONFIGURE_WITH= installed-readline .if empty(PKGNAMESUFFIX) CONFLICTS+= bash-static diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 50b14eff7431..6a8312891039 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1754037176 +TIMESTAMP = 1764230381 SHA256 (bash/bash-5.3.tar.gz) = 0d5cd86965f869a26cf64f4b71be7b96f90a3ba8b3d74e27e8e9d9d5550f31ba SIZE (bash/bash-5.3.tar.gz) = 11355854 SHA256 (bash/bash53-001) = 1f608434364af86b9b45c8b0ea3fb3b165fb830d27697e6cdfc7ac17dee3287f @@ -7,3 +7,13 @@ SHA256 (bash/bash53-002) = e385548a00130765ec7938a56fbdca52447ab41fabc95a25f19ad SIZE (bash/bash53-002) = 2635 SHA256 (bash/bash53-003) = f245d9c7dc3f5a20d84b53d249334747940936f09dc97e1dcb89fc3ab37d60ed SIZE (bash/bash53-003) = 2683 +SHA256 (bash/bash53-004) = 9591d245045529f32f0812f94180b9d9ce9023f5a765c039b852e5dfc99747d0 +SIZE (bash/bash53-004) = 1266 +SHA256 (bash/bash53-005) = cca1ef52dbbf433bc98e33269b64b2c814028efe2538be1e2c9a377da90bc99d +SIZE (bash/bash53-005) = 1072 +SHA256 (bash/bash53-006) = 29119addefed8eff91ae37fd51822c31780ee30d4a28376e96002706c995ff10 +SIZE (bash/bash53-006) = 1346 +SHA256 (bash/bash53-007) = c0976bbfffa1453c7cfdd62058f206a318568ff2d690f5d4fa048793fa3eb299 +SIZE (bash/bash53-007) = 1437 +SHA256 (bash/bash53-008) = 097cd723cbfb8907674ac32214063a3fd85282657ec5b4e544d2c0f719653fb4 +SIZE (bash/bash53-008) = 5717 |
