git: 7e9af6c49a30 - main - security/p5-Dancer2-Plugin-Passphrase: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Sep 2025 20:02:12 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7e9af6c49a301a2c3f9755ec4995eeb291de3b00
commit 7e9af6c49a301a2c3f9755ec4995eeb291de3b00
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-09-02 20:02:01 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-09-02 20:02:01 +0000
security/p5-Dancer2-Plugin-Passphrase: Remove expired port
2025-09-01 security/p5-Dancer2-Plugin-Passphrase: Depends on expired security/p5-Data-Entropy
---
MOVED | 1 +
security/Makefile | 1 -
security/p5-Dancer2-Plugin-Passphrase/Makefile | 28 -------------------------
security/p5-Dancer2-Plugin-Passphrase/distinfo | 3 ---
security/p5-Dancer2-Plugin-Passphrase/pkg-descr | 4 ----
security/p5-Dancer2-Plugin-Passphrase/pkg-plist | 6 ------
6 files changed, 1 insertion(+), 42 deletions(-)
diff --git a/MOVED b/MOVED
index cb4c554b1cc5..2099bc7e9ecd 100644
--- a/MOVED
+++ b/MOVED
@@ -4760,3 +4760,4 @@ net-mgmt/netdisco||2025-09-02|Has expired: Depends on expired security/p5-Data-E
www/p5-Dancer2-Plugin-Interchange6||2025-09-02|Has expired: Depends on expired security/p5-Data-Entropy via databases/p5-Interchange6-Schema
www/p5-Interchange6||2025-09-02|Has expired: Depends on expired security/p5-Data-Entropy via databases/p5-Interchange6-Schema
security/p5-Dancer-Plugin-Passphrase||2025-09-02|Has expired: Depends on expired security/p5-Data-Entropy
+security/p5-Dancer2-Plugin-Passphrase||2025-09-02|Has expired: Depends on expired security/p5-Data-Entropy
diff --git a/security/Makefile b/security/Makefile
index 577883c58c5a..612044f46f17 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -653,7 +653,6 @@
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Database
SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP
- SUBDIR += p5-Dancer2-Plugin-Passphrase
SUBDIR += p5-Data-Entropy
SUBDIR += p5-Data-Password
SUBDIR += p5-Digest
diff --git a/security/p5-Dancer2-Plugin-Passphrase/Makefile b/security/p5-Dancer2-Plugin-Passphrase/Makefile
deleted file mode 100644
index 9ccffa262016..000000000000
--- a/security/p5-Dancer2-Plugin-Passphrase/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= Dancer2-Plugin-Passphrase
-PORTVERSION= 3.4.1
-CATEGORIES= security perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= Passphrases and Passwords as objects for Dancer2
-WWW= https://metacpan.org/release/Dancer2-Plugin-Passphrase
-
-LICENSE= ART10 GPLv1+
-LICENSE_COMB= dual
-
-DEPRECATED= Depends on expired security/p5-Data-Entropy
-EXPIRATION_DATE=2025-09-01
-
-BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-Crypt-Bcrypt>=0.006:security/p5-Crypt-Bcrypt \
- p5-Dancer2>=0.200000:www/p5-Dancer2 \
- p5-Data-Entropy>=0.007:security/p5-Data-Entropy \
- p5-Digest-Bcrypt>=1.212:security/p5-Digest-Bcrypt
-
-USES= perl5
-USE_PERL5= configure
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/security/p5-Dancer2-Plugin-Passphrase/distinfo b/security/p5-Dancer2-Plugin-Passphrase/distinfo
deleted file mode 100644
index 3c4aabeebc7b..000000000000
--- a/security/p5-Dancer2-Plugin-Passphrase/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1654275989
-SHA256 (Dancer2-Plugin-Passphrase-3.4.1.tar.gz) = ea18cae7fc21b0db92b7ca0544ad97947a8442afdf78a39fb4aa2eaf514cf50f
-SIZE (Dancer2-Plugin-Passphrase-3.4.1.tar.gz) = 19675
diff --git a/security/p5-Dancer2-Plugin-Passphrase/pkg-descr b/security/p5-Dancer2-Plugin-Passphrase/pkg-descr
deleted file mode 100644
index 063cdc71f28f..000000000000
--- a/security/p5-Dancer2-Plugin-Passphrase/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Dancer2::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
-allowing developers to follow cryptography best practices without having to
-become a cryptography expert. It uses the bcrypt algorithm as the default,
-while also supporting any hashing function provided by Digest.
diff --git a/security/p5-Dancer2-Plugin-Passphrase/pkg-plist b/security/p5-Dancer2-Plugin-Passphrase/pkg-plist
deleted file mode 100644
index 6b920ec57fdc..000000000000
--- a/security/p5-Dancer2-Plugin-Passphrase/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%SITE_PERL%%/Dancer2/Plugin/Passphrase.pm
-%%SITE_PERL%%/Dancer2/Plugin/Passphrase/Core.pm
-%%SITE_PERL%%/Dancer2/Plugin/Passphrase/Hashed.pm
-%%PERL5_MAN3%%/Dancer2::Plugin::Passphrase.3.gz
-%%PERL5_MAN3%%/Dancer2::Plugin::Passphrase::Core.3.gz
-%%PERL5_MAN3%%/Dancer2::Plugin::Passphrase::Hashed.3.gz