mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Repo copy databases/rubygem-flipper-active_record and devel/rubygem-flipper
to unbreak www/gitlab. GitLab broke through there updates in 453680 and 453681. Reported by: remko, Matthias Fechner <idefix@fechner.net>
This commit is contained in:
parent
d7b83c2e58
commit
bd3d7132df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454691
@ -961,6 +961,7 @@
|
||||
SUBDIR += rubygem-em-redis-unified
|
||||
SUBDIR += rubygem-familia
|
||||
SUBDIR += rubygem-flipper-active_record
|
||||
SUBDIR += rubygem-flipper-active_record010
|
||||
SUBDIR += rubygem-globalid
|
||||
SUBDIR += rubygem-globalid-rails5
|
||||
SUBDIR += rubygem-globalid-rails50
|
||||
|
22
databases/rubygem-flipper-active_record010/Makefile
Normal file
22
databases/rubygem-flipper-active_record010/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flipper-active_record
|
||||
PORTVERSION= 0.10.2
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 010
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= ActiveRecord adapter for Flipper
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord4>=3.2:databases/rubygem-activerecord4 \
|
||||
rubygem-flipper>=${PORTVERSION}:devel/rubygem-flipper
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-flipper-active_record010/distinfo
Normal file
3
databases/rubygem-flipper-active_record010/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1498231825
|
||||
SHA256 (rubygem/flipper-active_record-0.10.2.gem) = a75174b847aca193b4df73e00f3dad57feec07b624ac69761f6ea11fd2c17414
|
||||
SIZE (rubygem/flipper-active_record-0.10.2.gem) = 8704
|
3
databases/rubygem-flipper-active_record010/pkg-descr
Normal file
3
databases/rubygem-flipper-active_record010/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Flipper ActiveRecord is an ActiveRecord adapter for Flipper.
|
||||
|
||||
WWW: https://github.com/jnunemaker/flipper
|
@ -5469,6 +5469,7 @@
|
||||
SUBDIR += rubygem-filesize
|
||||
SUBDIR += rubygem-flexmock
|
||||
SUBDIR += rubygem-flipper
|
||||
SUBDIR += rubygem-flipper010
|
||||
SUBDIR += rubygem-fluent-logger
|
||||
SUBDIR += rubygem-fog
|
||||
SUBDIR += rubygem-fog-core
|
||||
|
20
devel/rubygem-flipper010/Makefile
Normal file
20
devel/rubygem-flipper010/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flipper
|
||||
PORTVERSION= 0.10.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 010
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Act of enabling/disabling features in your application
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-flipper010/distinfo
Normal file
3
devel/rubygem-flipper010/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1498224657
|
||||
SHA256 (rubygem/flipper-0.10.2.gem) = 175932fc945b0185b267a1ee7c36b7ce51735326bc495b07c327cf0c24697bbd
|
||||
SIZE (rubygem/flipper-0.10.2.gem) = 50688
|
9
devel/rubygem-flipper010/pkg-descr
Normal file
9
devel/rubygem-flipper010/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Feature flipping is the act of enabling or disabling features or parts of your
|
||||
application, ideally without re-deploying or changing anything in your code
|
||||
base.
|
||||
|
||||
The goal of this gem is to make turning features on or off so easy that everyone
|
||||
does it. Whatever your data store, throughput, or experience, feature flipping
|
||||
should be easy and have minimal impact on your application.
|
||||
|
||||
WWW: https://github.com/jnunemaker/flipper
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= gitlab
|
||||
PORTVERSION= 9.4.7
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= www devel
|
||||
|
||||
MAINTAINER= tz@FreeBSD.org
|
||||
@ -188,8 +188,8 @@ RUN_DEPENDS= git>=2.14.1:devel/git \
|
||||
rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \
|
||||
rubygem-gitaly>=0.14.0:net/rubygem-gitaly \
|
||||
rubygem-toml-rb>=0.3.15:www/rubygem-toml-rb \
|
||||
rubygem-flipper>=0.10.2:devel/rubygem-flipper \
|
||||
rubygem-flipper-active_record>=0.10.2:databases/rubygem-flipper-active_record \
|
||||
rubygem-flipper010>=0.10.2:devel/rubygem-flipper010 \
|
||||
rubygem-flipper-active_record010>=0.10.2:databases/rubygem-flipper-active_record010 \
|
||||
rubygem-rinku>=1.7.3:www/rubygem-rinku
|
||||
|
||||
PGSQL_RUN_DEPENDS= rubygem-pg>=0.18.2:databases/rubygem-pg \
|
||||
|
Loading…
Reference in New Issue
Block a user