diff options
author | wen <wen@pkgsrc.org> | 2013-01-23 01:15:03 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-01-23 01:15:03 +0000 |
commit | b0560df66ce222c3fbd02f152244799a4da7321a (patch) | |
tree | 83970e35bb31857a0897c8bf91690df3b9a7b21f | |
parent | 98c2857f760435accc26837c01a1a01d01a607ac (diff) | |
download | pkgsrc-b0560df66ce222c3fbd02f152244799a4da7321a.tar.gz |
Update to 3.27
Add LICENSE
Upstream changes:
2013-01-22 Jarkko Hietaniemi <jhi@google.com>
* Resolve https://rt.cpan.org/Ticket/Display.html?id=69029
Do not die (adist()) on empty pattern string.
* Resolve https://rt.cpan.org/Ticket/Display.html?id=36707
Do not die on undefined inputs, just return undef.
* Resolve https://rt.cpan.org/Ticket/Display.html?id=82341
Explicitly specify the licensing to be Artistic 2 or LGPL 2.
* Modernize all the tests to use Test::More.
* Add some tests for UTF-8 inputs.
* Mark some stalled/ancient bugs as resolved.
* Delete the hopelessly obsolete BUGS file.
* Released as 3.27.
-rw-r--r-- | textproc/p5-String-Approx/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-String-Approx/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-String-Approx/Makefile b/textproc/p5-String-Approx/Makefile index bfd11318085..0eed67da641 100644 --- a/textproc/p5-String-Approx/Makefile +++ b/textproc/p5-String-Approx/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.15 2012/10/25 06:56:20 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/01/23 01:15:03 wen Exp $ # -DISTNAME= String-Approx-3.26 +DISTNAME= String-Approx-3.27 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/String-Approx/ COMMENT= Approximate (fuzzy) string matching library for Perl +LICENSE= artistic-2.0 OR gnu-lgpl-v2 PERL5_PACKLIST= auto/String/Approx/.packlist diff --git a/textproc/p5-String-Approx/distinfo b/textproc/p5-String-Approx/distinfo index 67a0d28ecf1..9d179e2a7d3 100644 --- a/textproc/p5-String-Approx/distinfo +++ b/textproc/p5-String-Approx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2006/09/05 19:49:33 tv Exp $ +$NetBSD: distinfo,v 1.5 2013/01/23 01:15:03 wen Exp $ -SHA1 (String-Approx-3.26.tar.gz) = 84832bacb985c015748c746662c4615082edaf3c -RMD160 (String-Approx-3.26.tar.gz) = 4ea6485425a06722e55a61df3d33c725970b7476 -Size (String-Approx-3.26.tar.gz) = 44800 bytes +SHA1 (String-Approx-3.27.tar.gz) = 51543a2c0a540588aebf35bd7ba414fb9be6d464 +RMD160 (String-Approx-3.27.tar.gz) = 550206f11bfec7af2dfad693614d009984cf0a07 +Size (String-Approx-3.27.tar.gz) = 45497 bytes |