svn commit: r464421 - head/security/rubygem-devise_pam_authenticatable2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Mar 13 20:31:42 UTC 2018
Author: sunpoet
Date: Tue Mar 13 20:31:38 2018
New Revision: 464421
URL: https://svnweb.freebsd.org/changeset/ports/464421
Log:
Update to 9.0.0
- Add LICENSE_FILE
- Update WWW
Changes: https://github.com/devkral/devise_pam_authenticatable2/commits/master
Modified:
head/security/rubygem-devise_pam_authenticatable2/Makefile
head/security/rubygem-devise_pam_authenticatable2/distinfo
head/security/rubygem-devise_pam_authenticatable2/pkg-descr
Modified: head/security/rubygem-devise_pam_authenticatable2/Makefile
==============================================================================
--- head/security/rubygem-devise_pam_authenticatable2/Makefile Tue Mar 13 20:31:33 2018 (r464420)
+++ head/security/rubygem-devise_pam_authenticatable2/Makefile Tue Mar 13 20:31:38 2018 (r464421)
@@ -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 at 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
Modified: head/security/rubygem-devise_pam_authenticatable2/distinfo
==============================================================================
--- head/security/rubygem-devise_pam_authenticatable2/distinfo Tue Mar 13 20:31:33 2018 (r464420)
+++ head/security/rubygem-devise_pam_authenticatable2/distinfo Tue Mar 13 20:31:38 2018 (r464421)
@@ -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
Modified: head/security/rubygem-devise_pam_authenticatable2/pkg-descr
==============================================================================
--- head/security/rubygem-devise_pam_authenticatable2/pkg-descr Tue Mar 13 20:31:33 2018 (r464420)
+++ head/security/rubygem-devise_pam_authenticatable2/pkg-descr Tue Mar 13 20:31:38 2018 (r464421)
@@ -3,4 +3,4 @@ PAM (Pluggable Authentication Modulues) via the rpam2
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
More information about the svn-ports-all
mailing list