diff options
author | aaron <aaron@FreeBSD.org> | 2005-12-13 23:48:58 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2005-12-13 23:48:58 +0800 |
commit | 66b76686f606d6d6a53af454ab04c690232d4cca (patch) | |
tree | d8e6613af2b41091bcce13833e53377a9f5d50e8 | |
parent | e117e16af88fa5f0fbf1392633309f5d7aeec585 (diff) | |
download | freebsd-ports-gnome-66b76686f606d6d6a53af454ab04c690232d4cca.tar.gz freebsd-ports-gnome-66b76686f606d6d6a53af454ab04c690232d4cca.tar.zst freebsd-ports-gnome-66b76686f606d6d6a53af454ab04c690232d4cca.zip |
- 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
-rw-r--r-- | textproc/p5-URI-Find/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-URI-Find/distinfo | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/textproc/p5-URI-Find/Makefile b/textproc/p5-URI-Find/Makefile index 9ffd352cbdac..33ec9df6f290 100644 --- a/textproc/p5-URI-Find/Makefile +++ b/textproc/p5-URI-Find/Makefile @@ -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> diff --git a/textproc/p5-URI-Find/distinfo b/textproc/p5-URI-Find/distinfo index d37c3ff0b726..da9398a85464 100644 --- a/textproc/p5-URI-Find/distinfo +++ b/textproc/p5-URI-Find/distinfo @@ -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 |