diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-02 21:54:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-02 21:54:49 +0000 |
commit | 8680d6307599be1365f560d94eaecdf8062cc394 (patch) | |
tree | 05675ff8fe346e105c6ce3eff08f16b5748ee2ad /converters | |
parent | 8f6edadab4e834459805cde7998a06df91b34e59 (diff) | |
download | pkgsrc-8680d6307599be1365f560d94eaecdf8062cc394.tar.gz |
Update converters/p5-Convert-UUlib to 1.03. Changes from version 0.31
include:
- renamed crc32 to uulib_crc32, to work around yet another shortcoming
in this oh-so-outdated macosx.
- very short files might not be detected because the header parsing
code might skip them.
- change bracket policy to give priority to (x/y) over (x), and use
the last bracket found otherwise.
- part numbers at the end of the subject are now recognized.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-UUlib/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-Convert-UUlib/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile index f282ae8737f..5b2b8716518 100644 --- a/converters/p5-Convert-UUlib/Makefile +++ b/converters/p5-Convert-UUlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2004/06/03 23:07:29 heinz Exp $ +# $NetBSD: Makefile,v 1.12 2004/08/02 21:54:49 jlam Exp $ -DISTNAME= Convert-UUlib-0.31 +DISTNAME= Convert-UUlib-1.03 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uul CATEGORIES= converters perl5 diff --git a/converters/p5-Convert-UUlib/distinfo b/converters/p5-Convert-UUlib/distinfo index f9f6902d225..f19b912ab7c 100644 --- a/converters/p5-Convert-UUlib/distinfo +++ b/converters/p5-Convert-UUlib/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/09/20 16:03:46 chris Exp $ +$NetBSD: distinfo,v 1.4 2004/08/02 21:54:49 jlam Exp $ -SHA1 (Convert-UUlib-0.31.tar.gz) = 2bb110854cab3bb113ad588c213b96d3498a849f -Size (Convert-UUlib-0.31.tar.gz) = 236507 bytes +SHA1 (Convert-UUlib-1.03.tar.gz) = f644603c64ddc19d5eeffd468a074950056d3473 +Size (Convert-UUlib-1.03.tar.gz) = 226951 bytes |