svn commit: r379499 - head/devel/rubygem-lru_redux
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 21 11:31:49 UTC 2015
Author: sunpoet
Date: Sat Feb 21 11:31:48 2015
New Revision: 379499
URL: https://svnweb.freebsd.org/changeset/ports/379499
QAT: https://qat.redports.org/buildarchive/r379499/
Log:
- Update to 0.8.3
- Add LICENSE
Changes: https://github.com/SamSaffron/lru_redux/blob/master/README.md#changlog
Modified:
head/devel/rubygem-lru_redux/Makefile
head/devel/rubygem-lru_redux/distinfo
Modified: head/devel/rubygem-lru_redux/Makefile
==============================================================================
--- head/devel/rubygem-lru_redux/Makefile Sat Feb 21 11:31:42 2015 (r379498)
+++ head/devel/rubygem-lru_redux/Makefile Sat Feb 21 11:31:48 2015 (r379499)
@@ -2,15 +2,17 @@
# $FreeBSD$
PORTNAME= lru_redux
-PORTVERSION= 0.8.1
+PORTVERSION= 0.8.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Efficient implementation of an lru cache
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/devel/rubygem-lru_redux/distinfo
==============================================================================
--- head/devel/rubygem-lru_redux/distinfo Sat Feb 21 11:31:42 2015 (r379498)
+++ head/devel/rubygem-lru_redux/distinfo Sat Feb 21 11:31:48 2015 (r379499)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/lru_redux-0.8.1.gem) = 1121f77f9b0fcd87cd613e2a129d2bb67123d3514530574765430740767683ee
-SIZE (rubygem/lru_redux-0.8.1.gem) = 9728
+SHA256 (rubygem/lru_redux-0.8.3.gem) = c84c041668574fd92719d6ef5438f9c8a9ec2dc87f4c9472f9a5f5ea6d827c85
+SIZE (rubygem/lru_redux-0.8.3.gem) = 9728
More information about the svn-ports-head
mailing list