[137598] trunk/dports/databases/redis/Portfile

stromnov at macports.org stromnov at macports.org
Mon Jun 15 03:40:08 PDT 2015


Revision: 137598
          https://trac.macports.org/changeset/137598
Author:   stromnov at macports.org
Date:     2015-06-15 03:40:08 -0700 (Mon, 15 Jun 2015)
Log Message:
-----------
redis: update to version 3.0.2

Modified Paths:
--------------
    trunk/dports/databases/redis/Portfile

Modified: trunk/dports/databases/redis/Portfile
===================================================================
--- trunk/dports/databases/redis/Portfile	2015-06-15 10:34:20 UTC (rev 137597)
+++ trunk/dports/databases/redis/Portfile	2015-06-15 10:40:08 UTC (rev 137598)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                redis
-version             2.8.17
+version             3.0.2
 categories          databases
 platforms           darwin
 license             BSD
@@ -17,8 +17,8 @@
 homepage            http://redis.io/
 master_sites        http://download.redis.io/releases/
 
-checksums           rmd160  fe5fcae795ccdde552707c0286124c8903d4cec0 \
-                    sha256  53c7cc639571729fa57d7baa7f81aec1d5886f86bac9c66f6ad06dbdaee236a7
+checksums           rmd160  e89b14ff93f35ed3f64e16a3e8c46d832a315275 \
+                    sha256  93e422c0d584623601f89b956045be158889ebe594478a2c24e1bf218495633f
 
 patchfiles          patch-redis.conf.diff
 
@@ -35,6 +35,9 @@
 # disable silent rules
 build.args-append   V=1
 
+# use jemalloc
+build.args-append   MALLOC=jemalloc
+
 destroot.keepdirs   ${destroot}${prefix}/var/db/redis
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150615/d5c6e2f6/attachment.html>


More information about the macports-changes mailing list