diff options
author | wiz <wiz> | 2007-02-27 09:03:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-27 09:03:27 +0000 |
commit | a6758a961296a309c25505e6c8ee6203238caeb4 (patch) | |
tree | 74d993936667e314a902e36337f4596d9e23dd7d /converters | |
parent | fbe7f663eac5f417868a5c354fed95e03403ad7f (diff) | |
download | pkgsrc-a6758a961296a309c25505e6c8ee6203238caeb4.tar.gz |
Update to 1.08:
1.08 Sat Dec 16 23:27:13 CET 2006
- URGENT update, the lastr elease did not
decode files correctly, usually not at all.
- the last patch was, of course, completely bogus.
(sorry. looked simple...).
1.07 Sun Dec 10 17:41:46 CET 2006
- fixed an uninitialised variable based on analysis
and patch by Mark Martinec.
1.06 Tue Dec 6 00:56:05 CET 2005
- fix a number of int/long format errors in the encoding part and
fix some signed/unsigned char problems of unknown relevance,
reported by Jonas Smedegaard.
- new EXPERIMENTAL options OPT_RBUF and OPT_WBUF to set default
stdio buffer size for reading and writing files.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-UUlib/Makefile | 7 | ||||
-rw-r--r-- | converters/p5-Convert-UUlib/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile index 884073dac9a..eba949ca0c1 100644 --- a/converters/p5-Convert-UUlib/Makefile +++ b/converters/p5-Convert-UUlib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:29:06 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2007/02/27 09:03:27 wiz Exp $ -DISTNAME= Convert-UUlib-1.051 -PKGNAME= p5-${DISTNAME} +DISTNAME= Convert-UUlib-1.08 +PKGNAME= p5-${DISTNAME}0 SVR4_PKGNAME= p5uul -PKGREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} diff --git a/converters/p5-Convert-UUlib/distinfo b/converters/p5-Convert-UUlib/distinfo index 7c107d7f508..7a785fdd5dd 100644 --- a/converters/p5-Convert-UUlib/distinfo +++ b/converters/p5-Convert-UUlib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/05/02 12:01:54 wiz Exp $ +$NetBSD: distinfo,v 1.7 2007/02/27 09:03:27 wiz Exp $ -SHA1 (Convert-UUlib-1.051.tar.gz) = 953966189c870ff34b998ac11d2fd51523e43c43 -RMD160 (Convert-UUlib-1.051.tar.gz) = 0312a9ff7ad6e43955af6b625ff062d84dc3b62e -Size (Convert-UUlib-1.051.tar.gz) = 228671 bytes +SHA1 (Convert-UUlib-1.08.tar.gz) = f2cd1f0ab656c325100c9daf75ac0874bd17339f +RMD160 (Convert-UUlib-1.08.tar.gz) = 06ccd336d1d7cd39df5bb22af11c473789c27932 +Size (Convert-UUlib-1.08.tar.gz) = 230268 bytes |