diff options
author | sno <sno@pkgsrc.org> | 2010-07-31 12:32:47 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-07-31 12:32:47 +0000 |
commit | bfa48c18c4f5b65490ca784f52849ccec93ca5e9 (patch) | |
tree | 5d4b36900f95c23bb18edde035fed133c0fb627a /www/p5-URI-Find/Makefile | |
parent | a8c3712aebcee0d12750941841947c3a261aea36 (diff) | |
download | pkgsrc-bfa48c18c4f5b65490ca784f52849ccec93ca5e9.tar.gz |
Updating www/p5-URI-Find from 20100211 to 20100505
Upstream changes:
20100505 Wed May 5 18:48:44 PDT 2010
Test Fixes
* Fixed t/urifind/find.t on Windows
20100504.1039 Tue May 4 10:39:23 PDT 2010
Doc Fixes
* Forgot to mention that we ship with urifind now.
20100504 Tue May 4 10:29:52 PDT 2010
New Features
* Added a urifind program. (Darren Chamberlain)
Bug Fixes
* The final semi-colon was being strippped form URLs found in HTML
that ended with HTML entities. (Michael Peters)
Example: http://google.com/search?q=<html>
* URLs with leading dots, pluses and minuses are now found.
[rt.cpan.org 57032]
Example: stuff...http://example.com
Diffstat (limited to 'www/p5-URI-Find/Makefile')
-rw-r--r-- | www/p5-URI-Find/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-URI-Find/Makefile b/www/p5-URI-Find/Makefile index 0a57cf80922..8013847d96b 100644 --- a/www/p5-URI-Find/Makefile +++ b/www/p5-URI-Find/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/02/22 20:29:09 sno Exp $ +# $NetBSD: Makefile,v 1.4 2010/07/31 12:32:47 sno Exp $ # -DISTNAME= URI-Find-20100211 +DISTNAME= URI-Find-20100505 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} |