aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-28 21:17:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-28 21:20:30 +0000
commit1bb6b9021024f5c78443a79be3371e8829aaa12f (patch)
treec8c0c5a9f0abbe759b4b4019c3e1bbec5dfee013
parent8439432fbd2539e309efbc4dcbe9d1a1237114ad (diff)
downloadports-1bb6b90.tar.gz
ports-1bb6b90.zip
devel/rubygem-flipper025: Remove obsoleted port
Use devel/rubygem-flipper instead.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-flipper025/Makefile20
-rw-r--r--devel/rubygem-flipper025/distinfo3
-rw-r--r--devel/rubygem-flipper025/pkg-descr7
5 files changed, 1 insertions, 31 deletions
diff --git a/MOVED b/MOVED
index 47ee26b5ba8d..c0284c6a3908 100644
--- a/MOVED
+++ b/MOVED
@@ -3266,3 +3266,4 @@ graphics/rubygem-mini_magick410|graphics/rubygem-mini_magick|2024-05-28|Remove o
textproc/rubygem-sassc22|textproc/rubygem-sassc|2024-05-28|Remove obsoleted port. Use textproc/rubygem-sassc instead
databases/rubygem-flipper-active_record-rails61|databases/rubygem-flipper-active_record|2024-05-28|Remove obsoleted port. Use databases/rubygem-flipper-active_record instead
devel/rubygem-flipper-active_support_cache_store-rails61|devel/rubygem-flipper-active_support_cache_store|2024-05-28|Remove obsoleted port. Use devel/rubygem-flipper-active_support_cache_store instead
+devel/rubygem-flipper025|devel/rubygem-flipper|2024-05-28|Remove obsoleted port. Use devel/rubygem-flipper instead
diff --git a/devel/Makefile b/devel/Makefile
index 471c5f578813..062b51865b97 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7013,7 +7013,6 @@
SUBDIR += rubygem-flipper-active_support_cache_store
SUBDIR += rubygem-flipper-active_support_cache_store-rails70
SUBDIR += rubygem-flipper-ui
- SUBDIR += rubygem-flipper025
SUBDIR += rubygem-flipper026
SUBDIR += rubygem-fluent-logger
SUBDIR += rubygem-fog
diff --git a/devel/rubygem-flipper025/Makefile b/devel/rubygem-flipper025/Makefile
deleted file mode 100644
index b47bd25ce19b..000000000000
--- a/devel/rubygem-flipper025/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= flipper
-PORTVERSION= 0.25.4
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 025
-
-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
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^0\.25\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-flipper025/distinfo b/devel/rubygem-flipper025/distinfo
deleted file mode 100644
index e800f6a7c8e9..000000000000
--- a/devel/rubygem-flipper025/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1669058065
-SHA256 (rubygem/flipper-0.25.4.gem) = 5f1d8972f352e471bb308fc580ff782fdd71ab9c40bcf904f848162a299f0c13
-SIZE (rubygem/flipper-0.25.4.gem) = 101888
diff --git a/devel/rubygem-flipper025/pkg-descr b/devel/rubygem-flipper025/pkg-descr
deleted file mode 100644
index a6796c0f624e..000000000000
--- a/devel/rubygem-flipper025/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.