diff options
author | tron <tron@pkgsrc.org> | 2011-08-06 10:54:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-08-06 10:54:25 +0000 |
commit | 7193b6ab8d8775f4a7126d7449d9a33fd58bb294 (patch) | |
tree | 43a9b77aa7b6acbd68dd08bbad89c62936b4c3e6 /net/p5-IO-Socket-INET6 | |
parent | ad2e26b3ab29248d71620829b4fc7c69182a7b9c (diff) | |
download | pkgsrc-7193b6ab8d8775f4a7126d7449d9a33fd58bb294.tar.gz |
Update "p5-IO-Socket-INET6" package to version 2.67.
Changes since version 2.65:
- IO-Socket is doing some imports so we now do use IO::Socket ().
- Fixed the rest of the imports.
- Thanks to LeoNerd
- Made the use Socket call import constants selectively, and not rely
on @EXPORT's whims:
- http://www.cpantesters.org/cpan/report/d6e547be-19b5-11e0-bbdc-e5c0d6c987b5
This update stops warnings about re-defining "sockaddr_in6" produced
by e.g. "mrtg" or "spamassassin".
Diffstat (limited to 'net/p5-IO-Socket-INET6')
-rw-r--r-- | net/p5-IO-Socket-INET6/Makefile | 6 | ||||
-rw-r--r-- | net/p5-IO-Socket-INET6/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/p5-IO-Socket-INET6/Makefile b/net/p5-IO-Socket-INET6/Makefile index aac69cd339e..9ae1b8fb499 100644 --- a/net/p5-IO-Socket-INET6/Makefile +++ b/net/p5-IO-Socket-INET6/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2010/08/21 16:35:21 seb Exp $ -# +# $NetBSD: Makefile,v 1.10 2011/08/06 10:54:25 tron Exp $ -DISTNAME= IO-Socket-INET6-2.65 +DISTNAME= IO-Socket-INET6-2.67 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/net/p5-IO-Socket-INET6/distinfo b/net/p5-IO-Socket-INET6/distinfo index 407cddeb269..f36f06d1ff6 100644 --- a/net/p5-IO-Socket-INET6/distinfo +++ b/net/p5-IO-Socket-INET6/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/06/12 16:12:14 seb Exp $ +$NetBSD: distinfo,v 1.6 2011/08/06 10:54:25 tron Exp $ -SHA1 (IO-Socket-INET6-2.65.tar.gz) = 2bc1e1485ef79be82f7586b7202d544124c9d2d3 -RMD160 (IO-Socket-INET6-2.65.tar.gz) = 3e958d4b6d619ba1b674e5a097377a655562f1a4 -Size (IO-Socket-INET6-2.65.tar.gz) = 17686 bytes +SHA1 (IO-Socket-INET6-2.67.tar.gz) = 498eeeb0b0c135665d962dfa94c41c075141949e +RMD160 (IO-Socket-INET6-2.67.tar.gz) = 68186996e1c75724a33eb383e24f8761440dc3a6 +Size (IO-Socket-INET6-2.67.tar.gz) = 18096 bytes |