OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   30-Oct-2006 08:13:35
  Branch: HEAD                             Handle: 2006103007133500

  Modified files:
    openpkg-src/perl-net    perl-net.patch perl-net.spec

  Log:
    modifying package: perl-net-5.8.8 20061024 -> 20061030

  Summary:
    Revision    Changes     Path
    1.21        +15 -14     openpkg-src/perl-net/perl-net.patch
    1.133       +2  -2      openpkg-src/perl-net/perl-net.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.patch
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 perl-net.patch
  --- openpkg-src/perl-net/perl-net.patch       6 Sep 2006 05:45:28 -0000       
1.20
  +++ openpkg-src/perl-net/perl-net.patch       30 Oct 2006 07:13:35 -0000      
1.21
  @@ -1,7 +1,8 @@
  -Index: Net-Packet-2.22/Makefile.PL
  ---- Net-Packet-2.22/Makefile.PL.orig 2006-05-12 23:31:02 +0200
  -+++ Net-Packet-2.22/Makefile.PL      2006-08-29 19:46:51 +0200
  -@@ -1,8 +1,5 @@
  +Index: Net-Packet-3.00/Makefile.PL
  +--- Net-Packet-3.00/Makefile.PL.orig 2006-10-29 14:31:13 +0100
  ++++ Net-Packet-3.00/Makefile.PL      2006-10-30 08:10:22 +0100
  +@@ -3,9 +3,6 @@
  + #
    use ExtUtils::MakeMaker;
    
   -die("*** Big endian architectures not supported yet\n")
  @@ -9,18 +10,18 @@
   -
    WriteMakefile(
       NAME          => 'Net::Packet',
  -    VERSION_FROM  => 'Packet.pm',
  -@@ -10,7 +7,6 @@
  +    VERSION_FROM  => 'lib/Net/Packet.pm',
  +@@ -16,7 +13,6 @@
  +       Net::Libdnet  => 0,
          Time::HiRes   => 0,
  -       Net::Pcap     => '0.12',
          Net::IPv6Addr => 0,
   -      Socket6       => 0,
  -       Class::Gomor  => 0,
          Bit::Vector   => 0,
  -       Net::Write    => 0,
  +       Storable      => 0,
  +    },
   Index: Net-Patricia-1.014/libpatricia/patricia.c
   --- Net-Patricia-1.014/libpatricia/patricia.c.orig   2005-12-07 21:55:39 
+0100
  -+++ Net-Patricia-1.014/libpatricia/patricia.c        2006-08-29 19:46:51 
+0200
  ++++ Net-Patricia-1.014/libpatricia/patricia.c        2006-10-30 08:10:02 
+0100
   @@ -38,24 +38,24 @@
    /* prefix_tochar
     * convert prefix information to bytes
  @@ -130,7 +131,7 @@
        assert (patricia);
   Index: Net-Patricia-1.014/libpatricia/patricia.h
   --- Net-Patricia-1.014/libpatricia/patricia.h.orig   2005-12-07 21:54:52 
+0100
  -+++ Net-Patricia-1.014/libpatricia/patricia.h        2006-08-29 19:46:51 
+0200
  ++++ Net-Patricia-1.014/libpatricia/patricia.h        2006-10-30 08:10:02 
+0100
   @@ -15,10 +15,10 @@
    #ifndef _PATRICIA_H
    #define _PATRICIA_H
  @@ -183,8 +184,8 @@
    } patricia_tree_t;
    
   Index: Net-Pcap-0.14/Makefile.PL
  ---- Net-Pcap-0.14/Makefile.PL.orig   2006-08-07 19:25:37 +0200
  -+++ Net-Pcap-0.14/Makefile.PL        2006-08-29 19:47:29 +0200
  +--- Net-Pcap-0.14/Makefile.PL.orig   2006-08-30 18:38:04 +0200
  ++++ Net-Pcap-0.14/Makefile.PL        2006-10-30 08:10:02 +0100
   @@ -22,7 +22,8 @@
    
    } else {
  @@ -206,7 +207,7 @@
    
   Index: Net-Pcap-0.14/Pcap.xs
   --- Net-Pcap-0.14/Pcap.xs.orig       2006-03-14 20:58:53 +0100
  -+++ Net-Pcap-0.14/Pcap.xs    2006-08-29 19:46:51 +0200
  ++++ Net-Pcap-0.14/Pcap.xs    2006-10-30 08:10:02 +0100
   @@ -33,7 +33,7 @@
    #define NEED_sv_2pv_nolen 1
    #include "ppport.h"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.spec
  ============================================================================
  $ cvs diff -u -r1.132 -r1.133 perl-net.spec
  --- openpkg-src/perl-net/perl-net.spec        24 Oct 2006 16:14:58 -0000      
1.132
  +++ openpkg-src/perl-net/perl-net.spec        30 Oct 2006 07:13:35 -0000      
1.133
  @@ -45,7 +45,7 @@
   %define       V_net_radius            1.50
   %define       V_net_ip                1.25
   %define       V_class_gomor_hash      0.22
  -%define       V_net_packet            2.22
  +%define       V_net_packet            3.00
   %define       V_net_xmpp              1.0
   %define       V_net_jabber            2.0
   %define       V_net_patricia          1.014
  @@ -63,7 +63,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20061024
  +Release:      20061030
   
   #   package options
   %option       with_curl   no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to