diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-15 14:31:33 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-15 14:31:33 +0000 |
commit | beee07e38fc6f41895b1c1ecbf14fa0447f112a0 (patch) | |
tree | b625c01c5e359a43d6942eb9043bf9f8a5d5e3a3 /shells | |
parent | - Add patch resolving an infinite loop in the scan engine (diff) |
- Update to 20060301
- portlint(1)
PR: 93995
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=157286
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-completion-classic/Makefile | 3 | ||||
-rw-r--r-- | shells/bash-completion-classic/distinfo | 6 | ||||
-rw-r--r-- | shells/bash-completion/Makefile | 3 | ||||
-rw-r--r-- | shells/bash-completion/distinfo | 6 |
4 files changed, 8 insertions, 10 deletions
diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile index 153af1418772..2fe6ea0ac133 100644 --- a/shells/bash-completion-classic/Makefile +++ b/shells/bash-completion-classic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bash-completion -PORTVERSION= 20050721 +PORTVERSION= 20060301 CATEGORIES= shells MASTER_SITES= http://www.caliban.org/files/bash/ @@ -15,7 +15,6 @@ COMMENT= Programmable completion library for Bash 2.04 and up WRKSRC= ${WRKDIR}/bash_completion NO_BUILD= yes -USE_REINPLACE= yes SUB_FILES= pkg-message PLIST_FILES= etc/bash_completion diff --git a/shells/bash-completion-classic/distinfo b/shells/bash-completion-classic/distinfo index c9766c58c67f..285a36c0e2d4 100644 --- a/shells/bash-completion-classic/distinfo +++ b/shells/bash-completion-classic/distinfo @@ -1,3 +1,3 @@ -MD5 (bash-completion-20050721.tar.gz) = 08e5321ead7079c84822368d7a41deda -SHA256 (bash-completion-20050721.tar.gz) = 80b05184d472a1e09617bbdcb5c92c2bb0be811fb4d812c726a492c86aa536c8 -SIZE (bash-completion-20050721.tar.gz) = 111271 +MD5 (bash-completion-20060301.tar.gz) = 9bca1cf97e8f8c73e3ef560cc9dead21 +SHA256 (bash-completion-20060301.tar.gz) = 29b78834b975b29810f0bf1f15e5d3a6c003a137cfac7fea671bfaf8f58f5c0d +SIZE (bash-completion-20060301.tar.gz) = 123300 diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 153af1418772..2fe6ea0ac133 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bash-completion -PORTVERSION= 20050721 +PORTVERSION= 20060301 CATEGORIES= shells MASTER_SITES= http://www.caliban.org/files/bash/ @@ -15,7 +15,6 @@ COMMENT= Programmable completion library for Bash 2.04 and up WRKSRC= ${WRKDIR}/bash_completion NO_BUILD= yes -USE_REINPLACE= yes SUB_FILES= pkg-message PLIST_FILES= etc/bash_completion diff --git a/shells/bash-completion/distinfo b/shells/bash-completion/distinfo index c9766c58c67f..285a36c0e2d4 100644 --- a/shells/bash-completion/distinfo +++ b/shells/bash-completion/distinfo @@ -1,3 +1,3 @@ -MD5 (bash-completion-20050721.tar.gz) = 08e5321ead7079c84822368d7a41deda -SHA256 (bash-completion-20050721.tar.gz) = 80b05184d472a1e09617bbdcb5c92c2bb0be811fb4d812c726a492c86aa536c8 -SIZE (bash-completion-20050721.tar.gz) = 111271 +MD5 (bash-completion-20060301.tar.gz) = 9bca1cf97e8f8c73e3ef560cc9dead21 +SHA256 (bash-completion-20060301.tar.gz) = 29b78834b975b29810f0bf1f15e5d3a6c003a137cfac7fea671bfaf8f58f5c0d +SIZE (bash-completion-20060301.tar.gz) = 123300 |