pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-NetAddr-IP Update from version 4.014 to 4.015.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c805ea1bc379
branches:  trunk
changeset: 550290:c805ea1bc379
user:      he <he%pkgsrc.org@localhost>
date:      Tue Nov 18 15:32:47 2008 +0000

description:
Update from version 4.014 to 4.015.

Pkgsrc changes:
 o Ensure to replace the interpreter with ${PERL5} in installed modules

Upstream changes:

4.015  Sun Nov  2 10:10:38 PST 2008
        in Util v1.23 add missing headers in configure and localconf.h
        for Solaris inet_xton
        thanks to Karl Bunch <karl%digilink.net@localhost> for spotting the bug.

diffstat:

 net/p5-NetAddr-IP/Makefile |  16 ++++++++++++++--
 net/p5-NetAddr-IP/distinfo |   8 ++++----
 2 files changed, 18 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r a9fbfd27669e -r c805ea1bc379 net/p5-NetAddr-IP/Makefile
--- a/net/p5-NetAddr-IP/Makefile        Tue Nov 18 15:20:54 2008 +0000
+++ b/net/p5-NetAddr-IP/Makefile        Tue Nov 18 15:32:47 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2008/11/02 21:39:52 seb Exp $
+# $NetBSD: Makefile,v 1.14 2008/11/18 15:32:47 he Exp $
 #
 
-DISTNAME=      NetAddr-IP-4.014
+DISTNAME=      NetAddr-IP-4.015
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5nai
 CATEGORIES=    net perl5
@@ -16,6 +16,18 @@
 # This is for the 'test' target
 BUILD_DEPENDS+=        p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
 
+REPLACE_PERL+= IP.pm
+REPLACE_PERL+= Lite/Lite.pm
+REPLACE_PERL+= Lite/Util/Util.pm
+REPLACE_PERL+= Lite/Util/lib/NetAddr/IP/UtilPP.pm
+
+SUBST_CLASSES+=        fixperl
+SUBST_STAGE.fixperl=   pre-install
+SUBST_MESSAGE.fixperl= Fixing perl interpreter
+SUBST_FILES.fixperl=   blib/lib/NetAddr/IP/Util_IS.pm
+SUBST_FILES.fixperl=   Lite/Util/Util_IS.pm
+SUBST_SED.fixperl=     '1s=^\#![[:space:]]*.*perl[^[:space:]]*=\#!${PERL5}='
+
 USE_LANGUAGES=         c
 
 PERL5_PACKLIST=                auto/NetAddr/IP/.packlist
diff -r a9fbfd27669e -r c805ea1bc379 net/p5-NetAddr-IP/distinfo
--- a/net/p5-NetAddr-IP/distinfo        Tue Nov 18 15:20:54 2008 +0000
+++ b/net/p5-NetAddr-IP/distinfo        Tue Nov 18 15:32:47 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2008/11/02 21:39:52 seb Exp $
+$NetBSD: distinfo,v 1.7 2008/11/18 15:32:47 he Exp $
 
-SHA1 (NetAddr-IP-4.014.tar.gz) = e378fa669632552f617e0466b7fc244a0c82bd69
-RMD160 (NetAddr-IP-4.014.tar.gz) = 8e84aff70e30d8815c5cd6c0ec47b7b137a6f994
-Size (NetAddr-IP-4.014.tar.gz) = 132001 bytes
+SHA1 (NetAddr-IP-4.015.tar.gz) = 6a0fd2798df60bd55df26833b325aac12297b1ad
+RMD160 (NetAddr-IP-4.015.tar.gz) = 7d18fe8d4712406a3c9a9b1d3c5cac3cd6703439
+Size (NetAddr-IP-4.015.tar.gz) = 133186 bytes



Home | Main Index | Thread Index | Old Index