pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Authen-SASL p5-Authen-SASL: stop using Mod...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f5afd577aee
branches:  trunk
changeset: 385869:8f5afd577aee
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 27 21:04:03 2022 +0000

description:
p5-Authen-SASL: stop using Module::Install::Bundled

Fixes PR 57028 by Nathan Ahlstrom.

Bump PKGREVISION.

Move options handling into options.mk while here.

diffstat:

 security/p5-Authen-SASL/Makefile   |  19 +++++--------------
 security/p5-Authen-SASL/options.mk |  11 +++++++++++
 2 files changed, 16 insertions(+), 14 deletions(-)

diffs (53 lines):

diff -r 02979409afb8 -r 8f5afd577aee security/p5-Authen-SASL/Makefile
--- a/security/p5-Authen-SASL/Makefile  Tue Sep 27 20:58:20 2022 +0000
+++ b/security/p5-Authen-SASL/Makefile  Tue Sep 27 21:04:03 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2022/06/28 11:35:39 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.36 2022/09/27 21:04:03 wiz Exp $
 
 DISTNAME=      Authen-SASL-2.16
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Authen/}
 
@@ -12,19 +11,11 @@
 COMMENT=       Perl module to handle SASL authentication
 LICENSE=       ${PERL5_LICENSE}
 
-PERL5_PACKLIST=                auto/Authen/SASL/.packlist
-PERL5_MODULE_TYPE=     Module::Install::Bundled
-
 DEPENDS+=      p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
-#DEPENDS+=     {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-Authen-SASL
-PKG_SUPPORTED_OPTIONS= gssapi
-PKG_SUGGESTED_OPTIONS= gssapi
-.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mgssapi)
-DEPENDS+=      p5-GSSAPI-[0-9]*:../../security/p5-GSSAPI
-.endif
+PERL5_PACKLIST=                auto/Authen/SASL/.packlist
+
+.include "options.mk"
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 02979409afb8 -r 8f5afd577aee security/p5-Authen-SASL/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Authen-SASL/options.mk        Tue Sep 27 21:04:03 2022 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: options.mk,v 1.1 2022/09/27 21:04:03 wiz Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-Authen-SASL
+PKG_SUPPORTED_OPTIONS= gssapi
+PKG_SUGGESTED_OPTIONS= gssapi
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgssapi)
+DEPENDS+=      p5-GSSAPI-[0-9]*:../../security/p5-GSSAPI
+.endif



Home | Main Index | Thread Index | Old Index