- update from 0.13 to 0.16
0.16 Fri Jul 22 06:00:24 EDT 2005 - Oops, make the URI::Find::Schemeless->top_level_domain_re case insensitive, as it should be and the docs claimed it was. Thanks to Todd Eigenschink. 0.15 Tue Mar 22 07:23:17 EST 2005 - Have all functions croak if invoked with the wrong number of arguments. Add URI::Find->badinvo. https://rt.cpan.org/NoAuth/Bug.html?id=1845 - Mention DARREN's urifind script in the man page. - Oops, URI::URL::strict was turned on and left on. Put it back the way you found it. Thanks to Chris Nandor. https://rt.cpan.org/NoAuth/Bug.html?id=11906 - Schemeless.pm: - Find '<x>intag.com</x>'. - Get $tldRe from a new class method, ->top_level_domain_re. - Update top level domain list. PR: 89348 Submitted by: aaron Approved by: maintainer timeout, tobez
This commit is contained in:
parent
3a304f0f1a
commit
ca8e124626
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151106
2 changed files with 9 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= URI-Find
|
||||
PORTVERSION= 0.13
|
||||
PORTVERSION= 0.16
|
||||
CATEGORIES= textproc net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= URI
|
||||
|
@ -23,4 +23,8 @@ PERL_CONFIGURE= yes
|
|||
MAN3= URI::Find.3 \
|
||||
URI::Find::Schemeless.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
IGNORE= requires perl 5.6 or above due to dependencies
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (URI-Find-0.13.tar.gz) = ef318a426cfec1d7752682a13e7d7296
|
||||
SIZE (URI-Find-0.13.tar.gz) = 9855
|
||||
MD5 (URI-Find-0.16.tar.gz) = 339279e268cf37e629f54c1091f99a13
|
||||
SHA256 (URI-Find-0.16.tar.gz) = c5003ad256f6747717c3214dd4d52589319b2df21d48b277730612f0e8e93fbb
|
||||
SIZE (URI-Find-0.16.tar.gz) = 11509
|
||||
|
|
Loading…
Reference in a new issue