From 5c920dac747d0b538126bbaa01cf2a5121387c25 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 29 Jan 2021 19:42:11 +0100 Subject: [PATCH] perl-Authen-SASL: fix build and deps. --- srcpkgs/perl-Authen-SASL/patches/inc.patch | 10 ++++++++++ srcpkgs/perl-Authen-SASL/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/perl-Authen-SASL/patches/inc.patch diff --git a/srcpkgs/perl-Authen-SASL/patches/inc.patch b/srcpkgs/perl-Authen-SASL/patches/inc.patch new file mode 100644 index 00000000000..8ba0ca2d3ac --- /dev/null +++ b/srcpkgs/perl-Authen-SASL/patches/inc.patch @@ -0,0 +1,10 @@ +--- Makefile.PL.orig ++++ Makefile.PL +@@ -3,6 +3,7 @@ + use strict; + use warnings; + use 5.005; ++use lib "."; + use inc::Module::Install; + + name 'Authen-SASL'; diff --git a/srcpkgs/perl-Authen-SASL/template b/srcpkgs/perl-Authen-SASL/template index 8f6fba0b542..c9aea8eb958 100644 --- a/srcpkgs/perl-Authen-SASL/template +++ b/srcpkgs/perl-Authen-SASL/template @@ -1,11 +1,11 @@ # Template file for 'perl-Authen-SASL' pkgname=perl-Authen-SASL version=2.16 -revision=4 +revision=5 wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl" -makedepends="$hostmakedepends" +makedepends="$hostmakedepends perl-Digest-HMAC" depends="$makedepends" short_desc="Authen::SASL -- SASL authentication framework" maintainer="Orphaned "