diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-06 14:39:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-06 14:39:31 +0000 |
commit | d42ba7699b4a367527a36c8488a21da1a383fd5a (patch) | |
tree | 1b02aab8a1cbce4e47bd70ad640c627c645a2b60 /net/p5-NetAddr-IP/Makefile | |
parent | 3c13c422de2385a5002c512cccb0ffe4bd255dd8 (diff) | |
download | pkgsrc-d42ba7699b4a367527a36c8488a21da1a383fd5a.tar.gz |
Update to 4.075:
4.075 Wed Jun 11 11:41:17 PDT 2014
make CPAN happy with new rev number
4.074 Wed Jun 11 09:36:10 PDT 2014
In Lite.pm v1.54,
change input filter for resolvable hostnames
to allow the underscore character
Thanks to grankio [...] gmail.com for the heads up on this issue.
4.073 Sat Apr 5 09:32:11 PDT 2014
add documentation about FQDN conversion and
an option to disable
4.072 Mon Jan 27 11:59:58 PST 2014
modify Makefile.PL to bypass missing 'pod2text'
4.071 Mon Sep 30 13:41:03 PDT 2013
add method "canon" by request from <tom.jones@bccx.com>
4.070 Thu Sep 12 12:54:22 PDT 2013
nth documention error fixed. thanks to Anton tobez@tobez.org
Lite v1.51, add new6FFFF, RFC4291 compliant ipv4->ipV6 new
Diffstat (limited to 'net/p5-NetAddr-IP/Makefile')
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile index 86865be3181..5a36286f6e1 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2014/05/29 23:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2014/09/06 14:39:31 wiz Exp $ -DISTNAME= NetAddr-IP-4.069 +DISTNAME= NetAddr-IP-4.075 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5nai CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/} |