Port details |
- rubygem-devise-two-factor-rails5 Barebones two-factor authentication with Devise
- 4.1.0 security
=2 4.1.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2017-04-28 19:40:38
- Last Update: 2023-10-16 16:00:03
- Commit Hash: 8d93add
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/tinfoil/devise-two-factor
- Description:
- Barebones two-factor authentication with Devise
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-devise-two-factor-rails5>0:security/rubygem-devise-two-factor-rails5
- To install the port:
- cd /usr/ports/security/rubygem-devise-two-factor-rails5/ && make install clean
- To add the package, run one of these commands:
- pkg install security/rubygem-devise-two-factor-rails5
- pkg install rubygem-devise-two-factor-rails5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-devise-two-factor-rails5
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1683478968
SHA256 (rubygem/devise-two-factor-4.1.0.gem) = a8b6b55a30a9996f5baf1e588cb4eba4c9f5811e7c2cb58b27d7ff34c61d64da
SIZE (rubygem/devise-two-factor-4.1.0.gem) = 30208
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-activesupport5>=0<7.1 : devel/rubygem-activesupport5
- rubygem-attr_encrypted>=1.3<5 : security/rubygem-attr_encrypted
- rubygem-devise-rails5>=4.0<5 : devel/rubygem-devise-rails5
- rubygem-railties5>=0<7.1 : www/rubygem-railties5
- rubygem-rotp>=6.0<7 : devel/rubygem-rotp
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_rubygem-devise-two-factor-rails5
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.0 16 Oct 2023 16:00:03
![commit hash: 8d93add1d43ed117295087cc4ce16a94b0fbbce7 commit hash: 8d93add1d43ed117295087cc4ce16a94b0fbbce7](/images/git.png) ![commit hash: 8d93add1d43ed117295087cc4ce16a94b0fbbce7 commit hash: 8d93add1d43ed117295087cc4ce16a94b0fbbce7](/images/codeberg.svg) ![commit hash: 8d93add1d43ed117295087cc4ce16a94b0fbbce7 commit hash: 8d93add1d43ed117295087cc4ce16a94b0fbbce7](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/rubygem-devise-two-factor-rails5: Update PORTSCOUT
devise-two-factor 4.1.1 requires Rails 7.0+ |
4.1.0 07 May 2023 21:14:19
![commit hash: a1cd91beecdd1890ab7d5d6225eaa25e31768c4e commit hash: a1cd91beecdd1890ab7d5d6225eaa25e31768c4e](/images/git.png) ![commit hash: a1cd91beecdd1890ab7d5d6225eaa25e31768c4e commit hash: a1cd91beecdd1890ab7d5d6225eaa25e31768c4e](/images/codeberg.svg) ![commit hash: a1cd91beecdd1890ab7d5d6225eaa25e31768c4e commit hash: a1cd91beecdd1890ab7d5d6225eaa25e31768c4e](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/rubygem-devise-two-factor-rails5: Update to 4.1.0
Changes: https://github.com/tinfoil/devise-two-factor/blob/main/CHANGELOG.md
https://github.com/tinfoil/devise-two-factor/commits/v4.x |
4.0.2 14 Jan 2023 23:08:33
![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/git.png) ![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/codeberg.svg) ![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.2 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.0.2 20 Jul 2022 14:22:56
![commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe](/images/git.png) ![commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe](/images/codeberg.svg) ![commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.0.2 13 Jul 2022 00:19:30
![commit hash: 89204839ee27796cd9bfe3768675a2eaf439484c commit hash: 89204839ee27796cd9bfe3768675a2eaf439484c](/images/git.png) ![commit hash: 89204839ee27796cd9bfe3768675a2eaf439484c commit hash: 89204839ee27796cd9bfe3768675a2eaf439484c](/images/codeberg.svg) ![commit hash: 89204839ee27796cd9bfe3768675a2eaf439484c commit hash: 89204839ee27796cd9bfe3768675a2eaf439484c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/rubygem-devise-two-factor-rails5: Add PORTSCOUT |
4.0.2 16 Apr 2022 04:19:41
![commit hash: d32177553aa4b7e34bf42930217bc795f5550fca commit hash: d32177553aa4b7e34bf42930217bc795f5550fca](/images/git.png) ![commit hash: d32177553aa4b7e34bf42930217bc795f5550fca commit hash: d32177553aa4b7e34bf42930217bc795f5550fca](/images/codeberg.svg) ![commit hash: d32177553aa4b7e34bf42930217bc795f5550fca commit hash: d32177553aa4b7e34bf42930217bc795f5550fca](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/rubygem-devise-two-factor-rails5: Update to 4.0.2
Changes: https://github.com/tinfoil/devise-two-factor/blob/main/CHANGELOG.md |
4.0.1 21 Sep 2021 03:47:10
![commit hash: af07e459af0ea2e766316f1fbcac00903ea96565 commit hash: af07e459af0ea2e766316f1fbcac00903ea96565](/images/git.png) ![commit hash: af07e459af0ea2e766316f1fbcac00903ea96565 commit hash: af07e459af0ea2e766316f1fbcac00903ea96565](/images/codeberg.svg) ![commit hash: af07e459af0ea2e766316f1fbcac00903ea96565 commit hash: af07e459af0ea2e766316f1fbcac00903ea96565](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/rubygem-devise-two-factor-rails5: Update to 4.0.1
Changes: https://github.com/tinfoil/devise-two-factor/blob/main/CHANGELOG.md |
4.0.0 25 Apr 2021 20:36:22
![commit hash: a9d2554d53299f55b5952416bd25a6f2d39879a9 commit hash: a9d2554d53299f55b5952416bd25a6f2d39879a9](/images/git.png) ![commit hash: a9d2554d53299f55b5952416bd25a6f2d39879a9 commit hash: a9d2554d53299f55b5952416bd25a6f2d39879a9](/images/codeberg.svg) ![commit hash: a9d2554d53299f55b5952416bd25a6f2d39879a9 commit hash: a9d2554d53299f55b5952416bd25a6f2d39879a9](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/rubygem-devise-two-factor-rails5: Update to 4.0.0
Changes: https://github.com/tinfoil/devise-two-factor/blob/master/CHANGELOG.md |
3.1.0 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
3.1.0 12 Aug 2019 19:46:06
![Revision:508782 Revision:508782](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update version requirement of RUN_DEPENDS |
3.1.0 10 Aug 2019 22:51:13
![Revision:508539 Revision:508539](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.1.0
Changes: https://github.com/tinfoil/devise-two-factor/blob/master/CHANGELOG.md
https://github.com/tinfoil/devise-two-factor/commits/master |
3.0.3 22 Jun 2019 21:49:33
![Revision:504905 Revision:504905](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Take maintainership |
3.0.3 13 Apr 2018 20:48:43
![Revision:467264 Revision:467264](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.0.3
Changes: https://github.com/tinfoil/devise-two-factor/commits/master |
3.0.2 22 Nov 2017 23:36:11
![Revision:454729 Revision:454729](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.0.2
Changes: https://github.com/tinfoil/devise-two-factor/commits/master |
3.0.0 05 Aug 2017 03:25:17
![Revision:447386 Revision:447386](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jrm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Set ruby@FreeBSD.org as maintainer of these ports, so that ruby team can
more easily contribute to their maintenance. |
3.0.0 28 Apr 2017 19:40:29
![Revision:439626 Revision:439626](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jrm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Create rails version 5 ports to avoid conflicts.
Approved by: swills (mentor, implicit) |