git: 76c07de074b2 - main - devel/rubygem-webpacker-rails61-node16: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 21:30:07 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=76c07de074b2af439af7b7ba129a2e8de0028eb1 commit 76c07de074b2af439af7b7ba129a2e8de0028eb1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-13 21:24:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-13 21:24:17 +0000 devel/rubygem-webpacker-rails61-node16: Remove obsoleted port Use devel/rubygem-webpacker-rails61 instead. --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-webpacker-rails61-node16/Makefile | 25 ------------------------ devel/rubygem-webpacker-rails61-node16/distinfo | 3 --- devel/rubygem-webpacker-rails61-node16/pkg-descr | 9 --------- 5 files changed, 1 insertion(+), 38 deletions(-) diff --git a/MOVED b/MOVED index 695e7641de1a..9b4313037b8e 100644 --- a/MOVED +++ b/MOVED @@ -17501,3 +17501,4 @@ devel/ChipmunkPhysics|science/ChipmunkPhysics|2022-07-13|Move to a more appropri textproc/rubygem-escape_utils12|textproc/rubygem-escape_utils|2022-07-13|Remove obsoleted port. Use textproc/rubygem-escape_utils instead net/rubygem-omniauth-oauth2-v1|net/rubygem-omniauth-oauth2|2022-07-13|Remove obsoleted port. Use net/rubygem-omniauth-oauth2 instead devel/rubygem-execjs-node16|devel/rubygem-execjs|2022-07-13|Remove obsoleted port. Use devel/rubygem-execjs instead +devel/rubygem-webpacker-rails61-node16|devel/rubygem-webpacker-rails61|2022-07-13|Remove obsoleted port. Use devel/rubygem-webpacker-rails61 instead diff --git a/devel/Makefile b/devel/Makefile index b759abfa027b..7e628046652c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7019,7 +7019,6 @@ SUBDIR += rubygem-webfinger SUBDIR += rubygem-webpacker-rails60 SUBDIR += rubygem-webpacker-rails61 - SUBDIR += rubygem-webpacker-rails61-node16 SUBDIR += rubygem-webpacker4-rails60 SUBDIR += rubygem-will_paginate SUBDIR += rubygem-windows_error diff --git a/devel/rubygem-webpacker-rails61-node16/Makefile b/devel/rubygem-webpacker-rails61-node16/Makefile deleted file mode 100644 index 0e5972e27697..000000000000 --- a/devel/rubygem-webpacker-rails61-node16/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= webpacker -PORTVERSION= 5.4.3 -PORTREVISION= 2 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= -rails61-node16 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Use Webpack to manage app-like JavaScript modules in Rails - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/MIT-LICENSE - -RUN_DEPENDS= rubygem-activesupport61>=5.2:devel/rubygem-activesupport61 \ - rubygem-rack-proxy>=0.6.1:www/rubygem-rack-proxy \ - rubygem-railties61>=5.2:www/rubygem-railties61 \ - rubygem-semantic_range>=2.3.0:devel/rubygem-semantic_range \ - yarn:www/yarn-node16 - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-webpacker-rails61-node16/distinfo b/devel/rubygem-webpacker-rails61-node16/distinfo deleted file mode 100644 index 94536d3f6e0d..000000000000 --- a/devel/rubygem-webpacker-rails61-node16/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1632037930 -SHA256 (rubygem/webpacker-5.4.3.gem) = 639711e2c26eeb40d1748c67ca35275862a29978ab3a39e189758dca71a906b3 -SIZE (rubygem/webpacker-5.4.3.gem) = 234496 diff --git a/devel/rubygem-webpacker-rails61-node16/pkg-descr b/devel/rubygem-webpacker-rails61-node16/pkg-descr deleted file mode 100644 index 0910de7ca8db..000000000000 --- a/devel/rubygem-webpacker-rails61-node16/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Webpacker makes it easy to use the JavaScript preprocessor and bundler Webpack -to manage application-like JavaScript in Rails. It coexists with the asset -pipeline, as the primary purpose for Webpack is app-like JavaScript, not images, -css, or even JavaScript Sprinkles (that all continues to live in app/assets). It -is, however, possible to use Webpacker for CSS and images assets as well, in -which case you may not even need the asset pipeline. This is mostly relevant -when exclusively using component-based JavaScript frameworks. - -WWW: https://github.com/rails/webpacker