databases/rubygem-state_machines-activerecord08: Add rubygem-state_machines-activerecord08 0.8.0 (copied from rubygem-state_machines-activerecord)

- Add PORTSCOUT
2023Q4
Po-Chuan Hsieh 2023-09-11 10:51:23 +08:00
parent 11bb9c7a8f
commit e9258b23fb
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View File

@ -1019,6 +1019,7 @@
SUBDIR += rubygem-sqlite3-ruby
SUBDIR += rubygem-state_machines-activemodel
SUBDIR += rubygem-state_machines-activerecord
SUBDIR += rubygem-state_machines-activerecord08
SUBDIR += rubygem-tarantool
SUBDIR += sequeler
SUBDIR += sfcgal

View File

@ -0,0 +1,23 @@
PORTNAME= state_machines-activerecord
PORTVERSION= 0.8.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 08
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Support for creating state machines for attributes on ActiveRecord
WWW= https://github.com/state-machines/state_machines-activerecord
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activerecord60>=5.1:databases/rubygem-activerecord60 \
rubygem-state_machines-activemodel>=0.8.0:databases/rubygem-state_machines-activemodel
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^0\.8\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1611262267
SHA256 (rubygem/state_machines-activerecord-0.8.0.gem) = 072fb701b8ab03de0608297f6c55dc34ed096e556fa8f77e556f3c461c71aab6
SIZE (rubygem/state_machines-activerecord-0.8.0.gem) = 24064

View File

@ -0,0 +1,2 @@
The StateMachines Active Record 4.1+ integration adds support for database
transactions, automatically saving the record, named scopes, validation errors.