notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/rubygem-devise_pam_authenticatable2-rails61/Makefile
SVNWeb

Number of commits found: 2

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
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
Sat, 19 Nov 2022
[ 05:27 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:9acad4ea5b0a5fa43536496cb25811d757d23fe1  commit hash:9acad4ea5b0a5fa43536496cb25811d757d23fe1  commit hash:9acad4ea5b0a5fa43536496cb25811d757d23fe1  9acad4e 
security/rubygem-devise_pam_authenticatable2-rails61: New port

The devise_pam_authenticatable2 is a Devise extension for authentication
using 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.

Sponsored by:	Nepustil

Number of commits found: 2