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:   29-Jun-2008 19:44:10
  Branch: HEAD                             Handle: 2008062918440800

  Modified files:
    openpkg-src/postfix     postfix.patch.pfls postfix.spec

  Log:
    modifying package: postfix-2.5.2 20080509 -> 20080629

  Summary:
    Revision    Changes     Path
    1.5         +5  -5      openpkg-src/postfix/postfix.patch.pfls
    1.274       +2  -2      openpkg-src/postfix/postfix.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/postfix.patch.pfls
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 postfix.patch.pfls
  --- openpkg-src/postfix/postfix.patch.pfls    6 Apr 2007 15:41:18 -0000       
1.4
  +++ openpkg-src/postfix/postfix.patch.pfls    29 Jun 2008 17:44:08 -0000      
1.5
  @@ -15,8 +15,8 @@
    .PP
    .Vb 1
   Index: pflogsumm.pl
  ---- pflogsumm.pl.orig        2007-04-06 16:06:37 +0200
  -+++ pflogsumm.pl     2007-04-06 17:37:09 +0200
  +--- pflogsumm.pl.orig        2008-06-29 15:46:01 +0200
  ++++ pflogsumm.pl     2008-06-29 19:39:07 +0200
   @@ -10,7 +10,7 @@
    
    =head1 SYNOPSIS
  @@ -55,9 +55,9 @@
        {
        #print UNPROCD "$_";
        next;
  -@@ -1394,11 +1398,11 @@
  -     if($dateOpt eq "yesterday") {
  -     $time -= $aDay;
  +@@ -1406,11 +1410,11 @@
  +     # Back up to yesterday
  +     $time -= ((localtime($time))[2] + 2) * 3600;
        } elsif($dateOpt ne "today") {
   -    die "$usageMsg\n";
   +    $time = str2time($dateOpt);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/postfix.spec
  ============================================================================
  $ cvs diff -u -r1.273 -r1.274 postfix.spec
  --- openpkg-src/postfix/postfix.spec  9 May 2008 05:00:05 -0000       1.273
  +++ openpkg-src/postfix/postfix.spec  29 Jun 2008 17:44:08 -0000      1.274
  @@ -23,7 +23,7 @@
   
   #   package versions
   %define       V_postfix      2.5.2
  -%define       V_pflogsumm    1.1.1
  +%define       V_pflogsumm    1.1.2
   %define       V_whoson       2.4.0
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:        Mail
   License:      IPL
   Version:      %{V_postfix}
  -Release:      20080509
  +Release:      20080629
   
   #   package options
   %option       with_fsl       yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to