Ticket #36805: redis-2.6.2.patch

File redis-2.6.2.patch, 2.3 KB (added by robsonpeixoto@…, 12 years ago)
  • Portfile

     
    44PortSystem          1.0
    55
    66name                redis
    7 version             2.4.17
    8 revision            1
     7version             2.6.2
    98categories          databases
    109license             BSD
    1110platforms           darwin
     
    1817homepage            http://redis.io/
    1918master_sites        googlecode:redis
    2019
    21 checksums           rmd160  55b2d98383fa15400d067e8043b47bb5fb98cef1 \
    22                     sha256  3fae7c47ef84886ff65073593c91586bb675babaf702eb6f3b37855ab3066ebd
     20checksums           rmd160  73a2d8d47d8b04270d141192a78f9887675074b8 \
     21                    sha256  b3b2e74ec8a13337e5e17cc24b0fecf5d612d6a0835d99bd1e337b391f20a46d
    2322
    2423patchfiles          patch-redis.conf.diff
    2524
  • files/patch-redis.conf.diff

     
    1 --- redis.conf.orig     2012-08-30 10:42:47.000000000 -0500
    2 +++ redis.conf  2012-10-09 03:28:17.000000000 -0500
     1--- redis.conf.orig     2012-10-29 11:00:30.000000000 -0200
     2+++ redis.conf  2012-10-29 11:03:27.000000000 -0200
    33@@ -18,7 +18,7 @@
    44 
    55 # When running daemonized, Redis writes a pid file in /var/run/redis.pid by
     
    99 
    1010 # Accept connections on the specified port, default is 6379.
    1111 # If port 0 is specified Redis will not listen on a TCP socket.
    12 @@ -45,12 +45,12 @@
    13  # verbose (many rarely useful info, but not a mess like the debug level)
    14  # notice (moderately verbose, what you want in production probably)
    15  # warning (only very important / critical messages are logged)
    16 -loglevel verbose
    17 +loglevel notice
    18  
     12@@ -50,7 +50,7 @@
    1913 # Specify the log file name. Also 'stdout' can be used to force
    2014 # Redis to log on the standard output. Note that if you use standard
    2115 # output for logging but daemonize, logs will be sent to /dev/null
     
    2418 
    2519 # To enable logging to the system logger, just set 'syslog-enabled' to yes,
    2620 # and optionally update the other syslog parameters to suit your needs.
    27 @@ -104,7 +104,7 @@
     21@@ -134,7 +134,7 @@
    2822 # Also the Append Only File will be created inside this directory.
    2923 #
    3024 # Note that you must specify a directory here, not a file name.