svn commit: r329207 - head/databases/rubygem-redis
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 3 16:20:14 UTC 2013
Author: sunpoet
Date: Thu Oct 3 16:20:13 2013
New Revision: 329207
URL: http://svnweb.freebsd.org/changeset/ports/329207
Log:
- Update to 3.0.5
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
Modified:
head/databases/rubygem-redis/Makefile
head/databases/rubygem-redis/distinfo
Modified: head/databases/rubygem-redis/Makefile
==============================================================================
--- head/databases/rubygem-redis/Makefile Thu Oct 3 16:20:07 2013 (r329206)
+++ head/databases/rubygem-redis/Makefile Thu Oct 3 16:20:13 2013 (r329207)
@@ -2,16 +2,16 @@
# $FreeBSD$
PORTNAME= redis
-PORTVERSION= 3.0.4
+PORTVERSION= 3.0.5
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Ruby client library for Redis, the key value storage server
+NO_STAGE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/databases/rubygem-redis/distinfo
==============================================================================
--- head/databases/rubygem-redis/distinfo Thu Oct 3 16:20:07 2013 (r329206)
+++ head/databases/rubygem-redis/distinfo Thu Oct 3 16:20:13 2013 (r329207)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/redis-3.0.4.gem) = 4d5d11fd5c337ef5ab992ad21941b6a1fdd0becedb4bbe79f107473570a944d0
-SIZE (rubygem/redis-3.0.4.gem) = 61952
+SHA256 (rubygem/redis-3.0.5.gem) = 76d266a0a3e4c7abca03799757b8d73b0e3552519341a63b74f6fb015f1def05
+SIZE (rubygem/redis-3.0.5.gem) = 63488
More information about the svn-ports-all
mailing list