diff options
author | he <he@pkgsrc.org> | 2008-08-17 18:44:13 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-17 18:44:13 +0000 |
commit | 97bf3e322375cfe77a534f73a92f4150ac382547 (patch) | |
tree | 5910717a5e441f6028687155be6ac3fdd52447e2 /net/p5-Socket6 | |
parent | 4ed0bbd99cac2909e0f1ffc718b12ef17101ffa8 (diff) | |
download | pkgsrc-97bf3e322375cfe77a534f73a92f4150ac382547.tar.gz |
Update from version 0.20 to 0.21.
Pkgsrc changes:
o Canonicalize HOMEPAGE
o Add USE_LANGUAGES=c
Upstream changes:
2008-08-17 Hajimu UMEMOTO <ume@mahoroba.org>
* Socket6.pm: Bump version number to 0.21.
* Socket6.xs: Make it buildable on the following environment by
defining WINVER as 0x0501:
- Windows XP SP3
- ActivePerl-5.10.0.1003-MSWin32-x86-285500
- MinGW-5.1.4
- nmake 9.00.21022.08 (shipped with VisualStudio 2008 Express)
Submitted by: "IWAMURO Motonori" <vmi@nifty.com>
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r-- | net/p5-Socket6/Makefile | 7 | ||||
-rw-r--r-- | net/p5-Socket6/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 86dc4f415ab..b700c02f618 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.25 2008/04/23 21:15:08 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2008/08/17 18:44:13 he Exp $ # -DISTNAME= Socket6-0.20 +DISTNAME= Socket6-0.21 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5so6 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~umemoto/Socket6/ +HOMEPAGE= http://search.cpan.org/dist/Socket6/ COMMENT= Perl5 module to support getaddrinfo() and getnameinfo() PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -19,6 +19,7 @@ PERL5_PACKLIST= auto/Socket6/.packlist # supports IPv6 (actually, AF-independent) BUILD_DEFS+= IPV6_READY +USE_LANGUAGES= c MAKE_ENV+= CCFLAGS="${CFLAGS} ${CPPFLAGS}" .include "../../lang/perl5/module.mk" diff --git a/net/p5-Socket6/distinfo b/net/p5-Socket6/distinfo index 0dc7bd5736f..43b66abd7f6 100644 --- a/net/p5-Socket6/distinfo +++ b/net/p5-Socket6/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2008/04/23 21:15:08 wiz Exp $ +$NetBSD: distinfo,v 1.8 2008/08/17 18:44:13 he Exp $ -SHA1 (Socket6-0.20.tar.gz) = f727a3e7f9ce32861f218c8837da26ab95dc22b0 -RMD160 (Socket6-0.20.tar.gz) = ddd617e4a72f9eb451d2ae53701c17e48543f166 -Size (Socket6-0.20.tar.gz) = 57153 bytes +SHA1 (Socket6-0.21.tar.gz) = 1ebbf02d2e5caa10756af1a7439498f13047dbcf +RMD160 (Socket6-0.21.tar.gz) = 81d79fbd33f8f8508c8e62bbef7f4cb3b0d1aa74 +Size (Socket6-0.21.tar.gz) = 57322 bytes |