summaryrefslogtreecommitdiff
path: root/net/p5-Socket6
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-09-06 12:09:10 +0000
committerwiz <wiz@pkgsrc.org>2014-09-06 12:09:10 +0000
commitfc75aacc131d87fff3ae846cb4998364619b899b (patch)
tree4ddef1198d3e78bdec4ffab04d1fff23b8061d39 /net/p5-Socket6
parent20247c74d8b7fe640b790eec2647626669364633 (diff)
downloadpkgsrc-fc75aacc131d87fff3ae846cb4998364619b899b.tar.gz
Update to 0.25:
2013-12-09 Hajimu UMEMOTO <ume@mahoroba.org> * 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 <ume@mahoroba.org> * 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
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r--net/p5-Socket6/Makefile6
-rw-r--r--net/p5-Socket6/distinfo10
-rw-r--r--net/p5-Socket6/patches/patch-aa10
3 files changed, 13 insertions, 13 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile
index 65139496b80..7b6d9cc7aeb 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 2acb7f0353d..292fa523daf 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 a88bbd73e46..35c8bb7cacd 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}" } },