Commit e2010590 authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent 600da3d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −23
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1722075579
SHA256 (rubygem/strong_migrations-2.0.0.gem) = 88750f294403e18ec674eda6901f2fc195f553ed6a7928c52e8a3f5b57ff501d
SIZE (rubygem/strong_migrations-2.0.0.gem) = 28672
+0 −8
Original line number Diff line number Diff line
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)