diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-01-28 04:41:44 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-01-28 04:41:44 +0000 |
commit | 283ff92a463d148dbeb6a35a54b62a3f3abd1871 (patch) | |
tree | 0209ee998b4456fa5dd9569ba99a800664a8a876 /shells | |
parent | cbacb030cbdff8f20cd40282e3113512caca2335 (diff) | |
download | ports-283ff92a463d148dbeb6a35a54b62a3f3abd1871.tar.gz ports-283ff92a463d148dbeb6a35a54b62a3f3abd1871.zip |
Update to 4.4.12
Changelog:
Fixes a bug. When -N is used, the input is not supposed to be split
using $IFS, but leading and trailing IFS whitespace was still removed.
MFH: 2017Q1
Notes
Notes:
svn path=/head/; revision=432612
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 2 | ||||
-rw-r--r-- | shells/bash/distinfo | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index d3b68704ed99..99e99242411a 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 11 +PATCHLEVEL= 12 PORTVERSION= 4.4.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 356ed0dce2e0..e4dffe588539 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1485118817 +TIMESTAMP = 1485577943 SHA256 (bash/bash-4.4.tar.gz) = d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb SIZE (bash/bash-4.4.tar.gz) = 9377313 SHA256 (bash/bash44-001) = 3e28d91531752df9a8cb167ad07cc542abaf944de9353fe8c6a535c9f1f17f0f @@ -23,3 +23,5 @@ SHA256 (bash/bash44-010) = 8465c6f2c56afe559402265b39d9e94368954930f9aa7f3dfa6d3 SIZE (bash/bash44-010) = 1670 SHA256 (bash/bash44-011) = dd56426ef7d7295e1107c0b3d06c192eb9298f4023c202ca2ba6266c613d170d SIZE (bash/bash44-011) = 1603 +SHA256 (bash/bash44-012) = fac271d2bf6372c9903e3b353cb9eda044d7fe36b5aab52f21f3f21cd6a2063e +SIZE (bash/bash44-012) = 5768 |