diff options
author | ben <ben@pkgsrc.org> | 2005-12-04 15:50:13 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2005-12-04 15:50:13 +0000 |
commit | 8976a95d78d1a74c6ec27ba3e402f9861e6dfb67 (patch) | |
tree | 26780d6ecce83057c4b8e0a7eea69baea83ed677 /textproc/helpdeco | |
parent | bd232ae770827cb443013e0137a65e04cf9208c4 (diff) | |
download | pkgsrc-8976a95d78d1a74c6ec27ba3e402f9861e6dfb67.tar.gz |
Update helpdeco to version 2.1.3. Changes include:
* helpdec1.c, helpdeco.h: Improve const correctness - thanks to
Markus Elfring (elfring) for the tip
* compat.c: Apply patch from Dirk Jagdmann (doj) to fix pointer
flibbling
* splitmrb.c: Apply patch from Dirk Jagdmann (doj) to fix HOTSPOT
struct packing with GCC >= 3
* compat.c, compat.h, helpdeco.c, splitmrb.c, zapres.c: Apply patch
from Dirk Jagdmann (doj) to use POSIX path defines instead of DOS
ones.
* helpdec1.c, helpdeco.c: Add patch for compiling with GCC 4.0 from
Andreas Jochens <aj@andaco.de>
Diffstat (limited to 'textproc/helpdeco')
-rw-r--r-- | textproc/helpdeco/Makefile | 4 | ||||
-rw-r--r-- | textproc/helpdeco/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/helpdeco/Makefile b/textproc/helpdeco/Makefile index 9dc5508cb97..fe22be2f2e5 100644 --- a/textproc/helpdeco/Makefile +++ b/textproc/helpdeco/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2005/11/08 19:37:21 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/12/04 15:50:13 ben Exp $ # -DISTNAME= helpdeco-2.1.1 +DISTNAME= helpdeco-2.1.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=helpdeco/} diff --git a/textproc/helpdeco/distinfo b/textproc/helpdeco/distinfo index 9ddb96ffde0..96c318c95e1 100644 --- a/textproc/helpdeco/distinfo +++ b/textproc/helpdeco/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/07/08 18:56:56 kristerw Exp $ +$NetBSD: distinfo,v 1.6 2005/12/04 15:50:13 ben Exp $ -SHA1 (helpdeco-2.1.1.tar.gz) = bd1dfe9a22b9a966b889b5c2693496e3dfe618ac -RMD160 (helpdeco-2.1.1.tar.gz) = 2777a0d1c8925ceb08ef86e73e80dc08fe2b1a25 -Size (helpdeco-2.1.1.tar.gz) = 80041 bytes +SHA1 (helpdeco-2.1.3.tar.gz) = 7e046a86ac16918ac49f9cd4597f9048a36541a4 +RMD160 (helpdeco-2.1.3.tar.gz) = 05fc72de7859ab6d3b787669099853b3a45a8f6c +Size (helpdeco-2.1.3.tar.gz) = 80443 bytes SHA1 (patch-aa) = 0cf435603d3fb8176085f48a725824c9516b51e8 |