From owner-svn-ports-head@FreeBSD.ORG Mon Mar 2 14:30:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35AA0B29; Mon, 2 Mar 2015 14:30:29 +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 06953E29; Mon, 2 Mar 2015 14:30:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t22EUSgJ091099; Mon, 2 Mar 2015 14:30:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t22EUSZ6091094; Mon, 2 Mar 2015 14:30:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503021430.t22EUSZ6091094@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 2 Mar 2015 14:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380269 - in head/devel/rubygem-authlogic: . files 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: Mon, 02 Mar 2015 14:30:29 -0000 Author: sunpoet Date: Mon Mar 2 14:30:27 2015 New Revision: 380269 URL: https://svnweb.freebsd.org/changeset/ports/380269 QAT: https://qat.redports.org/buildarchive/r380269/ Log: - Update to 3.4.5 - Add LICENSE Changes: https://github.com/binarylogic/authlogic/blob/master/CHANGELOG.md Added: head/devel/rubygem-authlogic/files/ head/devel/rubygem-authlogic/files/patch-gemspec (contents, props changed) Modified: head/devel/rubygem-authlogic/Makefile head/devel/rubygem-authlogic/distinfo Modified: head/devel/rubygem-authlogic/Makefile ============================================================================== --- head/devel/rubygem-authlogic/Makefile Mon Mar 2 14:30:19 2015 (r380268) +++ head/devel/rubygem-authlogic/Makefile Mon Mar 2 14:30:27 2015 (r380269) @@ -2,16 +2,19 @@ # $FreeBSD$ PORTNAME= authlogic -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.5 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Clean, simple, and unobtrusive Ruby authentication solution +LICENSE= MIT + RUN_DEPENDS= rubygem-activesupport>=3.2:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-activerecord>=3.2:${PORTSDIR}/databases/rubygem-activerecord \ - rubygem-request_store>=1.0:${PORTSDIR}/devel/rubygem-request_store + rubygem-request_store>=1.0:${PORTSDIR}/devel/rubygem-request_store \ + rubygem-scrypt>=1.2:${PORTSDIR}/security/rubygem-scrypt USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-authlogic/distinfo ============================================================================== --- head/devel/rubygem-authlogic/distinfo Mon Mar 2 14:30:19 2015 (r380268) +++ head/devel/rubygem-authlogic/distinfo Mon Mar 2 14:30:27 2015 (r380269) @@ -1,2 +1,2 @@ -SHA256 (rubygem/authlogic-3.4.2.gem) = 4d58ad67c818df29ffac477a37c6ac1dbcc99494dab072ea342e85f39172a60e -SIZE (rubygem/authlogic-3.4.2.gem) = 67584 +SHA256 (rubygem/authlogic-3.4.5.gem) = 6ace74be6ad5a53b28f0782fcb4917f606052d205b9e41978ea2803082f80e36 +SIZE (rubygem/authlogic-3.4.5.gem) = 69120 Added: head/devel/rubygem-authlogic/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-authlogic/files/patch-gemspec Mon Mar 2 14:30:27 2015 (r380269) @@ -0,0 +1,11 @@ +--- authlogic-3.4.5.gemspec.orig 2015-03-02 20:23:43.949918000 +0800 ++++ authlogic-3.4.5.gemspec 2015-03-02 20:24:10.343908474 +0800 +@@ -56,7 +56,7 @@ + name: scrypt + requirement: !ruby/object:Gem::Requirement + requirements: +- - - ~> ++ - - ">=" + - !ruby/object:Gem::Version + version: '1.2' + type: :runtime