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
This commit is contained in:
wiz 2014-09-06 12:09:10 +00:00
parent b377f5cbf6
commit 89466b5d89
3 changed files with 13 additions and 13 deletions

View file

@ -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/}

View file

@ -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

View file

@ -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}" } },