diff options
author | taca <taca@pkgsrc.org> | 2001-06-27 14:16:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-06-27 14:16:55 +0000 |
commit | c4ff8e9f6919b99906537fe7839491b26d6465fb (patch) | |
tree | 401a8391569f2ea6ec183cda216d18763967a359 /misc/p5-File-MMagic/Makefile | |
parent | d554c64f6c845350ccb357b25275c5c59b38f5ce (diff) | |
download | pkgsrc-c4ff8e9f6919b99906537fe7839491b26d6465fb.tar.gz |
Update p5-File-MMagic to 1.13. Changes are below (from ChangeLog):
2001-06-15 NOKUBI Takatsugu <knok@daionet.gr.jp>
* MMagic.pm (readMagicEntry): Fixed warning output probrem
on large magic database.
(Reported and patched by John R Lenton. Thanks.)
* Version 1.13.
2001-02-09 NOKUBI Takatsugu <knok@daionet.gr.jp>
* MMagic.pm (checktype_data): Changed evaluation sequence of
binary-checking and specials-checking.
Version 1.12.
2000-12-11 NOKUBI Takatsugu <knok@daionet.gr.jp>
* Discarded disallowEightbit().
Add new variable "allowEightbit".
Version 1.11.
* MMagic.pm (disallowEightbit): Added new entry.
Version 1.10.
Diffstat (limited to 'misc/p5-File-MMagic/Makefile')
-rw-r--r-- | misc/p5-File-MMagic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/p5-File-MMagic/Makefile b/misc/p5-File-MMagic/Makefile index 026f6bfd5ef..59a1671dc00 100644 --- a/misc/p5-File-MMagic/Makefile +++ b/misc/p5-File-MMagic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:09:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/27 14:16:55 taca Exp $ -DISTNAME= File-MMagic-1.09 +DISTNAME= File-MMagic-1.13 PKGNAME= p5-${DISTNAME} CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} |