[145650] trunk/dports/databases/redis

devans at macports.org devans at macports.org
Fri Feb 12 06:24:30 PST 2016


Revision: 145650
          https://trac.macports.org/changeset/145650
Author:   devans at macports.org
Date:     2016-02-12 06:24:30 -0800 (Fri, 12 Feb 2016)
Log Message:
-----------
redis: update to version 3.0.7.

Modified Paths:
--------------
    trunk/dports/databases/redis/Portfile
    trunk/dports/databases/redis/files/patch-redis.conf.diff

Modified: trunk/dports/databases/redis/Portfile
===================================================================
--- trunk/dports/databases/redis/Portfile	2016-02-12 10:43:39 UTC (rev 145649)
+++ trunk/dports/databases/redis/Portfile	2016-02-12 14:24:30 UTC (rev 145650)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                redis
-version             3.0.3
+version             3.0.7
 categories          databases
 platforms           darwin
 license             BSD
@@ -17,8 +17,8 @@
 homepage            http://redis.io/
 master_sites        http://download.redis.io/releases/
 
-checksums           rmd160  dcd7dab26a58a217e05f033c00beb00873b81428 \
-                    sha256  1d08fa665b16d0950274dfbd47fbbcf3485e43e901021338640a0334666e9da5
+checksums           rmd160  595762ed65acf7d4593ae28707d2fcfc438cc35a \
+                    sha256  b2a791c4ea3bb7268795c45c6321ea5abcc24457178373e6a6e3be6372737f23
 
 patchfiles          patch-redis.conf.diff
 

Modified: trunk/dports/databases/redis/files/patch-redis.conf.diff
===================================================================
--- trunk/dports/databases/redis/files/patch-redis.conf.diff	2016-02-12 10:43:39 UTC (rev 145649)
+++ trunk/dports/databases/redis/files/patch-redis.conf.diff	2016-02-12 14:24:30 UTC (rev 145650)
@@ -1,6 +1,6 @@
---- redis.conf.orig 2014-03-05 17:42:50.000000000 +0400
-+++ redis.conf  2014-03-16 02:38:56.000000000 +0400
-@@ -38,7 +38,7 @@
+--- redis.conf.orig	2016-01-25 06:57:52.000000000 -0800
++++ redis.conf	2016-02-12 05:53:18.000000000 -0800
+@@ -43,7 +43,7 @@
  
  # When running daemonized, Redis writes a pid file in /var/run/redis.pid by
  # default. You can specify a custom pid file location here.
@@ -9,7 +9,7 @@
  
  # Accept connections on the specified port, default is 6379.
  # If port 0 is specified Redis will not listen on a TCP socket.
-@@ -100,7 +100,7 @@
+@@ -105,7 +105,7 @@
  # Specify the log file name. Also the empty string can be used to force
  # Redis to log on the standard output. Note that if you use standard
  # output for logging but daemonize, logs will be sent to /dev/null
@@ -18,9 +18,9 @@
  
  # To enable logging to the system logger, just set 'syslog-enabled' to yes,
  # and optionally update the other syslog parameters to suit your needs.
-@@ -184,7 +184,7 @@
+@@ -189,7 +189,7 @@
  # The Append Only File will also be created inside this directory.
- # 
+ #
  # Note that you must specify a directory here, not a file name.
 -dir ./
 +dir @PREFIX@/var/db/redis/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160212/8e6e9227/attachment.html>


More information about the macports-changes mailing list