diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-08 15:13:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-08 15:13:16 +0000 |
commit | 26c06a0c3ddc77b60ec599cbdd9709703495df03 (patch) | |
tree | 1e23c4b895ffc5238258c0df575fcc65b3a74491 /net/p5-Socket6/Makefile | |
parent | 0921aad7cc9226d48a01e93bd9c72ebffa93f11b (diff) | |
download | pkgsrc-26c06a0c3ddc77b60ec599cbdd9709703495df03.tar.gz |
Update p5-Socket6 to 0.27:
2016-03-23 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.27.
2016-03-22 Hajimu UMEMOTO <ume@mahoroba.org>
* t/use.t: We still supports an environment where AF_INET6 is not
defined.
2016-03-17 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.26.
* Makefile.PL: Make Socket6 buildable on Android. [cpan #98181]
Submitted by: fraserbn [...] gmail.com
* system inet_ntop broken in darwin. [cpan #113005]
Submitted by: RURBAN [...] cpan.org
2015-12-05 Hajimu UMEMOTO <ume@mahoroba.org>
* gailookup.pl.in: Add -r option to do reverse lookup.
2015-11-25 Hajimu UMEMOTO <ume@mahoroba.org>
* gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED.
* gailookup.pl.in: Add -P option to ease to specify port number.
Diffstat (limited to 'net/p5-Socket6/Makefile')
-rw-r--r-- | net/p5-Socket6/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index c5c444b6294..bdd337f6736 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2015/06/12 10:50:51 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2016/04/08 15:13:16 wiz Exp $ -DISTNAME= Socket6-0.25 +DISTNAME= Socket6-0.27 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/} |