Skip to content

Commit

Permalink
databases/rubygem-state_machines-activerecord08: Add rubygem-state_ma…
Browse files Browse the repository at this point in the history
…chines-activerecord08 0.8.0 (copied from rubygem-state_machines-activerecord)

- Add PORTSCOUT
  • Loading branch information
sunpoet committed Sep 11, 2023
1 parent 11bb9c7 commit e9258b2
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions databases/Makefile
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions databases/rubygem-state_machines-activerecord08/Makefile
@@ -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>
3 changes: 3 additions & 0 deletions databases/rubygem-state_machines-activerecord08/distinfo
@@ -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
2 changes: 2 additions & 0 deletions databases/rubygem-state_machines-activerecord08/pkg-descr
@@ -0,0 +1,2 @@
The StateMachines Active Record 4.1+ integration adds support for database
transactions, automatically saving the record, named scopes, validation errors.

0 comments on commit e9258b2

Please sign in to comment.