From 89466b5d890e41827f412b6886fd38c6343a9a35 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 6 Sep 2014 12:09:10 +0000 Subject: [PATCH] Update to 0.25: 2013-12-09 Hajimu UMEMOTO * Socket6.pm: Bump version number to 0.25. * Makefile.PL: Install manpage. [cpan #66811] * Socket6.pm: Fix typo. [cpan #86346] * Socket6.pm: Fix typo. [cpan #71617] 2013-12-08 Hajimu UMEMOTO * Socket6.pm: Bump version number to 0.24. * Makefile.PL: Fixed [cpan #77665] pass perl cc and ccflags to configure * Makefile.PL (configure_mswin32): Fixed [cpan #65710] undefined ref to inet_ntop,inet_pton on Windows XP. * t/use.t: Fixed [cpan #75211] test redefinition warnings --- net/p5-Socket6/Makefile | 6 ++---- net/p5-Socket6/distinfo | 10 +++++----- net/p5-Socket6/patches/patch-aa | 10 ++++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 65139496b807..7b6d9cc7aeb9 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2014/05/29 23:37:11 wiz Exp $ -# +# $NetBSD: Makefile,v 1.38 2014/09/06 12:09:10 wiz Exp $ -DISTNAME= Socket6-0.23 +DISTNAME= Socket6-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 SVR4_PKGNAME= p5so6 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/} diff --git a/net/p5-Socket6/distinfo b/net/p5-Socket6/distinfo index 2acb7f0353df..292fa523daf2 100644 --- a/net/p5-Socket6/distinfo +++ b/net/p5-Socket6/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2009/02/25 20:39:20 sno Exp $ +$NetBSD: distinfo,v 1.11 2014/09/06 12:09:10 wiz Exp $ -SHA1 (Socket6-0.23.tar.gz) = f6598055e40d71fe3bab9881d38995f8677ee90a -RMD160 (Socket6-0.23.tar.gz) = c45f3024e64cd3b1d43226fdc44f1f7dd54ddcaf -Size (Socket6-0.23.tar.gz) = 57859 bytes -SHA1 (patch-aa) = e62617f27b3fda22e62d1e383535c1e003a070f1 +SHA1 (Socket6-0.25.tar.gz) = 4499bd5b5150bd44be79238df348d89ea228f5a6 +RMD160 (Socket6-0.25.tar.gz) = 7cbb47a68b2ed390c3a8e81f12fc9cd249fe93ce +Size (Socket6-0.25.tar.gz) = 58057 bytes +SHA1 (patch-aa) = f9de0f5bd6f862129069f9617531260d8d821da8 diff --git a/net/p5-Socket6/patches/patch-aa b/net/p5-Socket6/patches/patch-aa index a88bbd73e46d..35c8bb7cacdd 100644 --- a/net/p5-Socket6/patches/patch-aa +++ b/net/p5-Socket6/patches/patch-aa @@ -1,7 +1,9 @@ ---- Makefile.PL.orig 2008-11-14 20:14:49.000000000 +0100 -+++ Makefile.PL 2008-11-14 20:15:01.000000000 +0100 -@@ -46,7 +46,6 @@ - MAN3PODS => {}, # Pods will be built by installman. +$NetBSD: patch-aa,v 1.2 2014/09/06 12:09:10 wiz Exp $ + +--- Makefile.PL.orig 2013-12-08 17:21:56.000000000 +0000 ++++ Makefile.PL +@@ -46,7 +46,6 @@ WriteMakefile( + VERSION_FROM => 'Socket6.pm', XSPROTOARG => '-noprototypes', # XXX remove later? PM => {'Socket6.pm' => '$(INST_LIBDIR)/Socket6.pm'}, - CONFIGURE => sub { { CC => "${cc}" } },