git: 18a926b3b161 - main - devel/rubygem-flipper021: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 09 Oct 2022 15:39:12 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18a926b3b16149afc7167aa1d330f269bc0bf76b

commit 18a926b3b16149afc7167aa1d330f269bc0bf76b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-09 15:20:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-09 15:37:47 +0000

    devel/rubygem-flipper021: Remove obsoleted port
    
    Use devel/rubygem-flipper instead.
---
 MOVED                              |  1 +
 devel/Makefile                     |  1 -
 devel/rubygem-flipper021/Makefile  | 21 ---------------------
 devel/rubygem-flipper021/distinfo  |  3 ---
 devel/rubygem-flipper021/pkg-descr |  7 -------
 5 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/MOVED b/MOVED
index 36a40e7d37ca..4ba81a65ebe1 100644
--- a/MOVED
+++ b/MOVED
@@ -17586,3 +17586,4 @@ devel/py-openapi-schema-validator02|devel/py-openapi-schema-validator|2022-10-09
 databases/rubygem-redis44|databases/rubygem-redis|2022-10-09|Remove obsoleted port. Use databases/rubygem-redis instead
 databases/rubygem-redis-actionpack52-rails61|databases/rubygem-redis-actionpack-rails61|2022-10-09|Remove obsoleted port. Use databases/rubygem-redis-actionpack-rails61 instead
 devel/rubygem-devise47-rails61|devel/rubygem-devise-rails61|2022-10-09|Remove obsoleted port. Use devel/rubygem-devise-rails61 instead
+devel/rubygem-flipper021|devel/rubygem-flipper|2022-10-09|Remove obsoleted port. Use devel/rubygem-flipper instead
diff --git a/devel/Makefile b/devel/Makefile
index efc7a25e0bbc..ac0ad842c74c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6491,7 +6491,6 @@
     SUBDIR += rubygem-flipper-active_support_cache_store
     SUBDIR += rubygem-flipper-active_support_cache_store-rails61
     SUBDIR += rubygem-flipper-ui
-    SUBDIR += rubygem-flipper021
     SUBDIR += rubygem-fluent-logger
     SUBDIR += rubygem-fog
     SUBDIR += rubygem-fog-core
diff --git a/devel/rubygem-flipper021/Makefile b/devel/rubygem-flipper021/Makefile
deleted file mode 100644
index 21441726cfbc..000000000000
--- a/devel/rubygem-flipper021/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME=	flipper
-PORTVERSION=	0.21.0
-CATEGORIES=	devel rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	021
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Act of enabling/disabling features in your application
-WWW=		https://github.com/jnunemaker/flipper
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-USES=		gem
-USE_RUBY=	yes
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^0\.21\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-flipper021/distinfo b/devel/rubygem-flipper021/distinfo
deleted file mode 100644
index ec53129ffc8f..000000000000
--- a/devel/rubygem-flipper021/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1620928697
-SHA256 (rubygem/flipper-0.21.0.gem) = 69329327f0a91e56daf2ca6108d988fd1aedc118f2e1dbac5fcc744a7cad1203
-SIZE (rubygem/flipper-0.21.0.gem) = 99840
diff --git a/devel/rubygem-flipper021/pkg-descr b/devel/rubygem-flipper021/pkg-descr
deleted file mode 100644
index a6796c0f624e..000000000000
--- a/devel/rubygem-flipper021/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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.