View | Details | Raw Unified | Return to bug 179745
Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Sergey Skvortsov <skv@protey.ru>
1
# Created by: Sergey Skvortsov <skv@protey.ru>
2
# $FreeBSD: databases/redis/Makefile 317224 2013-05-03 17:38:24Z osa $
2
# $FreeBSD: head/databases/redis/Makefile 317224 2013-05-03 17:38:24Z osa $
3
3
4
PORTNAME=	redis
4
PORTNAME=	redis
5
DISTVERSION=	2.6.13
5
DISTVERSION=	2.6.14
6
CATEGORIES=	databases
6
CATEGORIES=	databases
7
MASTER_SITES=	GOOGLE_CODE
7
MASTER_SITES=	GOOGLE_CODE
8
8
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (redis-2.6.13.tar.gz) = 3b9439636c58ca06bee538a0f7298e02a33fcf98b8fa845c0b0cf8567751e948
1
SHA256 (redis-2.6.14.tar.gz) = fdf61c693e5c4908b4bb44c428d4a2b7568f05566c144c58fdf19c5cb12a9caf
2
SIZE (redis-2.6.13.tar.gz) = 994331
2
SIZE (redis-2.6.14.tar.gz) = 995036
(-)./files/redis.in (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# $FreeBSD: databases/redis/files/redis.in 306622 2012-10-29 16:44:40Z osa $
3
# $FreeBSD: head/databases/redis/files/redis.in 306622 2012-10-29 16:44:40Z osa $
4
#
4
#
5
5
6
# PROVIDE: redis
6
# PROVIDE: redis

Return to bug 179745