In perl.git, the branch maint-5.12 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/752c9f682fdbda28cf10be9a054ebbb0d6dbebb3?hp=45b6f2e4b6498950e5e19d398fa46b66d0f0529c>

- Log -----------------------------------------------------------------
commit 752c9f682fdbda28cf10be9a054ebbb0d6dbebb3
Author: Dominic Hargreaves <d...@earth.li>
Date:   Sat Nov 3 23:25:13 2012 +0000

    perldelta for NetBSD fix

M       pod/perl5125delta.pod

commit 336b1922f8aef7d28b26d7de96bd37c353e1a34e
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Mon Apr 2 20:19:52 2012 +0100

    Upstream pkgsrc patch to support NetBSD 6.*
    
    From original patch:
    
    "NetBSD-6.x is same condition as older releases."

M       hints/netbsd.sh
-----------------------------------------------------------------------

Summary of changes:
 hints/netbsd.sh       |    2 +-
 pod/perl5125delta.pod |   16 ++++++++++------
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/hints/netbsd.sh b/hints/netbsd.sh
index 9e7a4e2..030df1b 100644
--- a/hints/netbsd.sh
+++ b/hints/netbsd.sh
@@ -79,7 +79,7 @@ case "$osvers" in
        ;;
 esac
 case "$osvers" in
-0.9*|1.*|2.*|3.*|4.*|5.*)
+0.9*|1.*|2.*|3.*|4.*|5.*|6.*)
        d_getprotoent_r="$undef"
        d_getprotobyname_r="$undef"
        d_getprotobynumber_r="$undef"
diff --git a/pod/perl5125delta.pod b/pod/perl5125delta.pod
index ac53e80..67102b4 100644
--- a/pod/perl5125delta.pod
+++ b/pod/perl5125delta.pod
@@ -107,6 +107,10 @@ This document has been corrected to take non-ASCII 
platforms into account.
 There have been configuration and test fixes to make Perl build cleanly on
 Lion and Mountain Lion.
 
+=item NetBSD
+
+The NetBSD hints file was corrected to be compatible with NetBSD 6.*
+
 =back
 
 =head1 Selected Bug Fixes
@@ -175,18 +179,18 @@ that release's L<perl5120delta>.
 
 =head1 Acknowledgements
 
-Perl 5.12.5 represents approximately 16 months of development since Perl 5.12.4
-and contains approximately 2,000 lines of changes across 62 files from 17
+Perl 5.12.5 represents approximately 17 months of development since Perl 5.12.4
+and contains approximately 1,900 lines of changes across 64 files from 18
 authors.
 
 Perl continues to flourish into its third decade thanks to a vibrant community
 of users and developers. The following people are known to have contributed the
 improvements that became Perl 5.12.5:
 
-Andy Dougherty, Craig A. Berry, David Mitchell, Dominic Hargreaves, Father
-Chrysostomos, Florian Ragwitz, George Greer, Goro Fuji, Jesse Vincent, Karl
-Williamson, Leon Brocard, Nicholas Clark, Rafael Garcia-Suarez, Reini Urban,
-Ricardo Signes, Steve Hay, Tony Cook.
+Andy Dougherty, Chris 'BinGOs' Williams, Craig A. Berry, David Mitchell,
+Dominic Hargreaves, Father Chrysostomos, Florian Ragwitz, George Greer, Goro
+Fuji, Jesse Vincent, Karl Williamson, Leon Brocard, Nicholas Clark, Rafael
+Garcia-Suarez, Reini Urban, Ricardo Signes, Steve Hay, Tony Cook.
 
 The list above is almost certainly incomplete as it is automatically generated
 from version control history. In particular, it does not include the names of

--
Perl5 Master Repository

Reply via email to