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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   13-May-2009 22:04:24
  Branch: HEAD                             Handle: 2009051321042400

  Modified files:
    openpkg-src/ejs         ejs.patch ejs.spec

  Log:
    upgrading package: ejs 0.9.8.8 -> 0.9.9.1

  Summary:
    Revision    Changes     Path
    1.2         +37 -58     openpkg-src/ejs/ejs.patch
    1.3         +3  -3      openpkg-src/ejs/ejs.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ejs/ejs.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 ejs.patch
  --- openpkg-src/ejs/ejs.patch 28 Apr 2009 20:15:59 -0000      1.1
  +++ openpkg-src/ejs/ejs.patch 13 May 2009 20:04:24 -0000      1.2
  @@ -1,6 +1,21 @@
  +Index: build/bin/makeInstall
  +--- build/bin/makeInstall.orig       2009-05-13 00:07:30 +0200
  ++++ build/bin/makeInstall    2009-05-13 21:55:28 +0200
  +@@ -273,9 +273,9 @@
  + 
  +     . package/makeInstall.${BLD_PRODUCT}
  + 
  ++    CHGRP="true chgrp"
  ++    CHOWN="true chown"
  +     if [ "$DRY_RUN" = 1 ] ; then
  +-        CHGRP="true chgrp"
  +-        CHOWN="true chown"
  +         CHMOD="true chmod"
  +         CP="true cp"
  +         GZIP="true gzip"
   Index: build/config/config.FREEBSD
  ---- build/config/config.FREEBSD.orig 2009-04-23 21:27:02 +0200
  -+++ build/config/config.FREEBSD      2009-04-28 21:46:24 +0200
  +--- build/config/config.FREEBSD.orig 2009-05-13 00:07:30 +0200
  ++++ build/config/config.FREEBSD      2009-05-13 21:55:28 +0200
   @@ -8,4 +8,4 @@
    #
    
###############################################################################
  @@ -8,9 +23,9 @@
   -. build/os/config.base
   +. build/config/config.base
   Index: build/make/make.gcc
  ---- build/make/make.gcc.orig 2009-04-23 21:27:02 +0200
  -+++ build/make/make.gcc      2009-04-28 21:46:24 +0200
  -@@ -218,16 +218,15 @@
  +--- build/make/make.gcc.orig 2009-05-13 00:07:30 +0200
  ++++ build/make/make.gcc      2009-05-13 21:55:28 +0200
  +@@ -211,16 +211,15 @@
    #
    #   Support for dynamically loadable modules is present in shared and 
static builds
    #
  @@ -30,8 +45,8 @@
    #
    #   Using the standard C++ library. Default for products using C++ is to 
