git: e2010590b4e4 - main - devel/rubygem-strong_migrations61: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Jan 2025 20:29:07 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e2010590b4e4edaa7920b63f833448572ac27c31
commit e2010590b4e4edaa7920b63f833448572ac27c31
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-23 20:28:54 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-23 20:28:54 +0000
devel/rubygem-strong_migrations61: Remove expired port
2025-01-23 devel/rubygem-strong_migrations61: Ruby on Rails 6.1.x reached EOL on 2024-10-01
---
MOVED | 1 +
devel/Makefile | 1 -
devel/rubygem-strong_migrations61/Makefile | 23 -----------------------
devel/rubygem-strong_migrations61/distinfo | 3 ---
devel/rubygem-strong_migrations61/pkg-descr | 8 --------
5 files changed, 1 insertion(+), 35 deletions(-)
diff --git a/MOVED b/MOVED
index e2c04d22c4e6..b39d1e52a135 100644
--- a/MOVED
+++ b/MOVED
@@ -4043,3 +4043,4 @@ www/mediawiki141||2025-01-22|Has expired: EOL upstream
audio/plasma5-oxygen-sounds|audio/plasma6-oxygen-sounds|2025-01-23|Superseded by its Plasma 6 counterpart
devel/kf5-extra-cmake-modules|devel/kf6-extra-cmake-modules|2025-01-23|Superseded by its KF6 counterpart
devel/kf5-kapidox|devel/kf6-kapidox|2025-01-23|Superseded by its KF6 counterpart
+devel/rubygem-strong_migrations61|devel/rubygem-strong_migrations|2025-01-23|Has expired: Ruby on Rails 6.1.x reached EOL on 2024-10-01
diff --git a/devel/Makefile b/devel/Makefile
index bbcd363b24a4..a7861af58af6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7894,7 +7894,6 @@
SUBDIR += rubygem-strings
SUBDIR += rubygem-strings-ansi
SUBDIR += rubygem-strong_migrations
- SUBDIR += rubygem-strong_migrations61
SUBDIR += rubygem-strptime
SUBDIR += rubygem-strscan
SUBDIR += rubygem-structured_warnings
diff --git a/devel/rubygem-strong_migrations61/Makefile b/devel/rubygem-strong_migrations61/Makefile
deleted file mode 100644
index 4dbc65f17360..000000000000
--- a/devel/rubygem-strong_migrations61/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= strong_migrations
-DISTVERSION= 2.0.0
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 61
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Catch unsafe migrations at dev time
-WWW= https://github.com/ankane/strong_migrations
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-DEPRECATED= Ruby on Rails 6.1.x reached EOL on 2024-10-01
-EXPIRATION_DATE=2025-01-23
-
-RUN_DEPENDS= rubygem-activerecord61>=5.2:databases/rubygem-activerecord61
-
-USES= gem
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-strong_migrations61/distinfo b/devel/rubygem-strong_migrations61/distinfo
deleted file mode 100644
index c2b7b2762666..000000000000
--- a/devel/rubygem-strong_migrations61/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1722075579
-SHA256 (rubygem/strong_migrations-2.0.0.gem) = 88750f294403e18ec674eda6901f2fc195f553ed6a7928c52e8a3f5b57ff501d
-SIZE (rubygem/strong_migrations-2.0.0.gem) = 28672
diff --git a/devel/rubygem-strong_migrations61/pkg-descr b/devel/rubygem-strong_migrations61/pkg-descr
deleted file mode 100644
index 06ca90582107..000000000000
--- a/devel/rubygem-strong_migrations61/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This gem catches the following unsafe migrations:
-- adding a column with a non-null default value to an existing table
-- changing the type of a column
-- renaming a table
-- renaming a column
-- removing a column
-- adding an index non-concurrently (Postgres only)
-- adding a json column to an existing table (Postgres only)