diff options
author | mjl <mjl@pkgsrc.org> | 2001-06-14 12:55:17 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-06-14 12:55:17 +0000 |
commit | 833b305eec1dbb8d7b8b67a0dbf5df0a7473c9e6 (patch) | |
tree | 84915100c37d738c44e7dd43c77028e0aa40eac7 /devel/popt/distinfo | |
parent | 526936b52e734b05379223a1338bb9acb6e54eae (diff) | |
download | pkgsrc-833b305eec1dbb8d7b8b67a0dbf5df0a7473c9e6.tar.gz |
Update to 1.5. (Incomplete, alas) changes:
- heavy dose of const's
- poptParseArgvString() now NULL terminates the list
- added support for single -
- misc bug fixes
- portability improvements
- fixed memset() in help message generation
- added extern "C" stuff to popt.h for C++ compilers
- const'ified poptParseArgvString
- fixed bug in chaind alias happens which seems to have only
affected --triggers in rpm
- added POPT_ARG_VAL
- popt.3 installed by default
- added POPT_ARG_INTL_DOMAIN
- updated Makefile's to be more GNUish
Diffstat (limited to 'devel/popt/distinfo')
-rw-r--r-- | devel/popt/distinfo | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/popt/distinfo b/devel/popt/distinfo index f65d1297fba..982af0d9fae 100644 --- a/devel/popt/distinfo +++ b/devel/popt/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/04/24 12:30:18 wulf Exp $ +$NetBSD: distinfo,v 1.4 2001/06/14 12:55:17 mjl Exp $ -SHA1 (popt-1.2.tar.gz) = cf25aa77dfc2eef941293ac10f0761d6aaf690bc -Size (popt-1.2.tar.gz) = 294172 bytes -SHA1 (patch-aa) = 97906976871d32c9ce0c54f952b18efe2655c89d -SHA1 (patch-ab) = f2c336cef55c52d586c64d6f7e2b99065aa5641e +SHA1 (popt-1.5.-1.tar.gz) = 3e01fb7f4117bd28fbe1ef1ca87b5035f1b72841 +Size (popt-1.5.-1.tar.gz) = 428892 bytes |