aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-04-02 10:49:42 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2024-04-02 10:49:42 +0000
commit9a3188c3ed7069cd1f7a7125dbd98d7f17ba81f4 (patch)
tree01955cc5954c86a5bce368dfe2bb8a994d40c435
parent42ca354608d521d0581b4289c56021341a488ab6 (diff)
downloadports-9a3188c3ed7069cd1f7a7125dbd98d7f17ba81f4.tar.gz
ports-9a3188c3ed7069cd1f7a7125dbd98d7f17ba81f4.zip
www/rubygem-cssbundling-rails13-rails70: Remove expired port
www/rubygem-cssbundling-rails13-rails70
-rw-r--r--MOVED3
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-cssbundling-rails13-rails70/Makefile22
-rw-r--r--www/rubygem-cssbundling-rails13-rails70/distinfo3
-rw-r--r--www/rubygem-cssbundling-rails13-rails70/pkg-descr12
5 files changed, 2 insertions, 39 deletions
diff --git a/MOVED b/MOVED
index c39b8b9eb9ab..8c4298d3ffa2 100644
--- a/MOVED
+++ b/MOVED
@@ -3135,4 +3135,5 @@ security/akmos||2024-04-01|Has expired: Last release in 2018, no active developm
sysutils/uefi-edk2-bhyve-csm||2024-04-01|Has expired: Requires old edk2 version and gcc 4.8
net/samba413||2024-04-01|Has expired: Reached its EoL on March 21, 2022
science/py-asdf-unit-schemas|science/py-asdf-standard|2024-04-01|Has expired: This package is decommissioned and no longer provides any ASDF schemas. The schemas provided by the package were duplicates of the schemas provided by asdf-standard. Use science/py-asdf-standard instead
-textproc/rubygem-autoprefixer-rails1025|textproc/rubygem-autoprefixer-rails|2024-04-02|Obselete, please use textproc/rubygem-autoprefixer-rails instead
+textproc/rubygem-autoprefixer-rails1025|textproc/rubygem-autoprefixer-rails|2024-04-02|Obsolete, please use textproc/rubygem-autoprefixer-rails instead
+www/rubygem-cssbundling-rails13-rails70|www/rubygem-cssbundling-rails-rails70|2024-04-02|Obsolete, please use www/rubygem-cssbundling-rails-rails70 instead
diff --git a/www/Makefile b/www/Makefile
index 2c2a68ed4643..80e8a240b304 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1977,7 +1977,6 @@
SUBDIR += rubygem-crass
SUBDIR += rubygem-cssbundling-rails
SUBDIR += rubygem-cssbundling-rails-rails70
- SUBDIR += rubygem-cssbundling-rails13-rails70
SUBDIR += rubygem-cuba
SUBDIR += rubygem-d3_rails
SUBDIR += rubygem-davclient
diff --git a/www/rubygem-cssbundling-rails13-rails70/Makefile b/www/rubygem-cssbundling-rails13-rails70/Makefile
deleted file mode 100644
index 685c195bd763..000000000000
--- a/www/rubygem-cssbundling-rails13-rails70/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= cssbundling-rails
-PORTVERSION= 1.3.3
-CATEGORIES= www rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 13-rails70
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js
-WWW= https://github.com/rails/cssbundling-rails
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-
-RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^1\.3\.
-
-.include <bsd.port.mk>
diff --git a/www/rubygem-cssbundling-rails13-rails70/distinfo b/www/rubygem-cssbundling-rails13-rails70/distinfo
deleted file mode 100644
index 34df7d30aeb8..000000000000
--- a/www/rubygem-cssbundling-rails13-rails70/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1708666194
-SHA256 (rubygem/cssbundling-rails-1.3.3.gem) = 4aa13311e52a40bc0eb32ca651f44db8df03df273553cf9aeb022570607e1855
-SIZE (rubygem/cssbundling-rails-1.3.3.gem) = 11264
diff --git a/www/rubygem-cssbundling-rails13-rails70/pkg-descr b/www/rubygem-cssbundling-rails13-rails70/pkg-descr
deleted file mode 100644
index 3bf0ef49a085..000000000000
--- a/www/rubygem-cssbundling-rails13-rails70/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Use Tailwind CSS, Bootstrap, Bulma, PostCSS, or Dart Sass to bundle and process
-your CSS, then deliver it via the asset pipeline in Rails. This gem provides
-installers to get you going with the bundler of your choice in a new Rails
-application, and a convention to use app/assets/builds to hold your bundled
-output as artifacts that are not checked into source control (the installer adds
-this directory to .gitignore by default).
-
-You develop using this approach by running the bundler in watch mode in a
-terminal with yarn build:css --watch (and your Rails server in another, if
-you're not using something like puma-dev). You can also use ./bin/dev, which
-will start both the Rails server and the CSS build watcher (along with a JS
-build watcher, if you're also using jsbundling-rails).