Update to 9.0.0
- Add LICENSE_FILE - Update WWW Changes: https://github.com/devkral/devise_pam_authenticatable2/commits/master
This commit is contained in:
parent
23cd488176
commit
fcf04d2391
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464421
3 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= devise_pam_authenticatable2
|
||||
PORTVERSION= 8.0.2
|
||||
PORTVERSION= 9.0.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org
|
|||
COMMENT= Devise PAM authentication module using rpam2
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-devise-rails5>=4.0.0:devel/rubygem-devise-rails5 \
|
||||
rubygem-rpam2>=3.0:security/rubygem-rpam2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1520196905
|
||||
SHA256 (rubygem/devise_pam_authenticatable2-8.0.2.gem) = 518bf3771f0f252e350f017a3ac0f6067242eac2caa18e787e4117a5c993d874
|
||||
SIZE (rubygem/devise_pam_authenticatable2-8.0.2.gem) = 8704
|
||||
TIMESTAMP = 1520953412
|
||||
SHA256 (rubygem/devise_pam_authenticatable2-9.0.0.gem) = e7634ec19953c46c1ecca55a0c7b08a95aad4affaacf537d5d8f7d7c9cccb46e
|
||||
SIZE (rubygem/devise_pam_authenticatable2-9.0.0.gem) = 8704
|
||||
|
|
|
@ -3,4 +3,4 @@ PAM (Pluggable Authentication Modulues) via the rpam2 gem. This allows you to
|
|||
authenticate against the local host's authentication system including local
|
||||
account usernames and passwords.
|
||||
|
||||
WWW: http://github.com/devkral/devise_pam_authenticatable2
|
||||
WWW: https://github.com/devkral/devise_pam_authenticatable2
|
||||
|
|
Loading…
Reference in a new issue