From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 11:31:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E967687; Sat, 21 Feb 2015 11:31:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6956F9BC; Sat, 21 Feb 2015 11:31:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LBVn0Z097157; Sat, 21 Feb 2015 11:31:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LBVmK5097155; Sat, 21 Feb 2015 11:31:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502211131.t1LBVmK5097155@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 11:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379499 - head/devel/rubygem-lru_redux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 11:31:49 -0000 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@FreeBSD.org COMMENT= Efficient implementation of an lru cache +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes .include 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