Changeset 99235


Ignore:
Timestamp:
Oct 30, 2012, 12:27:15 AM (12 years ago)
Author:
ryandesign@…
Message:

redis: update to 2.6.2 (#36805)

Location:
trunk/dports/databases/redis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/redis/Portfile

    r98577 r99235  
    55
    66name                redis
    7 version             2.4.17
    8 revision            1
     7version             2.6.2
    98categories          databases
    109license             BSD
     
    1918master_sites        googlecode:redis
    2019
    21 checksums           rmd160  55b2d98383fa15400d067e8043b47bb5fb98cef1 \
    22                     sha256  3fae7c47ef84886ff65073593c91586bb675babaf702eb6f3b37855ab3066ebd
     20checksums           rmd160  73a2d8d47d8b04270d141192a78f9887675074b8 \
     21                    sha256  b3b2e74ec8a13337e5e17cc24b0fecf5d612d6a0835d99bd1e337b391f20a46d
    2322
    2423patchfiles          patch-redis.conf.diff
     
    3231variant universal {}
    3332
    34 build.env-append    CC="${configure.cc} [get_canonical_archflags]"
     33build.args-append   CC="${configure.cc} [get_canonical_archflags cc]"
     34
     35# disable silent rules
     36build.args-append   V=1
    3537
    3638destroot.keepdirs   ${destroot}${prefix}/var/db/redis
  • trunk/dports/databases/redis/files/patch-redis.conf.diff

    r98577 r99235  
    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 
     
    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
     
    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 #
Note: See TracChangeset for help on using the changeset viewer.