diff options
author | sno <sno@pkgsrc.org> | 2010-03-08 18:02:48 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-08 18:02:48 +0000 |
commit | 50e08f65875ba2ff68d1f33d3f81f34a54fba69e (patch) | |
tree | 114a8762e3e1afaedccd1a4eda64a512a055cbfc /net | |
parent | c8fbaf287da1921e4a368b1bb7d56bb9b7d933b8 (diff) | |
download | pkgsrc-50e08f65875ba2ff68d1f33d3f81f34a54fba69e.tar.gz |
Updating net/p5-Net-Packet from 3.26 to 3.27
pkgsrc changes:
- Remove big-endian check, big-endian architectures are supported since
3.24
Upstream changes:
*** This will probably be the last release. From now on, please use
Net::Frame::* modules on CPAN. This framework is obsolete.
3.27 Mon Nov 9 19:19:57 CET 2009
- bugfix: PPPoE packing payload
=> http://rt.cpan.org/Public/Bug/Display.html?id=51112
- update: copyright notice
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Packet/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Net-Packet/distinfo | 8 |
2 files changed, 6 insertions, 11 deletions
diff --git a/net/p5-Net-Packet/Makefile b/net/p5-Net-Packet/Makefile index 90fabf91b9b..e5c33618a6d 100644 --- a/net/p5-Net-Packet/Makefile +++ b/net/p5-Net-Packet/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2009/07/18 18:40:05 sno Exp $ +# $NetBSD: Makefile,v 1.9 2010/03/08 18:02:48 sno Exp $ -DISTNAME= Net-Packet-3.26 +DISTNAME= Net-Packet-3.27 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -26,11 +26,6 @@ BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.3nb2 PERL5_PACKLIST= auto/Net/Packet/.packlist -.include "../../mk/endian.mk" -.if ${MACHINE_ENDIAN} == "big" -PKG_SKIP_REASON+= "Big endian architectures not supported yet" -.endif - .include "../../net/libpcap/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Packet/distinfo b/net/p5-Net-Packet/distinfo index faab653a3df..0a554b3be2b 100644 --- a/net/p5-Net-Packet/distinfo +++ b/net/p5-Net-Packet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/07/18 18:40:05 sno Exp $ +$NetBSD: distinfo,v 1.5 2010/03/08 18:02:48 sno Exp $ -SHA1 (Net-Packet-3.26.tar.gz) = aa94f74ce5b0c5917b4ecfb031d06ff555332082 -RMD160 (Net-Packet-3.26.tar.gz) = c369be8e870f3ef792459a5869f6310cebea0a9c -Size (Net-Packet-3.26.tar.gz) = 69085 bytes +SHA1 (Net-Packet-3.27.tar.gz) = 305f817c3b59b3924c6c837b755bf89b67c46629 +RMD160 (Net-Packet-3.27.tar.gz) = c2a210e80bc60934fa56510fb57b4ad17e9e0f17 +Size (Net-Packet-3.27.tar.gz) = 68831 bytes |