mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Update to 3.4.5
- Add LICENSE Changes: https://github.com/binarylogic/authlogic/blob/master/CHANGELOG.md
This commit is contained in:
parent
913fe0078e
commit
0485a2ed89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380269
@ -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
|
||||
|
@ -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
|
||||
|
11
devel/rubygem-authlogic/files/patch-gemspec
Normal file
11
devel/rubygem-authlogic/files/patch-gemspec
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user