pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Socket6 Update to 0.23:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8e9e0fb077b
branches:  trunk
changeset: 549566:b8e9e0fb077b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 05 14:58:20 2008 +0000

description:
Update to 0.23:

2008-11-02  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * Socket6.pm: Bump version number to 0.23.

        * Makefile.PL (configure_mswin32): Added a conditional #define for
        HAVE_INET_(PTON|NTOP) to make the module.
        Change was necessary because the SDK for Vista now includes
        inet_(pton|ntop) in ws2tcpip.h

        Submitted by:   "David M. Town" <dtown%cpan.org@localhost>

        * Makefile.PL (configure_mswin32): Added a line to #define
        HAVE_SOCKLEN_T since it is defined for MSWin32

        Submitted by:   "David M. Town" <dtown%cpan.org@localhost>

        * Socket6.pm: Added @EXPORT_OK to export AF_INET6 and PF_INET6 if
        requested.  This allows the use of the Socke6 module without
        having to perform the same conditional check that was added to
        avoid conflicts with the Socket module default exports (i.e. use
        Socket6 qw(AF_INET6 inet_pton inet_ntop); )

        Submitted by:   "David M. Town" <dtown%cpan.org@localhost>

        * Socket6.pm (AUTOLOAD): Explicitly set $! = 0 before calling
        constant().  This should not be required since errno was being set
        to 0 in the C function, but Perl 5.10.0 Win32 Vista needed this to
        be done or all constants reported unsupported.

        Submitted by:   "David M. Town" <dtown%cpan.org@localhost>

2008-08-18  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * Socket6.pm: Use strict environment.

        * Socket6.pm: Bump version number to 0.22.

        * Socket6.pm: Make AF_INET6 check actually work.

        Submitted by:   Tatsuya Noda <topia%clovery.jp@localhost>

        * Makefile.PL: Make sure to include config.pl in current
        directory.

diffstat:

 net/p5-Socket6/Makefile |  4 ++--
 net/p5-Socket6/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 2bf7fa8c8874 -r b8e9e0fb077b net/p5-Socket6/Makefile
--- a/net/p5-Socket6/Makefile   Wed Nov 05 14:55:23 2008 +0000
+++ b/net/p5-Socket6/Makefile   Wed Nov 05 14:58:20 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2008/10/19 19:18:44 he Exp $
+# $NetBSD: Makefile,v 1.28 2008/11/05 14:58:20 wiz Exp $
 #
 
-DISTNAME=              Socket6-0.21
+DISTNAME=              Socket6-0.23
 PKGNAME=               p5-${DISTNAME}
 PKGREVISION=           1
 SVR4_PKGNAME=          p5so6
diff -r 2bf7fa8c8874 -r b8e9e0fb077b net/p5-Socket6/distinfo
--- a/net/p5-Socket6/distinfo   Wed Nov 05 14:55:23 2008 +0000
+++ b/net/p5-Socket6/distinfo   Wed Nov 05 14:58:20 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2008/08/17 18:44:13 he Exp $
+$NetBSD: distinfo,v 1.9 2008/11/05 14:58:20 wiz Exp $
 
-SHA1 (Socket6-0.21.tar.gz) = 1ebbf02d2e5caa10756af1a7439498f13047dbcf
-RMD160 (Socket6-0.21.tar.gz) = 81d79fbd33f8f8508c8e62bbef7f4cb3b0d1aa74
-Size (Socket6-0.21.tar.gz) = 57322 bytes
+SHA1 (Socket6-0.23.tar.gz) = f6598055e40d71fe3bab9881d38995f8677ee90a
+RMD160 (Socket6-0.23.tar.gz) = c45f3024e64cd3b1d43226fdc44f1f7dd54ddcaf
+Size (Socket6-0.23.tar.gz) = 57859 bytes



Home | Main Index | Thread Index | Old Index