pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-RawIP Updated to version 0.21_03 as version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f8ba16333f2
branches:  trunk
changeset: 526311:2f8ba16333f2
user:      gson <gson%pkgsrc.org@localhost>
date:      Wed Mar 07 16:46:39 2007 +0000

description:
Updated to version 0.21_03 as version 0.2 no longer builds on
NetBSD-current.

Changes since 0.2:

0.21_03 Fri Sep 15 11:26:17 IDT 2006
    - Received official maintainership from Sergey
    - In Makefile.PL check for the location of the header file,
      report if it could not be found.

0.21_02 Sep 10 2006
    - Cleaning up the C code (indentation)
    - More tests
    - Cleaning up the documentation, replacing the bad English of Sergey
      with the bad English of Gabor.
    - new() dies if wrong or duplicate protocols given
      All by Gabor Szabo

0.21_01   Sat Sep  9 23:59:07 IDT 2006
    - Cleaning up many warnings that were probably due to using gcc 4+
    - Cleaning up several assignment errors that were probably due to gcc 4+
    - Lots of cleanup in the Perl code
    - Add tests
      All by Gabor Szabo

diffstat:

 net/p5-Net-RawIP/Makefile |  10 ++++++----
 net/p5-Net-RawIP/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r dd2c6a829430 -r 2f8ba16333f2 net/p5-Net-RawIP/Makefile
--- a/net/p5-Net-RawIP/Makefile Wed Mar 07 16:32:45 2007 +0000
+++ b/net/p5-Net-RawIP/Makefile Wed Mar 07 16:46:39 2007 +0000
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:27 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2007/03/07 16:46:39 gson Exp $
 #
 
-DISTNAME=      Net-RawIP-0.2
+DISTNAME=      Net-RawIP-0.21_03
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5nsn
 PKGREVISION=   1
 CATEGORIES=    net perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/
 
 MAINTAINER=    bouyer%NetBSD.org@localhost
-HOMEPAGE=      http://search.cpan.org/~skolychev/Net-RawIP-0.2/RawIP.pm
+HOMEPAGE=      http://search.cpan.org/~szabgab/Net-RawIP-0.21_03/
 COMMENT=       Perl extension to manipulate raw ip packets with interface to libpcap
 
+DEPENDS+=              p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+
 PERL5_PACKLIST=                auto/Net/RawIP/.packlist
 
 .include "../../net/libpcap/buildlink3.mk"
diff -r dd2c6a829430 -r 2f8ba16333f2 net/p5-Net-RawIP/distinfo
--- a/net/p5-Net-RawIP/distinfo Wed Mar 07 16:32:45 2007 +0000
+++ b/net/p5-Net-RawIP/distinfo Wed Mar 07 16:46:39 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/05/27 15:12:53 bouyer Exp $
+$NetBSD: distinfo,v 1.2 2007/03/07 16:46:39 gson Exp $
 
-SHA1 (Net-RawIP-0.2.tar.gz) = cbd99091d868ed2fc4c6ce1f43b7cc1849db7421
-RMD160 (Net-RawIP-0.2.tar.gz) = fee79ce9f08aad4d1ea3b98f79b8dc5fc2184e71
-Size (Net-RawIP-0.2.tar.gz) = 32483 bytes
+SHA1 (Net-RawIP-0.21_03.tar.gz) = ee21c712193f5854df53a5ffda7e9cf7da12aecc
+RMD160 (Net-RawIP-0.21_03.tar.gz) = fa23811d7d9b5e75da51769d585b37599f4e5111
+Size (Net-RawIP-0.21_03.tar.gz) = 36878 bytes



Home | Main Index | Thread Index | Old Index