Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2014 22:04:26 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349806 - head/databases/redis
Message-ID:  <201403312204.s2VM4Qri010359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Mon Mar 31 22:04:26 2014
New Revision: 349806
URL: http://svnweb.freebsd.org/changeset/ports/349806
QAT: https://qat.redports.org/buildarchive/r349806/

Log:
  Update from 2.8.7 to 2.8.8.
  Update pkg-plist to be more convenient with pkgng(1).

Modified:
  head/databases/redis/Makefile
  head/databases/redis/distinfo
  head/databases/redis/pkg-plist

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Mon Mar 31 21:52:35 2014	(r349805)
+++ head/databases/redis/Makefile	Mon Mar 31 22:04:26 2014	(r349806)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	2.8.7
-PORTREVISION=	1
+DISTVERSION=	2.8.8
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 

Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo	Mon Mar 31 21:52:35 2014	(r349805)
+++ head/databases/redis/distinfo	Mon Mar 31 22:04:26 2014	(r349806)
@@ -1,2 +1,2 @@
-SHA256 (redis-2.8.7.tar.gz) = a93e352e50bcc076e649174319c2a819306735c1a1ee83d498ced146eda78670
-SIZE (redis-2.8.7.tar.gz) = 1064262
+SHA256 (redis-2.8.8.tar.gz) = fd2be11b8d9300d35b6bbed6fcd6fa6d7ef1a72ccaeb0cc991ce44dc49908bc8
+SIZE (redis-2.8.8.tar.gz) = 1073450

Modified: head/databases/redis/pkg-plist
==============================================================================
--- head/databases/redis/pkg-plist	Mon Mar 31 21:52:35 2014	(r349805)
+++ head/databases/redis/pkg-plist	Mon Mar 31 22:04:26 2014	(r349806)
@@ -4,10 +4,10 @@ bin/redis-check-dump
 bin/redis-cli
 bin/redis-sentinel
 bin/redis-server
-@unexec (cmp -s %D/etc/redis.conf %D/etc/redis.conf.sample && rm -f %D/etc/redis.conf) || true
+@unexec if cmp -s %D/etc/redis.conf %D/etc/redis.conf.sample; then rm -f %D/etc/redis.conf; fi
 etc/redis.conf.sample
 @exec [ -f %B/redis.conf ] || cp %B/%f %B/redis.conf
-@unexec (cmp -s %D/etc/sentinel.conf %D/etc/sentinel.conf.sample && rm -f %D/etc/sentinel.conf) || true
+@unexec if cmp -s %D/etc/sentinel.conf %D/etc/sentinel.conf.sample; then rm -f %D/etc/sentinel.conf; fi
 etc/sentinel.conf.sample
 @exec [ -f %B/sentinel.conf ] || cp %B/%f %B/sentinel.conf
 @exec [ -d %%REDIS_DBDIR%% ] || mkdir -p %%REDIS_DBDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403312204.s2VM4Qri010359>