Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 2015 14:30:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201503021430.t22EUSZ6091094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503021430.t22EUSZ6091094>