summaryrefslogtreecommitdiff
path: root/net/p5-NetPacket
diff options
context:
space:
mode:
authorsno <sno>2010-09-01 20:58:08 +0000
committersno <sno>2010-09-01 20:58:08 +0000
commit61ec5293fa201cfd44a88f1844e43e6ea3f3e586 (patch)
tree5cfe6b95cc0787928b3b59abcdefd65723b167c2 /net/p5-NetPacket
parent97bcec3deb4f041d48375e5d227d38d1c9f04ebf (diff)
downloadpkgsrc-61ec5293fa201cfd44a88f1844e43e6ea3f3e586.tar.gz
Updating net/p5-NetPacket from 0.41.1nb1 to 0.43.1
pkgsrc changes: - add license definition (see https://rt.cpan.org/Ticket/Display.html?id=60954) - add homepage - clarify that it requires a c compiler and Module::Build Upstream changes: 0.43.1 2010-06-11 21:45:15 America/Montreal * Change a test to use explicit number of tests instead of 'done_testing'. 0.43.0 May 23rd, 2010 * Fixed UDP checksum. Thanks to Hal Finkel. (RT#56235) * Added Joel Knight's code for IPv6 support from http://www.packetmischief.ca/code/netpacket/. Thanks to Doug Farley for the bug report. (RT#57560) 0.42.0 March 25th, 2010 * Updated license to Artistic 2.0 * Fixed bad call to 'data()' in ICMP. Thanks to Ventz Petkov. (RT#52627)
Diffstat (limited to 'net/p5-NetPacket')
-rw-r--r--net/p5-NetPacket/Makefile11
-rw-r--r--net/p5-NetPacket/distinfo8
2 files changed, 12 insertions, 7 deletions
diff --git a/net/p5-NetPacket/Makefile b/net/p5-NetPacket/Makefile
index 9776fc21574..1c3daed9a13 100644
--- a/net/p5-NetPacket/Makefile
+++ b/net/p5-NetPacket/Makefile
@@ -1,18 +1,23 @@
-# $NetBSD: Makefile,v 1.10 2010/08/21 16:35:30 seb Exp $
+# $NetBSD: Makefile,v 1.11 2010/09/01 20:58:08 sno Exp $
-DISTNAME= NetPacket-0.41.1
+DISTNAME= NetPacket-0.43.1
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetPacket/}
MAINTAINER= david@silicium.ath.cx
COMMENT= Modules to assemble/disassemble network packets
+HOMEPAGE= http://search.cpan.org/dist/NetPacket/
+LICENSE= ${PERL5_LICENSE} # source doc wins over changelog
+
+USE_LANGUAGES= c
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/NetPacket/.packlist
+PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-NetPacket/distinfo b/net/p5-NetPacket/distinfo
index b4c6c5bc72e..2b926994fe3 100644
--- a/net/p5-NetPacket/distinfo
+++ b/net/p5-NetPacket/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/05/01 21:33:04 sno Exp $
+$NetBSD: distinfo,v 1.4 2010/09/01 20:58:08 sno Exp $
-SHA1 (NetPacket-0.41.1.tar.gz) = ac2ebb4084beab7f73eeb4e1a994d24636de2575
-RMD160 (NetPacket-0.41.1.tar.gz) = 7051a8efa77da82619214004b00ba9e5ec44435f
-Size (NetPacket-0.41.1.tar.gz) = 14556 bytes
+SHA1 (NetPacket-0.43.1.tar.gz) = b75f134e20d7e3daedda0343057c39c4ed0d6291
+RMD160 (NetPacket-0.43.1.tar.gz) = 5b319b902c27009835544e279c00d10a49c19129
+Size (NetPacket-0.43.1.tar.gz) = 23428 bytes