git: 3be6e0b82c31 - main - devel/rubygem-nsa-rails61: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Oct 2024 20:35:04 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=3be6e0b82c315b57c68320bdeb5ef73ec9d2bd05 commit 3be6e0b82c315b57c68320bdeb5ef73ec9d2bd05 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-10-24 20:34:58 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-10-24 20:34:58 +0000 devel/rubygem-nsa-rails61: Remove expired port 2024-10-24 devel/rubygem-nsa-rails61: Ruby on Rails 6.1.x reaches EOL on 2024-10-01 --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-nsa-rails61/Makefile | 27 --------------------------- devel/rubygem-nsa-rails61/distinfo | 3 --- devel/rubygem-nsa-rails61/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 33 deletions(-) diff --git a/MOVED b/MOVED index aae5c1916dba..91ce76f1361b 100644 --- a/MOVED +++ b/MOVED @@ -3546,3 +3546,4 @@ finance/frontaccounting24|finance/frontaccounting|2024-10-22|Move finance/fronta www/rubygem-rails-settings-cached-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01 databases/rubygem-pghero-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01 devel/rubygem-kt-paperclip-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01 +devel/rubygem-nsa-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01 diff --git a/devel/Makefile b/devel/Makefile index 6b3ddbed4abf..7c1673e321bb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7502,7 +7502,6 @@ SUBDIR += rubygem-notify SUBDIR += rubygem-nprogress-rails SUBDIR += rubygem-nsa-rails5 - SUBDIR += rubygem-nsa-rails61 SUBDIR += rubygem-numerizer SUBDIR += rubygem-observer SUBDIR += rubygem-oci diff --git a/devel/rubygem-nsa-rails61/Makefile b/devel/rubygem-nsa-rails61/Makefile deleted file mode 100644 index d9d70b550274..000000000000 --- a/devel/rubygem-nsa-rails61/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= nsa -PORTVERSION= 0.3.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= -rails61 - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Deliver Rails ActiveSupport::Notifications to a Statsd backend -WWW= https://github.com/localshred/nsa - -LICENSE= MIT - -DEPRECATED= Ruby on Rails 6.1.x reaches EOL on 2024-10-01 -EXPIRATION_DATE= 2024-10-24 - -RUN_DEPENDS= rubygem-activesupport61>=4.2<7:devel/rubygem-activesupport61 \ - rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ - rubygem-sidekiq>=3.5:devel/rubygem-sidekiq \ - rubygem-statsd-ruby>=1.4.0<2:devel/rubygem-statsd-ruby - -USES= gem shebangfix - -NO_ARCH= yes - -SHEBANG_FILES= bin/setup - -.include <bsd.port.mk> diff --git a/devel/rubygem-nsa-rails61/distinfo b/devel/rubygem-nsa-rails61/distinfo deleted file mode 100644 index ac31d0beea58..000000000000 --- a/devel/rubygem-nsa-rails61/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1707085922 -SHA256 (rubygem/nsa-0.3.0.gem) = 645a98527d42f1dc8d2ef34f46591bd5d6a45cf3174ab1187a373120178059d9 -SIZE (rubygem/nsa-0.3.0.gem) = 10752 diff --git a/devel/rubygem-nsa-rails61/pkg-descr b/devel/rubygem-nsa-rails61/pkg-descr deleted file mode 100644 index fbb91ec65d2f..000000000000 --- a/devel/rubygem-nsa-rails61/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Listen to Rails ActiveSupport::Notifications and deliver to a Statsd backend. -This gem also supports writing your own custom collectors.