pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/bash Update to 3.0pl16, pulling in the first 16...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5788e1680845
branches:  trunk
changeset: 489885:5788e1680845
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 27 23:06:50 2005 +0000

description:
Update to 3.0pl16, pulling in the first 16 official patches for bash.
Various bugfixes.
Some whitespace cleanup while here.

diffstat:

 shells/bash/DESCR    |   2 +-
 shells/bash/Makefile |  15 +++++++++++----
 shells/bash/distinfo |  50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 61 insertions(+), 6 deletions(-)

diffs (120 lines):

diff -r 4f4fae864cb3 -r 5788e1680845 shells/bash/DESCR
--- a/shells/bash/DESCR Sun Feb 27 22:50:12 2005 +0000
+++ b/shells/bash/DESCR Sun Feb 27 23:06:50 2005 +0000
@@ -1,7 +1,7 @@
 Bash is an sh-compatible shell that incorporates useful features from
 the Korn shell (ksh) and C shell (csh). It is intended to conform to
 the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.
-                                                                            
+
 It offers functional improvements over sh for both programming and
 interactive use; these include command line editing, unlimited size
 command history, job control, shell functions and aliases, indexed
diff -r 4f4fae864cb3 -r 5788e1680845 shells/bash/Makefile
--- a/shells/bash/Makefile      Sun Feb 27 22:50:12 2005 +0000
+++ b/shells/bash/Makefile      Sun Feb 27 23:06:50 2005 +0000
@@ -1,12 +1,18 @@
-# $NetBSD: Makefile,v 1.5 2004/10/23 08:16:26 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/27 23:06:50 wiz Exp $
 #
 
 DISTNAME=      bash-3.0
-PKGREVISION=   1
+PKGNAME=       bash-3.0pl16
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GNU:=bash/} \
                ftp://ftp.cwru.edu/pub/bash/
 
+PATCH_SITES=   ${MASTER_SITES:=bash-3.0-patches/}
+PATCHFILES=    bash30-001 bash30-002 bash30-003 bash30-004 \
+               bash30-005 bash30-006 bash30-007 bash30-008 \
+               bash30-009 bash30-010 bash30-011 bash30-012 \
+               bash30-013 bash30-014 bash30-015 bash30-016
+
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnu.org/software/bash/bash.html
 COMMENT=       The GNU Bourne Again Shell
@@ -16,6 +22,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                yes
+USE_MAKEINFO=          yes
 USE_PKGINSTALL=                yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
@@ -29,12 +36,12 @@
 # All features enabled by default.
 CONFIGURE_ARGS+=       --enable-readline
 CONFIGURE_ARGS+=       --enable-progcomp
-CONFIGURE_ARGS+=       --enable-process-substitution   
+CONFIGURE_ARGS+=       --enable-process-substitution
 CONFIGURE_ARGS+=       --enable-job-control
 CONFIGURE_ARGS+=       --enable-history
 CONFIGURE_ARGS+=       --enable-help-builtin
 CONFIGURE_ARGS+=       --enable-extended-glob
-CONFIGURE_ARGS+=       --enable-dparen-arithmetic      
+CONFIGURE_ARGS+=       --enable-dparen-arithmetic
 CONFIGURE_ARGS+=       --enable-directory-stack
 CONFIGURE_ARGS+=       --enable-debugger
 CONFIGURE_ARGS+=       --enable-cond-regexp
diff -r 4f4fae864cb3 -r 5788e1680845 shells/bash/distinfo
--- a/shells/bash/distinfo      Sun Feb 27 22:50:12 2005 +0000
+++ b/shells/bash/distinfo      Sun Feb 27 23:06:50 2005 +0000
@@ -1,8 +1,56 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 13:14:41 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/02/27 23:06:50 wiz Exp $
 
 SHA1 (bash-3.0.tar.gz) = 3acf1ff4910d4bc863620c7533cbf4858370017b
 RMD160 (bash-3.0.tar.gz) = abe76200003a9dc441ce34650a439cd968f643d4
 Size (bash-3.0.tar.gz) = 2418293 bytes
