diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-09-25 01:05:47 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-09-25 01:05:47 +0800 |
commit | 9393e60e648dbcc98ce5ea06c8d7dd5a62d6dc2c (patch) | |
tree | 130f8a0558f33e3f206afa237f0553a8595ad183 /shells | |
parent | b2d46e8a4126b21a93bb0b1272a24f9dddd8ca16 (diff) | |
download | freebsd-ports-graphics-9393e60e648dbcc98ce5ea06c8d7dd5a62d6dc2c.tar.gz freebsd-ports-graphics-9393e60e648dbcc98ce5ea06c8d7dd5a62d6dc2c.tar.zst freebsd-ports-graphics-9393e60e648dbcc98ce5ea06c8d7dd5a62d6dc2c.zip |
- Update to patch level 25 (4.3.25)
- Provide CPE information [1]
Provided by: des
Notified by: Chet Ramey <chet.ramey@case.edu>
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 5 | ||||
-rw-r--r-- | shells/bash/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index c96f3243911..e1e0b10c957 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 24 +PATCHLEVEL= 25 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells @@ -30,8 +30,9 @@ IMPLICITCD_DESC= Use directory name alone to cd into it COLONBREAKSWORDS_DESC= Colons break words HELP_DESC= Enable builtin help -USES= bison makeinfo +USES= bison cpe makeinfo OPTIONS_SUB= yes +CPE_VENDOR= gnu IMPLICITCD_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-implicitcd COLONBREAKSWORDS_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-colonbreakswords diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 8103d755c34..60674efb7a6 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -48,3 +48,5 @@ SHA256 (bash/bash43-023) = 9ac250c7397a8f53dbc84dfe790d2a418fbf1fe090bcece39b4a5 SIZE (bash/bash43-023) = 3414 SHA256 (bash/bash43-024) = 3b505882a0a6090667d75824fc919524cd44cc3bd89dd08b7c4e622d3f960f6c SIZE (bash/bash43-024) = 1909 +SHA256 (bash/bash43-025) = 1e5186f5c4a619bb134a1177d9e9de879f3bb85d9c5726832b03a762a2499251 +SIZE (bash/bash43-025) = 3940 |