git: 3f6e2a28f1f0 - main - devel/rubygem-flipper017: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:50:01 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3f6e2a28f1f0607259c0bcb92211594e4d8f1d2a
commit 3f6e2a28f1f0607259c0bcb92211594e4d8f1d2a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 19:26:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 19:26:37 +0000
devel/rubygem-flipper017: Remove obsoleted port
Use devel/rubygem-flipper instead.
---
devel/rubygem-flipper017/Makefile | 22 ----------------------
devel/rubygem-flipper017/distinfo | 3 ---
devel/rubygem-flipper017/pkg-descr | 9 ---------
3 files changed, 34 deletions(-)
diff --git a/devel/rubygem-flipper017/Makefile b/devel/rubygem-flipper017/Makefile
deleted file mode 100644
index 0c98780051ec..000000000000
--- a/devel/rubygem-flipper017/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME= flipper
-PORTVERSION= 0.17.2
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 017
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Act of enabling/disabling features in your application
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^0\.17\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-flipper017/distinfo b/devel/rubygem-flipper017/distinfo
deleted file mode 100644
index 4064822de248..000000000000
--- a/devel/rubygem-flipper017/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1578197795
-SHA256 (rubygem/flipper-0.17.2.gem) = b6addb59ea644f3f5650755e95ff30d2a6226ec8bcaa686955188ce2ce5363d3
-SIZE (rubygem/flipper-0.17.2.gem) = 75776
diff --git a/devel/rubygem-flipper017/pkg-descr b/devel/rubygem-flipper017/pkg-descr
deleted file mode 100644
index 12e7c6d04f43..000000000000
--- a/devel/rubygem-flipper017/pkg-descr
+++ /dev/null
@@ -1,9 +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.
-
-WWW: https://github.com/jnunemaker/flipper