git: 5f35c7953161 - main - devel/rubygem-flipper-ui017: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:50:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f35c79531617d7de6bc8f2caf8f846b3c1f238d
commit 5f35c79531617d7de6bc8f2caf8f846b3c1f238d
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-flipper-ui017: Remove obsoleted port
Use devel/rubygem-flipper-ui instead.
---
devel/rubygem-flipper-ui017/Makefile | 27 -------------------------
devel/rubygem-flipper-ui017/distinfo | 3 ---
devel/rubygem-flipper-ui017/files/patch-gemspec | 11 ----------
devel/rubygem-flipper-ui017/pkg-descr | 4 ----
4 files changed, 45 deletions(-)
diff --git a/devel/rubygem-flipper-ui017/Makefile b/devel/rubygem-flipper-ui017/Makefile
deleted file mode 100644
index 0118f1776919..000000000000
--- a/devel/rubygem-flipper-ui017/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME= flipper-ui
-PORTVERSION= 0.17.2
-PORTREVISION= 1
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 017
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Rack middleware that provides a fully featured web interface
-
-LICENSE= MIT
-
-RUN_DEPENDS= rubygem-erubi>=1.0.0<2.0.0:www/rubygem-erubi \
- rubygem-flipper017>=${PORTVERSION}<0.18:devel/rubygem-flipper017 \
- rubygem-rack>=1.4,3<3,3:www/rubygem-rack \
- rubygem-rack-protection>=1.5.3<2.2.0:www/rubygem-rack-protection
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^0\.17\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-flipper-ui017/distinfo b/devel/rubygem-flipper-ui017/distinfo
deleted file mode 100644
index 30ab870a2795..000000000000
--- a/devel/rubygem-flipper-ui017/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1578197799
-SHA256 (rubygem/flipper-ui-0.17.2.gem) = 07e6978f8e05cb006d7c9f6b1e4d71f21b94a8cb85c519e3dbacc88a9b27889b
-SIZE (rubygem/flipper-ui-0.17.2.gem) = 2235904
diff --git a/devel/rubygem-flipper-ui017/files/patch-gemspec b/devel/rubygem-flipper-ui017/files/patch-gemspec
deleted file mode 100644
index 3eb7a5af05d2..000000000000
--- a/devel/rubygem-flipper-ui017/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- flipper-ui.gemspec.orig 2020-09-06 11:54:44 UTC
-+++ flipper-ui.gemspec
-@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
-
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<rack>.freeze, [">= 1.4", "< 3"])
-- s.add_runtime_dependency(%q<rack-protection>.freeze, [">= 1.5.3", "< 2.1.0"])
-+ s.add_runtime_dependency(%q<rack-protection>.freeze, [">= 1.5.3", "< 2.2.0"])
- s.add_runtime_dependency(%q<flipper>.freeze, ["~> 0.17.2"])
- s.add_runtime_dependency(%q<erubi>.freeze, [">= 1.0.0", "< 2.0.0"])
- else
diff --git a/devel/rubygem-flipper-ui017/pkg-descr b/devel/rubygem-flipper-ui017/pkg-descr
deleted file mode 100644
index fcf6a19360d5..000000000000
--- a/devel/rubygem-flipper-ui017/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Rack middleware that provides a fully featured web interface for the flipper
-gem.
-
-WWW: https://github.com/jnunemaker/flipper