+SHA1 (bash30-001) = 3b3c3a8ddd6d3725426d1d96fd249c81944e0090
+RMD160 (bash30-001) = 3d0095d4ac8a44e378c25b35f743dbe0555129ed
+Size (bash30-001) = 4999 bytes
+SHA1 (bash30-002) = ae2dc1d0a53bcdf81f1d46ac6d5c361a5ae5a816
+RMD160 (bash30-002) = f8f5a05997db0faa35f6866b4049f0941752d0c6
+Size (bash30-002) = 2119 bytes
+SHA1 (bash30-003) = 6497e392750741f2f4fa19583bf4301f7d280823
+RMD160 (bash30-003) = b070edbe5b8da82317d4fc133724fd8cce8ba369
+Size (bash30-003) = 4669 bytes
+SHA1 (bash30-004) = 0654aaddf1555f95fea326b76f9aedc8af8e3c19
+RMD160 (bash30-004) = eed9d3b6b71da157786ff1b779a40ff312be60c0
+Size (bash30-004) = 3372 bytes
+SHA1 (bash30-005) = 331094392ca03cf473ee209873425c68a6d3edff
+RMD160 (bash30-005) = 95815cb2168c213a8dcc61e7b3f95f5e1dcbe91c
+Size (bash30-005) = 1776 bytes
+SHA1 (bash30-006) = 2dd47fcc216d2c9be35320403a9d9cbf20263103
+RMD160 (bash30-006) = 4d2de58f20a96e44bf2925a57234e8003ab12283
+Size (bash30-006) = 4258 bytes
+SHA1 (bash30-007) = 5e63abf775ca3d4b4e6d7202eae0bf4b0d689cc3
+RMD160 (bash30-007) = 9017847074890216d3e683bc166a79962b7521ee
+Size (bash30-007) = 1808 bytes
+SHA1 (bash30-008) = 711e5f13ea9f813ed39507e063db511434f2a8ab
+RMD160 (bash30-008) = 7b1e6717500675dd65feba2f9eaa0ca0ecdee032
+Size (bash30-008) = 1220 bytes
+SHA1 (bash30-009) = 621beadd603652f340a4fa386f596185373e2e13
+RMD160 (bash30-009) = 63788479233f0b191c8731fc38fb9dc352853221
+Size (bash30-009) = 2828 bytes
+SHA1 (bash30-010) = d3d16b523efb08d5f89e29350a103f859f141542
+RMD160 (bash30-010) = 7c3c51278b35255d77aa48afebd979dbe6f5ff7f
+Size (bash30-010) = 3193 bytes
+SHA1 (bash30-011) = 0c28a21cc338809caba50a4fc340e5839f57f8b3
+RMD160 (bash30-011) = c582ea7fb1f720d20154965d1e49e8f050f61824
+Size (bash30-011) = 2635 bytes
+SHA1 (bash30-012) = c9e4be4611de544ce2189d88609647f06ad0c3a8
+RMD160 (bash30-012) = 1f493f21b0423254691e7718bdabb53bd72feb37
+Size (bash30-012) = 1395 bytes
+SHA1 (bash30-013) = 19954dabe3bbb0d24b9a5f245998da2296669257
+RMD160 (bash30-013) = f82a358665460bf051158b7fe73414b0762daee8
+Size (bash30-013) = 1963 bytes
+SHA1 (bash30-014) = 78de1ee80872300b0dac6d092bd642bdab170361
+RMD160 (bash30-014) = e2e2b95944e98cf34f62a122a7fa729d7664e418
+Size (bash30-014) = 1165 bytes
+SHA1 (bash30-015) = a808e839cacbf6df4f2622830ea9f0168118fbfe
+RMD160 (bash30-015) = dc7732b5f5dba71d615c73ddabe17e40fc70a40b
+Size (bash30-015) = 1480 bytes
+SHA1 (bash30-016) = fab3ac98b8ea6dcbf1d1a38c1ac001b44579fc3c
+RMD160 (bash30-016) = 370993ff74c1a800aadb4448de08d33b635c4a1d
+Size (bash30-016) = 2453 bytes
 SHA1 (patch-aa) = 611f9c7e512c7fb80b088d58d6b3d91e18b06911
 SHA1 (patch-ab) = c08789555515fd4afb621cb564397ad6f1ec4dea
 SHA1 (patch-ac) = 012300f9e4427f2e15c8b96bc59a674f17d93cbd



Home | Main Index | Thread Index | Old Index