git: e789158bbc6d - main - security/rubygem-pundit61: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Apr 2025 19:19:43 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e789158bbc6d317e27582727cd742b2d42199080 commit e789158bbc6d317e27582727cd742b2d42199080 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-04-04 19:19:38 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-04-04 19:19:38 +0000 security/rubygem-pundit61: Remove expired port 2025-04-03 security/rubygem-pundit61: Uses EOL version 6.1.X of Rails --- MOVED | 1 + security/Makefile | 1 - security/rubygem-pundit61/Makefile | 23 ----------------------- security/rubygem-pundit61/distinfo | 3 --- security/rubygem-pundit61/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 30 deletions(-) diff --git a/MOVED b/MOVED index 200171fad28a..e214d54c8f51 100644 --- a/MOVED +++ b/MOVED @@ -4301,3 +4301,4 @@ devel/appstream-qt@qt6|devel/appstream-qt|2025-04-03|Unflavorize; only Qt6 suppo 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 +security/rubygem-pundit61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails diff --git a/security/Makefile b/security/Makefile index 0dd1a07dc699..5c6e5db6141e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1202,7 +1202,6 @@ SUBDIR += rubygem-origami SUBDIR += rubygem-pbkdf2-ruby SUBDIR += rubygem-pundit - SUBDIR += rubygem-pundit61 SUBDIR += rubygem-pwned SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 diff --git a/security/rubygem-pundit61/Makefile b/security/rubygem-pundit61/Makefile deleted file mode 100644 index 280bca059ae2..000000000000 --- a/security/rubygem-pundit61/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= pundit -DISTVERSION= 2.4.0 -CATEGORIES= security rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 61 - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Object oriented authorization for Rails applications -WWW= https://github.com/varvet/pundit - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Uses EOL version 6.1.X of Rails -EXPIRATION_DATE=2025-04-03 - -RUN_DEPENDS= rubygem-activesupport61>=3.0.0:devel/rubygem-activesupport61 - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/security/rubygem-pundit61/distinfo b/security/rubygem-pundit61/distinfo deleted file mode 100644 index 9ff078709b56..000000000000 --- a/security/rubygem-pundit61/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1724745201 -SHA256 (rubygem/pundit-2.4.0.gem) = 43e6d27a9df082c04f0020999ce4dcf6742ecc5775d102ef2bfe9df041417572 -SIZE (rubygem/pundit-2.4.0.gem) = 32256 diff --git a/security/rubygem-pundit61/pkg-descr b/security/rubygem-pundit61/pkg-descr deleted file mode 100644 index ff29a68eb6a5..000000000000 --- a/security/rubygem-pundit61/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Pundit provides a set of helpers which guide you in leveraging regular Ruby -classes and object oriented design patterns to build a simple, robust and -scaleable authorization system.