git: 8d9055673888 - main - devel/rubygem-makara61: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Apr 2025 19:19:16 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d90556738883642b724e0a1872f5e90a01dac17 commit 8d90556738883642b724e0a1872f5e90a01dac17 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-04-04 19:19:10 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-04-04 19:19:10 +0000 devel/rubygem-makara61: Remove expired port 2025-04-03 devel/rubygem-makara61: Uses EOL version 6.1.X of Rails --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-makara61/Makefile | 22 ---------------------- devel/rubygem-makara61/distinfo | 3 --- devel/rubygem-makara61/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 29 deletions(-) diff --git a/MOVED b/MOVED index 6f0223405464..200171fad28a 100644 --- a/MOVED +++ b/MOVED @@ -4300,3 +4300,4 @@ devel/appstream-qt@qt5||2025-04-03|Unflavorize; only Qt6 support is needed devel/appstream-qt@qt6|devel/appstream-qt|2025-04-03|Unflavorize; only Qt6 support is needed ports-mgmt/packagekit-qt@qt5||2025-04-03|Unflavorize; only Qt6 support is needed ports-mgmt/packagekit-qt@qt6|ports-mgmt/packagekit-qt|2025-04-03|Unflavorize; only Qt6 support is needed +devel/rubygem-makara61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails diff --git a/devel/Makefile b/devel/Makefile index 1fb1d154b74d..0fb6e178a1a4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7504,7 +7504,6 @@ SUBDIR += rubygem-lru_redux SUBDIR += rubygem-lumberjack SUBDIR += rubygem-main - SUBDIR += rubygem-makara61 SUBDIR += rubygem-manpages SUBDIR += rubygem-map SUBDIR += rubygem-marcel diff --git a/devel/rubygem-makara61/Makefile b/devel/rubygem-makara61/Makefile deleted file mode 100644 index fd6fe4caf5ef..000000000000 --- a/devel/rubygem-makara61/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= makara -PORTVERSION= 0.5.1 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 61 - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Read-write split DB - RAILS61 -WWW= https://github.com/instacart/makara - -LICENSE= MIT - -DEPRECATED= Uses EOL version 6.1.X of Rails -EXPIRATION_DATE=2025-04-03 - -RUN_DEPENDS= rubygem-activerecord61>0:databases/rubygem-activerecord61 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/rubygem-makara61/distinfo b/devel/rubygem-makara61/distinfo deleted file mode 100644 index 65dbf27acbd2..000000000000 --- a/devel/rubygem-makara61/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1668821161 -SHA256 (rubygem/makara-0.5.1.gem) = 87864cbe150a98ef41d86a6408a95f687db04d3bc65c0e7ed00411190337dd28 -SIZE (rubygem/makara-0.5.1.gem) = 47104 diff --git a/devel/rubygem-makara61/pkg-descr b/devel/rubygem-makara61/pkg-descr deleted file mode 100644 index 74e971e1914a..000000000000 --- a/devel/rubygem-makara61/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Makara is generic primary/replica proxy. It handles the heavy lifting of -managing, choosing, blacklisting, and cycling through connections. It comes with -an ActiveRecord database adapter implementation.