use their own C++ library to save space.
   Index: src/include/mpr.h
  ---- src/include/mpr.h.orig   2009-04-23 21:27:11 +0200
  -+++ src/include/mpr.h        2009-04-28 21:46:24 +0200
  +--- src/include/mpr.h.orig   2009-05-13 00:07:45 +0200
  ++++ src/include/mpr.h        2009-05-13 21:55:28 +0200
   @@ -71,6 +71,7 @@
        #include    <libgen.h>
        #include    <limits.h>
  @@ -48,7 +63,7 @@
        #include    <sys/select.h>
        #include    <sys/time.h>
        #include    <sys/times.h>
  -@@ -118,7 +118,7 @@
  +@@ -115,7 +115,7 @@
        #define __USE_ISOC99 1
        #include    <math.h>
    #if !CYGWIN
  @@ -56,11 +71,11 @@
   +    #include    <limits.h>
    #endif
    #endif
  - 
  + #endif /* BLD_UNIX_LIKE */
   Index: src/mpr/mprLib.c
  ---- src/mpr/mprLib.c.orig    2009-04-23 21:27:04 +0200
  -+++ src/mpr/mprLib.c 2009-04-28 21:46:24 +0200
  -@@ -1956,6 +1956,8 @@
  +--- src/mpr/mprLib.c.orig    2009-05-13 00:07:32 +0200
  ++++ src/mpr/mprLib.c 2009-05-13 21:55:28 +0200
  +@@ -1984,6 +1984,8 @@
    
    }
    #elif FREEBSD
  @@ -70,8 +85,8 @@
            int     cmd[2];
            size_t  len;
   Index: src/mpr/mprPcre.c
  ---- src/mpr/mprPcre.c.orig   2009-04-23 21:27:04 +0200
  -+++ src/mpr/mprPcre.c        2009-04-28 21:46:24 +0200
  +--- src/mpr/mprPcre.c.orig   2009-05-13 00:07:32 +0200
  ++++ src/mpr/mprPcre.c        2009-05-13 21:55:28 +0200
   @@ -72,6 +72,7 @@
        #include    <libgen.h>
        #include    <limits.h>
  @@ -88,7 +103,7 @@
        #include    <sys/select.h>
        #include    <sys/time.h>
        #include    <sys/times.h>
  -@@ -119,7 +119,7 @@
  +@@ -116,7 +116,7 @@
        #define __USE_ISOC99 1
        #include    <math.h>
    #if !CYGWIN
  @@ -96,10 +111,10 @@
   +    #include    <limits.h>
    #endif
    #endif
  - 
  + #endif /* BLD_UNIX_LIKE */
   Index: src/mpr/mprSsl.c
  ---- src/mpr/mprSsl.c.orig    2009-04-23 21:27:04 +0200
  -+++ src/mpr/mprSsl.c 2009-04-28 21:46:24 +0200
  +--- src/mpr/mprSsl.c.orig    2009-05-13 00:07:33 +0200
  ++++ src/mpr/mprSsl.c 2009-05-13 21:55:28 +0200
   @@ -71,6 +71,7 @@
        #include    <libgen.h>
        #include    <limits.h>
  @@ -116,7 +131,7 @@
        #include    <sys/select.h>
        #include    <sys/time.h>
        #include    <sys/times.h>
  -@@ -118,7 +118,7 @@
  +@@ -115,7 +115,7 @@
        #define __USE_ISOC99 1
        #include    <math.h>
    #if !CYGWIN
  @@ -124,10 +139,10 @@
   +    #include    <limits.h>
    #endif
    #endif
  - 
  + #endif /* BLD_UNIX_LIKE */
   Index: src/web/gateways/ejsCgi.c
  ---- src/web/gateways/ejsCgi.c.orig   2009-04-23 21:27:05 +0200
  -+++ src/web/gateways/ejsCgi.c        2009-04-28 21:47:02 +0200
  +--- src/web/gateways/ejsCgi.c.orig   2009-05-13 00:07:33 +0200
  ++++ src/web/gateways/ejsCgi.c        2009-05-13 21:55:28 +0200
   @@ -15,6 +15,8 @@
    
    #include    "ejs.h"
  @@ -137,39 +152,3 @@
    /***************************** Forward Declarations 
*****************************/
    
    static void copyFile(cchar *url);
  -Index: src/appweb/appwebLib.c
  ---- src/appweb/appwebLib.c.orig      2009-04-23 21:27:03 +0200
  -+++ src/appweb/appwebLib.c   2009-04-28 21:51:45 +0200
  -@@ -3879,7 +3879,7 @@
  - 
  - 
  - 
  --#if BLD_FEATURE_SEND && (MACOSX || LINUX)
  -+#if BLD_FEATURE_SEND && (MACOSX || LINUX || FREEBSD)
  - 
  - 
  - static void addPacketForSend(MaQueue *q, MaPacket *packet);
  -@@ -15513,7 +15513,7 @@
  -     http->uid = http->gid = -1;
  - #endif
  - 
  --#if BLD_FEATURE_SEND && !WIN
  -+#if BLD_FEATURE_SEND && (MACOSX || LINUX || FREEBSD)
  -     maOpenSendConnector(http);
  - #endif
  - #if BLD_FEATURE_NET
  -Index: build/bin/makeInstall
  ---- build/bin/makeInstall.orig       2009-04-28 22:01:40 +0200
  -+++ build/bin/makeInstall    2009-04-28 22:04:12 +0200
  -@@ -295,9 +295,9 @@
  - 
  -     . package/makeInstall.${BLD_PRODUCT}
  - 
  -+    CHGRP="true chgrp"
  -+    CHOWN="true chown"
  -     if [ "$DRY_RUN" = 1 ] ; then
  --        CHGRP="true chgrp"
  --        CHOWN="true chown"
  -         CHMOD="true chmod"
  -         CP="true cp"
  -         GZIP="true gzip"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ejs/ejs.spec
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 ejs.spec
  --- openpkg-src/ejs/ejs.spec  4 May 2009 06:48:56 -0000       1.2
  +++ openpkg-src/ejs/ejs.spec  13 May 2009 20:04:24 -0000      1.3
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define       V_base  0.9.8
  -%define       V_rev   8
  +%define       V_base  0.9.9
  +%define       V_rev   1
   
   #   package information
   Name:         ejs
  @@ -36,7 +36,7 @@
   Group:        Language
   License:      GPL
   Version:      %{V_base}.%{V_rev}
  -Release:      20090504
  +Release:      20090513
   
   #   list of sources
   Source0:      
http://www.ejscript.org/software/ejs-src-%{V_base}-%{V_rev}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to