summaryrefslogtreecommitdiff
path: root/mail/p5-Email-Address/Makefile
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-07-22 11:10:04 +0000
committerrhaen <rhaen@pkgsrc.org>2008-07-22 11:10:04 +0000
commit728a1fd84d1ea15e4164ee7aadf26e3731c65375 (patch)
treeb5e137700023052da577d820299b669e5e6916e7 /mail/p5-Email-Address/Makefile
parentd998991c16ba9b96b5f6f32fc9ecadfef516a76c (diff)
downloadpkgsrc-728a1fd84d1ea15e4164ee7aadf26e3731c65375.tar.gz
updated to 1.889
took maintainership ChangeLog: Release history for Email-Address 1.889 2007-12-19 even if the phrase needed quoting, do not return quoted phrase from the phrase method 1.888 2007-04-01 rt 16320 - collapse multiple whitespaces to prevent speed problem rt 24161 - forbid backslash in dot-atom 1.887 2007-04-01 fix a test to prevent failure on 5.005 1.886 2007-03-01 fix stupid use/require bug in test 1.885 2007-02-28 do not quote the phrase if it's MIME encoded do not double quote the phrase thanks to MIYAGAWA and KEVINR for tests for the above! 1.884 2006-12-04 fix phrase-quoting behavior by always quoting the phrase, if given this fixes bug 13387; thanks, Dave Rolsky! 1.883 2006-11-25 resolve bug 23565, as_string didn't work on 5.8.0 (weird!) improve skip behavior for cache-cow.t with older Scalar::Util restore as_string issue deprecation warning if $STRINGIFY is changed 1.882 2006-11-22 fix bug 21270, do not allow changes to objects to pollute the cache packaging improvements make test suite easier to manage improve honesty of documentation (we are not complete, (yet)) 1.881 2006-11-20 Basically: fixes a case where regex never returns. resolve bug 23187 by slighly diluting the solution to 22991, which is a more marginal problem than that of 23187, in practical terms 1.880 2006-11-11 resolve bug 22991, support obs-phrase construct this creates a significant slowdown, sadly, but nothing to rival bug 16320 1.871 2006-10-12 1.870 2006-08-10 restore as_string issue deprecation warning if $STRINGIFY is changed 1.86 2006-07-21 update docs tweak regex for approximate 50% performance boost ...but bug 16320 is still true: Email::Address can be VERY slow https://rt.cpan.org/Ticket/Display.html?id=16320 1.85 2006-07-07 add disable_cache and enable_cache methods (bug 19163, thanks ADAMK)
Diffstat (limited to 'mail/p5-Email-Address/Makefile')
-rw-r--r--mail/p5-Email-Address/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-Email-Address/Makefile b/mail/p5-Email-Address/Makefile
index f557185c6a3..96cce2bf2d1 100644
--- a/mail/p5-Email-Address/Makefile
+++ b/mail/p5-Email-Address/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2008/07/20 16:09:34 heinz Exp $
+# $NetBSD: Makefile,v 1.4 2008/07/22 11:10:04 rhaen Exp $
-DISTNAME= Email-Address-1.80
+DISTNAME= Email-Address-1.889
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-Address/
COMMENT= RFC 2822 Address Parsing and Creation