[117933] trunk/dports/databases/redis

snc at macports.org snc at macports.org
Mon Mar 17 07:30:28 PDT 2014


Revision: 117933
          https://trac.macports.org/changeset/117933
Author:   snc at macports.org
Date:     2014-03-17 07:30:28 -0700 (Mon, 17 Mar 2014)
Log Message:
-----------
redis: update to 2.8.7, maintainer timeout, #42583

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	2014-03-17 14:18:04 UTC (rev 117932)
+++ trunk/dports/databases/redis/Portfile	2014-03-17 14:30:28 UTC (rev 117933)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                redis
-version             2.6.14
+version             2.8.7
 categories          databases
 platforms           darwin
 license             BSD
@@ -15,10 +15,10 @@
 long_description    ${description}
 
 homepage            http://redis.io/
-master_sites        googlecode:redis
+master_sites        http://download.redis.io/releases/
 
-checksums           rmd160  16acfec8a3462dab9e7ee5dd4182ca4fcc68966a \
-                    sha256  fdf61c693e5c4908b4bb44c428d4a2b7568f05566c144c58fdf19c5cb12a9caf
+checksums           rmd160  1b04883149d61abb500376971839eeb7419b5b20 \
+                    sha256  a93e352e50bcc076e649174319c2a819306735c1a1ee83d498ced146eda78670
 
 patchfiles          patch-redis.conf.diff
 
@@ -66,3 +66,6 @@
 
     redis-server ${prefix}/etc/redis.conf
 "
+
+livecheck.url       http://download.redis.io/releases/
+livecheck.regex     ${name}-(\\d+.\\d+.\\d+)

Modified: trunk/dports/databases/redis/files/patch-redis.conf.diff
===================================================================
--- trunk/dports/databases/redis/files/patch-redis.conf.diff	2014-03-17 14:18:04 UTC (rev 117932)
+++ trunk/dports/databases/redis/files/patch-redis.conf.diff	2014-03-17 14:30:28 UTC (rev 117933)
@@ -1,6 +1,6 @@
---- redis.conf.orig	2012-10-29 11:00:30.000000000 -0200
-+++ redis.conf	2012-10-29 11:03:27.000000000 -0200
-@@ -18,7 +18,7 @@
+--- 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 @@
  
  # 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,17 +9,17 @@
  
  # Accept connections on the specified port, default is 6379.
  # If port 0 is specified Redis will not listen on a TCP socket.
-@@ -50,7 +50,7 @@
- # Specify the log file name. Also 'stdout' can be used to force
+@@ -100,7 +100,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
--logfile stdout
+-logfile ""
 +logfile @PREFIX@/var/log/redis.log
  
  # To enable logging to the system logger, just set 'syslog-enabled' to yes,
  # and optionally update the other syslog parameters to suit your needs.
-@@ -134,7 +134,7 @@
- # Also the Append Only File will be created inside this directory.
+@@ -184,7 +184,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 ./
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140317/07d6ac49/attachment.html>


More information about the macports-changes mailing list