svn commit: r306622 - in head/databases/redis: . files

Sergey A. Osokin osa at FreeBSD.org
Mon Oct 29 16:44:41 UTC 2012


Author: osa
Date: Mon Oct 29 16:44:40 2012
New Revision: 306622
URL: http://svn.freebsd.org/changeset/ports/306622

Log:
  Revert back changes for rc script.
  Bump PORTREVISION.
  
  Notice from:	crees
  
  Feature safe:	yes

Modified:
  head/databases/redis/Makefile
  head/databases/redis/files/redis.in

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Mon Oct 29 15:57:24 2012	(r306621)
+++ head/databases/redis/Makefile	Mon Oct 29 16:44:40 2012	(r306622)
@@ -3,6 +3,7 @@
 
 PORTNAME=	redis
 DISTVERSION=	2.6.2
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/databases/redis/files/redis.in
==============================================================================
--- head/databases/redis/files/redis.in	Mon Oct 29 15:57:24 2012	(r306621)
+++ head/databases/redis/files/redis.in	Mon Oct 29 16:44:40 2012	(r306622)
@@ -16,7 +16,7 @@
 . /etc/rc.subr
 
 name="redis"
-rcvar=`set_rcvar`
+rcvar=redis_enable
 
 extra_commands="reload"
 


More information about the svn-ports-all mailing list