git: 4007710281cd - main - www/rubygem-gon-rails60: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Nov 2025 04:32:53 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4007710281cd233c2644749664ad551449b8126a
commit 4007710281cd233c2644749664ad551449b8126a
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-11-15 04:32:21 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-11-15 04:32:21 +0000
www/rubygem-gon-rails60: Remove expired port
www/rubygem-gon-rails60
---
MOVED | 2 +-
www/Makefile | 1 -
www/rubygem-gon-rails60/Makefile | 24 ------------------------
www/rubygem-gon-rails60/distinfo | 3 ---
www/rubygem-gon-rails60/pkg-descr | 2 --
5 files changed, 1 insertion(+), 31 deletions(-)
diff --git a/MOVED b/MOVED
index 6f1c89d1d55c..67b7d45b0b8d 100644
--- a/MOVED
+++ b/MOVED
@@ -4862,4 +4862,4 @@ net/glusterfs||2025-11-06|Remove broken port
games/pokerth||2025-11-06|Remove broken port
security/py-openssl|security/py-pyopenssl|2025-11-11|Move security/py-openssl to security/py-pyopenssl
graphics/converseen@qt6|graphics/converseen|2025-11-14|Unflavorize port, as it is now qt6 only
-
+www/rubygem-gon-rails60|www/rubygem-gon-rails-gitlab|2025-11-15|Obsolete, use www/rubygem-gon-rails-gitlab instead
diff --git a/www/Makefile b/www/Makefile
index 9dcc4c4fb989..6b325efaf92d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2208,7 +2208,6 @@
SUBDIR += rubygem-gon-rails-gitlab
SUBDIR += rubygem-gon-rails5
SUBDIR += rubygem-gon-rails50
- SUBDIR += rubygem-gon-rails60
SUBDIR += rubygem-gon-rails61
SUBDIR += rubygem-gon-rails70
SUBDIR += rubygem-hackpad-cli
diff --git a/www/rubygem-gon-rails60/Makefile b/www/rubygem-gon-rails60/Makefile
deleted file mode 100644
index b59f6a2fe046..000000000000
--- a/www/rubygem-gon-rails60/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= gon
-PORTVERSION= 6.4.0
-CATEGORIES= www rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= -rails60
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= Framework to pass data to JS easily
-WWW= https://github.com/gazay/gon
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-actionpack60>=3.0.20:www/rubygem-actionpack60 \
- rubygem-i18n>=0.7:devel/rubygem-i18n \
- rubygem-multi_json>=0:devel/rubygem-multi_json \
- rubygem-request_store>=1.0:devel/rubygem-request_store
-
-USES= cpe gem
-CPE_VENDOR= ${PORTNAME}_project
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/rubygem-gon-rails60/distinfo b/www/rubygem-gon-rails60/distinfo
deleted file mode 100644
index 70a568978163..000000000000
--- a/www/rubygem-gon-rails60/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1619177531
-SHA256 (rubygem/gon-6.4.0.gem) = e3a618d659392890f1aa7db420f17c75fd7d35aeb5f8fe003697d02c4b88d2f0
-SIZE (rubygem/gon-6.4.0.gem) = 158720
diff --git a/www/rubygem-gon-rails60/pkg-descr b/www/rubygem-gon-rails60/pkg-descr
deleted file mode 100644
index f3dfc03b45c8..000000000000
--- a/www/rubygem-gon-rails60/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-If you need to send some data to your js files and you don't want to do this
-with long way trough views and parsing - use this force!