diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-10-11 19:59:25 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-10-11 19:59:25 +0000 |
commit | 61917f80349c70e60eed5731fe337aaaafbf15e9 (patch) | |
tree | 0c26ec05c3ce30b75cb43764c8a8490eae3cfc4f /net/p5-Socket6/Makefile | |
parent | e166cd2fa9ba102a29671843387e48c6db78fefc (diff) | |
download | pkgsrc-61917f80349c70e60eed5731fe337aaaafbf15e9.tar.gz |
Update to 0.19
From the ChangeLog:
> * Socket6.xs: the "sin6_scope_id" field of the "sockaddr_in6"
> structure is expected to passed and is returned in host byte
> order.
> * getaddrinfo.c (getaddrinfo): Support for AI_NUMERICSERV.
> * Socket6.pm: Fix documentation of the gethostbyname2. The
> gethostbyname2 function takes a FAMILY, not a SERVNAME.
Diffstat (limited to 'net/p5-Socket6/Makefile')
-rw-r--r-- | net/p5-Socket6/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 0f0f952fe63..5b79cceccb5 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.20 2005/08/06 06:19:28 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/10/11 19:59:25 adrianp Exp $ # -DISTNAME= Socket6-0.17 -PKGNAME= p5-Socket6-0.17 +DISTNAME= Socket6-0.19 +PKGNAME= p5-Socket6-0.19 SVR4_PKGNAME= p5so6 -PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html +HOMEPAGE= http://search.cpan.org/~umemoto/${DISTNAME}/ COMMENT= Perl5 module to support getaddrinfo() and getnameinfo() PKG_INSTALLATION_TYPES= overwrite pkgviews |