git: 2c57eb307fa6 - main - shells/bash: Update to 5.1.8
Emanuel Haupt
ehaupt at FreeBSD.org
Fri May 7 21:37:20 UTC 2021
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2c57eb307fa6bee0405c22733d9728e261496636
commit 2c57eb307fa6bee0405c22733d9728e261496636
Author: Emanuel Haupt <ehaupt at FreeBSD.org>
AuthorDate: 2021-05-07 21:37:15 +0000
Commit: Emanuel Haupt <ehaupt at FreeBSD.org>
CommitDate: 2021-05-07 21:37:15 +0000
shells/bash: Update to 5.1.8
---
shells/bash/Makefile | 6 +++---
shells/bash/distinfo | 10 +++++++++-
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index a56d6db9c752..61e2e3b0bcbf 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,9 +1,9 @@
# Created by: Oliver Eikemeier
PORTNAME= bash
-PATCHLEVEL= 4
+PATCHLEVEL= 8
PORTVERSION= 5.1.${PATCHLEVEL:S/^0//g}
-PORTREVISION?= 2
+PORTREVISION?= 0
CATEGORIES= shells
MASTER_SITES= GNU
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
@@ -130,6 +130,6 @@ cklatest:
@${MAKE} -V PATCHLEVEL
-ncftpls \
${PATCH_SITES:Mftp*:Ox:[1]} \
- | fgrep -v .sig | ${TAIL}
+ | fgrep -v .sig | ${SORT} | ${TAIL}
.include <bsd.port.mk>
diff --git a/shells/bash/distinfo b/shells/bash/distinfo
index 0eb703f1c071..6d63aaaef43d 100644
--- a/shells/bash/distinfo
+++ b/shells/bash/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1608411498
+TIMESTAMP = 1620422724
SHA256 (bash/bash-5.1.tar.gz) = cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
SIZE (bash/bash-5.1.tar.gz) = 10458638
SHA256 (bash/bash51-001) = ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa
@@ -9,3 +9,11 @@ SHA256 (bash/bash51-003) = 22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd01
SIZE (bash/bash51-003) = 1800
SHA256 (bash/bash51-004) = 9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86
SIZE (bash/bash51-004) = 3745
+SHA256 (bash/bash51-005) = cccbb5e9e6763915d232d29c713007a62b06e65126e3dd2d1128a0dc5ef46da5
+SIZE (bash/bash51-005) = 2577
+SHA256 (bash/bash51-006) = 75e17d937de862615c6375def40a7574462210dce88cf741f660e2cc29473d14
+SIZE (bash/bash51-006) = 1412
+SHA256 (bash/bash51-007) = acfcb8c7e9f73457c0fb12324afb613785e0c9cef3315c9bbab4be702f40393a
+SIZE (bash/bash51-007) = 2621
+SHA256 (bash/bash51-008) = f22cf3c51a28f084a25aef28950e8777489072628f972b12643b4534a17ed2d1
+SIZE (bash/bash51-008) = 1821
More information about the dev-commits-ports-all
mailing list