diff options
author | krion <krion@FreeBSD.org> | 2003-09-29 21:41:11 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-29 21:41:11 +0000 |
commit | 50622ae5c97e54838b196b86a95f1892c794d68d (patch) | |
tree | 9b633aea3bcec95033bf7a43fdb95d52cab6d5d1 | |
parent | b5d5d9b425448990c22a8dabebe5c6c9de2e3b04 (diff) | |
download | FreeBSD-ports-50622ae5c97e54838b196b86a95f1892c794d68d.zip FreeBSD-ports-50622ae5c97e54838b196b86a95f1892c794d68d.tar.gz |
- Update to version 20030929
PR: 57373
Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer)
-rw-r--r-- | shells/bash-completion-classic/Makefile | 4 | ||||
-rw-r--r-- | shells/bash-completion-classic/distinfo | 2 | ||||
-rw-r--r-- | shells/bash-completion/Makefile | 4 | ||||
-rw-r--r-- | shells/bash-completion/distinfo | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile index aa3d8c4..036a69c 100644 --- a/shells/bash-completion-classic/Makefile +++ b/shells/bash-completion-classic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bash-completion -PORTVERSION= 20030527 +PORTVERSION= 20030929 CATEGORIES= shells MASTER_SITES= http://www.caliban.org/files/bash/ @@ -18,7 +18,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 WRKSRC= ${WRKDIR}/bash_completion NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message pre-patch: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE} diff --git a/shells/bash-completion-classic/distinfo b/shells/bash-completion-classic/distinfo index 001dd5d..94f0c91 100644 --- a/shells/bash-completion-classic/distinfo +++ b/shells/bash-completion-classic/distinfo @@ -1 +1 @@ -MD5 (bash-completion-20030527.tar.gz) = 3b4de4c03804fa97fd3123443a9667c6 +MD5 (bash-completion-20030929.tar.gz) = ed269361b37df35ccedd2e610a7a47c2 diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index aa3d8c4..036a69c 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bash-completion -PORTVERSION= 20030527 +PORTVERSION= 20030929 CATEGORIES= shells MASTER_SITES= http://www.caliban.org/files/bash/ @@ -18,7 +18,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 WRKSRC= ${WRKDIR}/bash_completion NO_BUILD= yes -PKGMESSAGE= ${WRKDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message pre-patch: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE} diff --git a/shells/bash-completion/distinfo b/shells/bash-completion/distinfo index 001dd5d..94f0c91 100644 --- a/shells/bash-completion/distinfo +++ b/shells/bash-completion/distinfo @@ -1 +1 @@ -MD5 (bash-completion-20030527.tar.gz) = 3b4de4c03804fa97fd3123443a9667c6 +MD5 (bash-completion-20030929.tar.gz) = ed269361b37df35ccedd2e610a7a47c2 |