diff options
author | joerg <joerg> | 2006-02-05 23:08:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-02-05 23:08:03 +0000 |
commit | 93e3b9e04264b93620166058e19ea42c856505b0 (patch) | |
tree | 55f8bf20a2509b6bfbeff866e548573d549d538e /shells | |
parent | 64c62687571ac76a3ac8b5402e7bd4f1498bef90 (diff) | |
download | pkgsrc-93e3b9e04264b93620166058e19ea42c856505b0.tar.gz |
Recursive revision bump / recommended bump for gettext ABI change.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 3 | ||||
-rw-r--r-- | shells/bash2/Makefile | 4 | ||||
-rw-r--r-- | shells/static-bash2/Makefile | 3 | ||||
-rw-r--r-- | shells/xsh/Makefile | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 39b992595a5..a2d05bfce82 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2005/12/31 00:02:27 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/02/05 23:10:47 joerg Exp $ DISTNAME= bash-3.1 PKGNAME= bash-3.1pl1 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index c3dcd1bd459..831edfb6f8e 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.70 2005/12/29 06:22:12 jlam Exp $ +# $NetBSD: Makefile,v 1.71 2006/02/05 23:10:47 joerg Exp $ # DISTNAME= bash-2.05b PKGNAME= bash-2.05.2.7 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ diff --git a/shells/static-bash2/Makefile b/shells/static-bash2/Makefile index 428381ddd7b..f949046a762 100644 --- a/shells/static-bash2/Makefile +++ b/shells/static-bash2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2005/01/16 12:01:23 kristerw Exp $ +# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:48 joerg Exp $ # +PKGREVISION= 1 DISTINFO_FILE= ${.CURDIR}/../../shells/bash2/distinfo PATCHDIR= ${.CURDIR}/../../shells/bash2/patches PKGDIR= ${.CURDIR}/../../shells/bash2 diff --git a/shells/xsh/Makefile b/shells/xsh/Makefile index 24b2e619627..3476b434cde 100644 --- a/shells/xsh/Makefile +++ b/shells/xsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/01/24 07:32:33 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/02/05 23:10:48 joerg Exp $ DISTNAME= XML-XSH-1.8.2 PKGNAME= ${DISTNAME:S/XML-XSH/xsh/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xsh/} |