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:   12-Mar-2006 19:36:03
  Branch: HEAD                             Handle: 2006031218360300

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

  Log:
    modifying package: perl-net-5.8.8 20060309 -> 20060312

  Summary:
    Revision    Changes     Path
    1.15        +14 -14     openpkg-src/perl-net/perl-net.patch
    1.111       +2  -2      openpkg-src/perl-net/perl-net.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.patch
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 perl-net.patch
  --- openpkg-src/perl-net/perl-net.patch       28 Dec 2005 18:54:07 -0000      
1.14
  +++ openpkg-src/perl-net/perl-net.patch       12 Mar 2006 18:36:03 -0000      
1.15
  @@ -1,6 +1,6 @@
  -Index: Net-Packet-2.04/Makefile.PL
  ---- Net-Packet-2.04/Makefile.PL.orig 2005-05-22 21:08:20 +0200
  -+++ Net-Packet-2.04/Makefile.PL      2005-12-27 19:29:14 +0100
  +Index: Net-Packet-2.05/Makefile.PL
  +--- Net-Packet-2.05/Makefile.PL.orig 2006-03-11 20:16:42 +0100
  ++++ Net-Packet-2.05/Makefile.PL      2006-03-12 18:54:22 +0100
   @@ -1,33 +1,5 @@
    use ExtUtils::MakeMaker;
    
  @@ -40,12 +40,12 @@
          Net::Pcap          => '0.04',
          Net::IPv6Addr      => 0,
   -      Socket6            => 0,
  -       Class::Gomor::Hash => '0.20',
  +       Class::Gomor::Hash => '0.22',
  +       Bit::Vector        => 0,
       },
  -    ABSTRACT_FROM => 'Packet.pm',
   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        2005-12-27 19:29:14 
+0100
  ++++ Net-Patricia-1.014/libpatricia/patricia.c        2006-03-12 18:50:42 
+0100
   @@ -38,24 +38,24 @@
    /* prefix_tochar
     * convert prefix information to bytes
  @@ -155,7 +155,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        2005-12-27 19:29:33 
+0100
  ++++ Net-Patricia-1.014/libpatricia/patricia.h        2006-03-12 18:50:42 
+0100
   @@ -15,10 +15,10 @@
    #ifndef _PATRICIA_H
    #define _PATRICIA_H
  @@ -208,21 +208,21 @@
    } patricia_tree_t;
    
   Index: Net-Pcap-0.11/Makefile.PL
  ---- Net-Pcap-0.11/Makefile.PL.orig   2005-10-30 23:43:52 +0100
  -+++ Net-Pcap-0.11/Makefile.PL        2005-12-27 19:29:33 +0100
  -@@ -15,7 +15,8 @@
  +--- Net-Pcap-0.11/Makefile.PL.orig   2005-12-27 18:33:55 +0100
  ++++ Net-Pcap-0.11/Makefile.PL        2006-03-12 18:50:42 +0100
  +@@ -21,7 +21,8 @@
    
    } else {
        $options{CCFLAGS} = '-Wall' if $] >= 5.006;
   -    $options{LIBS}    = '-lpcap';
  -+    $options{INC}     = '[EMAIL PROTECTED]@/include';
  -+    $options{LIBS}    = '[EMAIL PROTECTED]@/lib -lpcap';
  ++    $options{INC}     = '-I/openpkg-dev/include';
  ++    $options{LIBS}    = '-L/openpkg-dev/lib -lpcap';
    }
    
    for my $arg (@ARGV) {
   Index: Net-Pcap-0.11/Pcap.xs
  ---- Net-Pcap-0.11/Pcap.xs.orig       2005-10-30 12:20:35 +0100
  -+++ Net-Pcap-0.11/Pcap.xs    2005-12-27 19:29:33 +0100
  +--- Net-Pcap-0.11/Pcap.xs.orig       2005-11-23 00:49:27 +0100
  ++++ Net-Pcap-0.11/Pcap.xs    2006-03-12 18:50:42 +0100
   @@ -31,7 +31,7 @@
    #define NEED_sv_2pv_nolen 1
    #include "ppport.h"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.spec
  ============================================================================
  $ cvs diff -u -r1.110 -r1.111 perl-net.spec
  --- openpkg-src/perl-net/perl-net.spec        9 Mar 2006 07:17:22 -0000       
1.110
  +++ openpkg-src/perl-net/perl-net.spec        12 Mar 2006 18:36:03 -0000      
1.111
  @@ -45,7 +45,7 @@
   %define       V_net_radius            1.44
   %define       V_net_ip                1.24
   %define       V_class_gomor_hash      0.22
  -%define       V_net_packet            2.04
  +%define       V_net_packet            2.05
   %define       V_net_xmpp              1.0
   %define       V_net_jabber            2.0
   %define       V_net_patricia          1.014
  @@ -62,7 +62,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20060309
  +Release:      20060312
   
   #   package options
   %option       with_curl   no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to