diff options
author | tron <tron@pkgsrc.org> | 2013-06-01 12:48:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-01 12:48:26 +0000 |
commit | 5c02f3bdd61588ed546da6892231842d76752132 (patch) | |
tree | 3bafa26a5a1c269f90abbe9f8bc5af42170d37e0 /net/p5-NetAddr-IP/Makefile | |
parent | a7223f5f783819ff933e447c1ade72898fad49f5 (diff) | |
download | pkgsrc-5c02f3bdd61588ed546da6892231842d76752132.tar.gz |
Update "p5-NetAddr-IP" package to version 4.069. Changes since 4.066:
- IN Lite.pm v1.50, add =encoding UTF-8
- In Util.pm v1.50
changed Makefile.PL to check for config.h when building for XS
with 'gcc', try building with 'cc', and check again.
- If config.h is not found, force Pure Perl mode.
- update Makefile.PL in Util.pm v 1.49 to better detect 'winduhs'
- Improved diagnostic message for "die" with bad mask for
- hostenum, hostenumref, split, splitref, rsplit, rsplitref
- Thanks to GENSYM@cpan.org for pointing out the need.
This also fixes the build with Perl 5.18.0
Diffstat (limited to 'net/p5-NetAddr-IP/Makefile')
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile index 190fc67aa85..89feef484e0 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2013/05/31 12:41:40 wiz Exp $ -# +# $NetBSD: Makefile,v 1.32 2013/06/01 12:48:26 tron Exp $ -DISTNAME= NetAddr-IP-4.066 +DISTNAME= NetAddr-IP-4.069 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5nai CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/} |