svn commit: r398526 - head/security/rubygem-devise-two-factor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 3 17:10:52 UTC 2015


Author: sunpoet
Date: Sat Oct  3 17:10:51 2015
New Revision: 398526
URL: https://svnweb.freebsd.org/changeset/ports/398526

Log:
  - Update to 2.0.1
  - Add LICENSE_FILE
  
  Changes:	https://github.com/tinfoil/devise-two-factor/commits/master

Modified:
  head/security/rubygem-devise-two-factor/Makefile
  head/security/rubygem-devise-two-factor/distinfo

Modified: head/security/rubygem-devise-two-factor/Makefile
==============================================================================
--- head/security/rubygem-devise-two-factor/Makefile	Sat Oct  3 17:10:47 2015	(r398525)
+++ head/security/rubygem-devise-two-factor/Makefile	Sat Oct  3 17:10:51 2015	(r398526)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	devise-two-factor
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Barebones two-factor authentication with Devise
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \
 		rubygem-attr_encrypted>=1.3.2:${PORTSDIR}/security/rubygem-attr_encrypted \

Modified: head/security/rubygem-devise-two-factor/distinfo
==============================================================================
--- head/security/rubygem-devise-two-factor/distinfo	Sat Oct  3 17:10:47 2015	(r398525)
+++ head/security/rubygem-devise-two-factor/distinfo	Sat Oct  3 17:10:51 2015	(r398526)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/devise-two-factor-2.0.0.gem) = 19669f9e55f201a5983044492f03d3bd6bd3a1d2e721c90e5e2c6567fe53eaf7
-SIZE (rubygem/devise-two-factor-2.0.0.gem) = 25600
+SHA256 (rubygem/devise-two-factor-2.0.1.gem) = 9642513ed375d83e6870570657d7c7e757ba15f744e6439c4244b77092da5cec
+SIZE (rubygem/devise-two-factor-2.0.1.gem) = 25600


More information about the svn-ports-head mailing list