Revision: 99235 http://trac.macports.org//changeset/99235 Author: ryandesign@macports.org Date: 2012-10-29 17:27:15 -0700 (Mon, 29 Oct 2012) Log Message: ----------- redis: update to 2.6.2 (#36805) 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 2012-10-30 00:21:08 UTC (rev 99234) +++ trunk/dports/databases/redis/Portfile 2012-10-30 00:27:15 UTC (rev 99235) @@ -4,8 +4,7 @@ PortSystem 1.0 name redis -version 2.4.17 -revision 1 +version 2.6.2 categories databases license BSD platforms darwin @@ -18,8 +17,8 @@ homepage http://redis.io/ master_sites googlecode:redis -checksums rmd160 55b2d98383fa15400d067e8043b47bb5fb98cef1 \ - sha256 3fae7c47ef84886ff65073593c91586bb675babaf702eb6f3b37855ab3066ebd +checksums rmd160 73a2d8d47d8b04270d141192a78f9887675074b8 \ + sha256 b3b2e74ec8a13337e5e17cc24b0fecf5d612d6a0835d99bd1e337b391f20a46d patchfiles patch-redis.conf.diff @@ -31,8 +30,11 @@ variant universal {} -build.env-append CC="${configure.cc} [get_canonical_archflags]" +build.args-append CC="${configure.cc} [get_canonical_archflags cc]" +# disable silent rules +build.args-append V=1 + destroot.keepdirs ${destroot}${prefix}/var/db/redis destroot { Modified: trunk/dports/databases/redis/files/patch-redis.conf.diff =================================================================== --- trunk/dports/databases/redis/files/patch-redis.conf.diff 2012-10-30 00:21:08 UTC (rev 99234) +++ trunk/dports/databases/redis/files/patch-redis.conf.diff 2012-10-30 00:27:15 UTC (rev 99235) @@ -1,5 +1,5 @@ ---- redis.conf.orig 2012-08-30 10:42:47.000000000 -0500 -+++ redis.conf 2012-10-09 03:28:17.000000000 -0500 +--- 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 @@ # When running daemonized, Redis writes a pid file in /var/run/redis.pid by @@ -9,13 +9,7 @@ # Accept connections on the specified port, default is 6379. # If port 0 is specified Redis will not listen on a TCP socket. -@@ -45,12 +45,12 @@ - # verbose (many rarely useful info, but not a mess like the debug level) - # notice (moderately verbose, what you want in production probably) - # warning (only very important / critical messages are logged) --loglevel verbose -+loglevel notice - +@@ -50,7 +50,7 @@ # Specify the log file name. Also 'stdout' 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 @@ -24,7 +18,7 @@ # To enable logging to the system logger, just set 'syslog-enabled' to yes, # and optionally update the other syslog parameters to suit your needs. -@@ -104,7 +104,7 @@ +@@ -134,7 +134,7 @@ # Also the Append Only File will be created inside this directory. # # Note that you must specify a directory here, not a file name.
participants (1)
-
ryandesign@macports.org