git: 08c969b1cfde - main - security/p5-Protocol-ACME: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 30 Jun 2024 13:12:33 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08c969b1cfde89dec70ca57b377044c989875614

commit 08c969b1cfde89dec70ca57b377044c989875614
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-30 13:12:15 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-30 13:12:25 +0000

    security/p5-Protocol-ACME: Remove expired port
    
    2024-06-30 security/p5-Protocol-ACME: upstream maintainer indicated that it is no longer suitable for use
---
 MOVED                               |  1 +
 security/Makefile                   |  1 -
 security/p5-Protocol-ACME/Makefile  | 31 -------------------------------
 security/p5-Protocol-ACME/distinfo  |  3 ---
 security/p5-Protocol-ACME/pkg-descr |  1 -
 security/p5-Protocol-ACME/pkg-plist | 15 ---------------
 6 files changed, 1 insertion(+), 51 deletions(-)

diff --git a/MOVED b/MOVED
index 2daba085f326..d4e4d3a6a33e 100644
--- a/MOVED
+++ b/MOVED
@@ -3369,3 +3369,4 @@ www/py-django-bootstrap-pagination||2024-06-30|Has expired: not compatible with
 www/py-django32||2024-06-30|Has expired: Django 3.2 is now in Extended Support, receives security fixes only and will reach End-Of-Life in April 2024. Upgrade to a later Django version. See https://www.djangoproject.com/download/
 net/haproxy20||2024-06-30|Has expired: Upstream EOL reaches on 2024-06-30
 lang/gcc9||2024-06-30|Has expired: Unsupported by upstream. Use GCC 10 or newer instead
+security/p5-Protocol-ACME||2024-06-30|Has expired: upstream maintainer indicated that it is no longer suitable for use
diff --git a/security/Makefile b/security/Makefile
index 01fa5452ece0..c42f4acef1d4 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -723,7 +723,6 @@
     SUBDIR += p5-POE-Filter-SSL
     SUBDIR += p5-Parse-Snort
     SUBDIR += p5-PerlCryptLib
-    SUBDIR += p5-Protocol-ACME
     SUBDIR += p5-SAVI-Perl
     SUBDIR += p5-SHA
     SUBDIR += p5-Safe-Hole
diff --git a/security/p5-Protocol-ACME/Makefile b/security/p5-Protocol-ACME/Makefile
deleted file mode 100644
index d51b448b9fb5..000000000000
--- a/security/p5-Protocol-ACME/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	Protocol-ACME
-PORTVERSION=	1.02
-CATEGORIES=	security perl5
-MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:SLUDIN
-PKGNAMEPREFIX=	p5-
-
-MAINTAINER=	pi@FreeBSD.org
-COMMENT=	Interface to the Let's Encrypt ACME API
-WWW=		https://metacpan.org/release/Protocol-ACME
-
-LICENSE=	ART20
-
-DEPRECATED=	upstream maintainer indicated that it is no longer suitable for use
-EXPIRATION_DATE=2024-06-30
-
-RUN_DEPENDS=	p5-Crypt-Format>=0.06:security/p5-Crypt-Format \
-		p5-Crypt-OpenSSL-Bignum>=0.06:security/p5-Crypt-OpenSSL-Bignum \
-		p5-Crypt-OpenSSL-RSA>=0.28:security/p5-Crypt-OpenSSL-RSA \
-		p5-Crypt-RSA-Parse>=0.041:security/p5-Crypt-RSA-Parse \
-		p5-HTTP-Tiny>=0.050:www/p5-HTTP-Tiny \
-		p5-Log-Any>=1.032:devel/p5-Log-Any \
-		p5-JSON>=2.90:converters/p5-JSON \
-		p5-libwww>=6.13:www/p5-libwww \
-		p5-Net-SSLeay>=1.49:security/p5-Net-SSLeay
-
-NO_ARCH=	yes
-USES=		perl5
-USE_PERL5=	configure
-
-.include <bsd.port.mk>
diff --git a/security/p5-Protocol-ACME/distinfo b/security/p5-Protocol-ACME/distinfo
deleted file mode 100644
index 590dd2462ddd..000000000000
--- a/security/p5-Protocol-ACME/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1710683858
-SHA256 (Protocol-ACME-1.02.tar.gz) = 97f0c18281dab2ce6ecf26197f38c34d162a2edb899d0828def694a65064db9a
-SIZE (Protocol-ACME-1.02.tar.gz) = 29739
diff --git a/security/p5-Protocol-ACME/pkg-descr b/security/p5-Protocol-ACME/pkg-descr
deleted file mode 100644
index 3285796c5e0a..000000000000
--- a/security/p5-Protocol-ACME/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Interface to the Let's Encrypt ACME API
diff --git a/security/p5-Protocol-ACME/pkg-plist b/security/p5-Protocol-ACME/pkg-plist
deleted file mode 100644
index 447bcd5a32a9..000000000000
--- a/security/p5-Protocol-ACME/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-%%SITE_PERL%%/Protocol/ACME.pm
-%%SITE_PERL%%/Protocol/ACME/Challenge.pm
-%%SITE_PERL%%/Protocol/ACME/Challenge/LocalFile.pm
-%%SITE_PERL%%/Protocol/ACME/Challenge/Manual.pm
-%%SITE_PERL%%/Protocol/ACME/Challenge/SimpleSSH.pm
-%%SITE_PERL%%/Protocol/ACME/Exception.pm
-%%SITE_PERL%%/Protocol/ACME/Key.pm
-%%SITE_PERL%%/Protocol/ACME/Logger.pm
-%%SITE_PERL%%/Protocol/ACME/OpenSSL.pm
-%%SITE_PERL%%/Protocol/ACME/Utils.pm
-%%PERL5_MAN3%%/Protocol::ACME.3.gz
-%%PERL5_MAN3%%/Protocol::ACME::Challenge.3.gz
-%%PERL5_MAN3%%/Protocol::ACME::Challenge::LocalFile.3.gz
-%%PERL5_MAN3%%/Protocol::ACME::Challenge::Manual.3.gz
-%%PERL5_MAN3%%/Protocol::ACME::Challenge::SimpleSSH.3.gz