aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtanu Biswas <atanubiswas484@gmail.com>2025-07-31 01:44:34 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2025-07-31 01:47:46 +0000
commitfca42f85009e563d3e717146c5aa5431c6197a72 (patch)
treee53f3e001aae7ac241ed027f669edd7d4a17d559
parentaaea92c3a4147d7a0254bbc0939ac928e152f984 (diff)
security/py-acme-tiny: update to 5.0.2 and take maintainership
While here, removed the USE=ssl. Because the script does not use the Python ssl module or link against any OpenSSL libraries. It only calls the external openssl command via subprocess (_cmd(["openssl"). Changelog: https://github.com/diafygi/acme-tiny/releases/tag/5.0.2 PR: 288560 Reported by: Atanu Biswas <atanubiswas484@gmail.com> (new maintainer)
-rw-r--r--security/py-acme-tiny/Makefile6
-rw-r--r--security/py-acme-tiny/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-acme-tiny/Makefile b/security/py-acme-tiny/Makefile
index d8b342023a0d..ee2c1d188ce8 100644
--- a/security/py-acme-tiny/Makefile
+++ b/security/py-acme-tiny/Makefile
@@ -1,15 +1,15 @@
PORTNAME= acme-tiny
-DISTVERSION= 4.1.0
+DISTVERSION= 5.0.2
CATEGORIES= security python
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= atanubiswas484@gmail.com
COMMENT= Tiny script to issue and renew TLS certs from Let's Encrypt
WWW= https://github.com/diafygi/acme-tiny
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python shebangfix ssl
+USES= python shebangfix
USE_GITHUB= yes
GH_ACCOUNT= diafygi
diff --git a/security/py-acme-tiny/distinfo b/security/py-acme-tiny/distinfo
index 5a70cbb6b4f3..f5bb52fbe06d 100644
--- a/security/py-acme-tiny/distinfo
+++ b/security/py-acme-tiny/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562594141
-SHA256 (diafygi-acme-tiny-4.1.0_GH0.tar.gz) = 135e2f64083063f9ec9eaf5884e12f77f753489b9ae7d1189c24228cbf3a337b
-SIZE (diafygi-acme-tiny-4.1.0_GH0.tar.gz) = 12776
+TIMESTAMP = 1753919695
+SHA256 (diafygi-acme-tiny-5.0.2_GH0.tar.gz) = f0436c37a2cc33b8a228a7be356b38cf7fa992aca1a52af9bb164e180bdef649
+SIZE (diafygi-acme-tiny-5.0.2_GH0.tar.gz) = 21301