Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:17:55 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8812d657b0ca - main - security/p5-Authen-SASL: Update to 2.17
Message-ID:  <202308211717.37LHHtXe008530@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8812d657b0ca60d28ccdb1794284f1fa2d3a495a

commit 8812d657b0ca60d28ccdb1794284f1fa2d3a495a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 17:08:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:08:22 +0000

    security/p5-Authen-SASL: Update to 2.17
    
    - Add TEST_DEPENDS
    
    Changes:        https://metacpan.org/dist/Authen-SASL/changes
---
 security/p5-Authen-SASL/Makefile | 22 +++++++++++++---------
 security/p5-Authen-SASL/distinfo |  5 +++--
 2 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index d226f8047615..2e8e03f99388 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Authen-SASL
-PORTVERSION=	2.16
-PORTREVISION=	1
+PORTVERSION=	2.17
+DISTVERSIONSUFFIX=	00
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,17 +13,21 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Digest-HMAC>0:security/p5-Digest-HMAC
+RUN_DEPENDS=	p5-Digest-HMAC>=0:security/p5-Digest-HMAC
+TEST_DEPENDS=	p5-Pod-Coverage-TrustPod>=0:devel/p5-Pod-Coverage-TrustPod \
+		p5-Test-Pod>=0:devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
 
-OPTIONS_DEFINE=	KERBEROS
-OPTIONS_DEFAULT=KERBEROS
-
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
 CONFIGURE_ENV=	AUTOMATED_TESTING=yes
+NO_ARCH=	yes
+
+OPTIONS_DEFINE=	KERBEROS
+OPTIONS_DEFAULT=KERBEROS
 
-KERBEROS_BUILD_DEPENDS=	p5-GSSAPI>0:security/p5-GSSAPI
-KERBEROS_RUN_DEPENDS=	p5-GSSAPI>0:security/p5-GSSAPI
+KERBEROS_BUILD_DEPENDS=	p5-GSSAPI>=0:security/p5-GSSAPI
+KERBEROS_RUN_DEPENDS=	p5-GSSAPI>=0:security/p5-GSSAPI
 
 .include <bsd.port.mk>
diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo
index 20d139b49b88..dae97c717719 100644
--- a/security/p5-Authen-SASL/distinfo
+++ b/security/p5-Authen-SASL/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Authen-SASL-2.16.tar.gz) = 6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09
-SIZE (Authen-SASL-2.16.tar.gz) = 45129
+TIMESTAMP = 1692212105
+SHA256 (Authen-SASL-2.1700.tar.gz) = b86d5a576b8d387aee24f39f47a54afd14bb66b09003db5065001f1de03a8ece
+SIZE (Authen-SASL-2.1700.tar.gz) = 37488



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308211717.37LHHtXe008530>