diff options
author | he <he@pkgsrc.org> | 2008-11-18 15:32:47 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-11-18 15:32:47 +0000 |
commit | 02fd09dca27b8ca191cfb1f31e72cbce4be4b8a1 (patch) | |
tree | 47d0639f0711681910bcf460abe3ce355f509679 | |
parent | 160a985eac6fe98c30761d96fba0db27d4a5f9c2 (diff) | |
download | pkgsrc-02fd09dca27b8ca191cfb1f31e72cbce4be4b8a1.tar.gz |
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> for spotting the bug.
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 16 | ||||
-rw-r--r-- | net/p5-NetAddr-IP/distinfo | 8 |
2 files changed, 18 insertions, 6 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile index 06ead5a287c..701875a441e 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir # 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 --git a/net/p5-NetAddr-IP/distinfo b/net/p5-NetAddr-IP/distinfo index 9c2039d7e04..fda5c49aade 100644 --- a/net/p5-NetAddr-IP/distinfo +++ b/net/p5-NetAddr-IP/distinfo @@ -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 |