Update to 0.8.0 which is required for gitlab-ce 13.8.
This commit is contained in:
parent
d9c423deb2
commit
40354f80dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563049
2 changed files with 7 additions and 7 deletions
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= state_machines-activerecord
|
||||
PORTVERSION= 0.6.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.8.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -13,8 +13,8 @@ COMMENT= Support for creating state machines for attributes on ActiveRecord
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord60>=4.1:databases/rubygem-activerecord60 \
|
||||
rubygem-state_machines-activemodel>=0.5.0:databases/rubygem-state_machines-activemodel
|
||||
RUN_DEPENDS= rubygem-activerecord60>=5.1:databases/rubygem-activerecord60 \
|
||||
rubygem-state_machines-activemodel>=0.8.0:databases/rubygem-state_machines-activemodel
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1554992358
|
||||
SHA256 (rubygem/state_machines-activerecord-0.6.0.gem) = 21943bc87bee1872c89b67c8aee080c14f2993e2d720f6f38deeba103cf6e789
|
||||
SIZE (rubygem/state_machines-activerecord-0.6.0.gem) = 24576
|
||||
TIMESTAMP = 1611262267
|
||||
SHA256 (rubygem/state_machines-activerecord-0.8.0.gem) = 072fb701b8ab03de0608297f6c55dc34ed096e556fa8f77e556f3c461c71aab6
|
||||
SIZE (rubygem/state_machines-activerecord-0.8.0.gem) = 24064
|
||||
|
|
Loading…
Reference in a new issue