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:   02-Nov-2005 11:45:17
  Branch: HEAD                             Handle: 2005110210451601

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

  Log:
    modifying package: perl-net-5.8.7 20051031 -> 20051102

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.patch
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 perl-net.patch
  --- openpkg-src/perl-net/perl-net.patch       31 Oct 2005 19:11:08 -0000      
1.10
  +++ openpkg-src/perl-net/perl-net.patch       2 Nov 2005 10:45:16 -0000       
1.11
  @@ -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-10-31 20:06:29 +0100
  ++++ Net-Packet-2.04/Makefile.PL      2005-11-02 11:37:05 +0100
   @@ -1,33 +1,5 @@
    use ExtUtils::MakeMaker;
    
  @@ -45,7 +45,7 @@
       ABSTRACT_FROM => 'Packet.pm',
   Index: Net-Patricia-1.010/libpatricia/patricia.c
   --- Net-Patricia-1.010/libpatricia/patricia.c.orig   2000-10-04 22:41:35 
+0200
  -+++ Net-Patricia-1.010/libpatricia/patricia.c        2005-10-31 20:06:29 
+0100
  ++++ Net-Patricia-1.010/libpatricia/patricia.c        2005-11-02 11:37:05 
+0100
   @@ -35,24 +35,24 @@
    /* prefix_tochar
     * convert prefix information to bytes
  @@ -155,7 +155,7 @@
        assert (patricia);
   Index: Net-Patricia-1.010/libpatricia/patricia.h
   --- Net-Patricia-1.010/libpatricia/patricia.h.orig   2000-09-29 21:28:26 
+0200
  -+++ Net-Patricia-1.010/libpatricia/patricia.h        2005-10-31 20:06:29 
+0100
  ++++ Net-Patricia-1.010/libpatricia/patricia.h        2005-11-02 11:37:05 
+0100
   @@ -15,10 +15,10 @@
    #ifndef _PATRICIA_H
    #define _PATRICIA_H
  @@ -207,22 +207,22 @@
       int num_active_node;             /* for debug purpose */
    } patricia_tree_t;
    
  -Index: Net-Pcap-0.09/Makefile.PL
  ---- Net-Pcap-0.09/Makefile.PL.orig   2005-10-26 23:39:53 +0200
  -+++ Net-Pcap-0.09/Makefile.PL        2005-10-31 20:07:32 +0100
  +Index: Net-Pcap-0.10/Makefile.PL
  +--- Net-Pcap-0.10/Makefile.PL.orig   2005-10-30 23:43:52 +0100
  ++++ Net-Pcap-0.10/Makefile.PL        2005-11-02 11:37:35 +0100
   @@ -15,7 +15,8 @@
    
    } else {
  -     $config{CCFLAGS} = '-Wall';
  --    $config{LIBS}    = '-lpcap';
  -+    $config{INC}     = '[EMAIL PROTECTED]@/include';
  -+    $config{LIBS}    = '[EMAIL PROTECTED]@/lib -lpcap';
  +     $options{CCFLAGS} = '-Wall' if $] >= 5.006;
  +-    $options{LIBS}    = '-lpcap';
  ++    $options{INC}     = '[EMAIL PROTECTED]@/include';
  ++    $options{LIBS}    = '[EMAIL PROTECTED]@/lib -lpcap';
    }
    
    for my $arg (@ARGV) {
  -Index: Net-Pcap-0.09/Pcap.xs
  ---- Net-Pcap-0.09/Pcap.xs.orig       2005-10-26 13:52:19 +0200
  -+++ Net-Pcap-0.09/Pcap.xs    2005-10-31 20:06:45 +0100
  +Index: Net-Pcap-0.10/Pcap.xs
  +--- Net-Pcap-0.10/Pcap.xs.orig       2005-10-30 12:20:35 +0100
  ++++ Net-Pcap-0.10/Pcap.xs    2005-11-02 11:37:05 +0100
   @@ -31,7 +31,7 @@
    #define NEED_sv_2pv_nolen 1
    #include "ppport.h"
  @@ -234,7 +234,7 @@
    #include <Win32-Extensions.h>
   Index: Net-Server-0.88/lib/Net/Server.pm
   --- Net-Server-0.88/lib/Net/Server.pm.orig   2005-06-21 23:16:03 +0200
  -+++ Net-Server-0.88/lib/Net/Server.pm        2005-10-31 20:06:29 +0100
  ++++ Net-Server-0.88/lib/Net/Server.pm        2005-11-02 11:37:05 +0100
   @@ -423,7 +423,7 @@
        $self->log(1,"User Not Defined.  Defaulting to EUID '$>'\n");
        $prop->{user}  = $>;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-net/perl-net.spec
  ============================================================================
  $ cvs diff -u -r1.100 -r1.101 perl-net.spec
  --- openpkg-src/perl-net/perl-net.spec        31 Oct 2005 19:11:08 -0000      
1.100
  +++ openpkg-src/perl-net/perl-net.spec        2 Nov 2005 10:45:17 -0000       
1.101
  @@ -41,7 +41,7 @@
   %define       V_curl_easy             1.35
   %define       V_net_imap_simple       0.93
   %define       V_net_bgp               0.08
  -%define       V_net_pcap              0.09
  +%define       V_net_pcap              0.10
   %define       V_net_radius            1.44
   %define       V_net_ip                1.24
   %define       V_class_gomor_hash      0.22
  @@ -62,7 +62,7 @@
   Group:        Language
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20051031
  +Release:      20051102
   
   #   package options
   %option       with_curl   no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to