~alpine/devel

main/perl-mail-clamav: remove perllocal.pod v1 PROPOSED

Jeff Bilyk: 1
 main/perl-mail-clamav: remove perllocal.pod

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/40/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/perl-mail-clamav: remove perllocal.pod Export this patch

fixes #656
---
 main/perl-mail-clamav/APKBUILD |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/main/perl-mail-clamav/APKBUILD b/main/perl-mail-clamav/APKBUILD
index 6005790..b7c11f3 100644
--- a/main/perl-mail-clamav/APKBUILD
+++ b/main/perl-mail-clamav/APKBUILD
@@ -3,7 +3,7 @@
pkgname=perl-mail-clamav
_realname=Mail-ClamAV
pkgver=0.29
pkgrel=4
pkgrel=5
pkgdesc="Perl extension for the clamav virus scanner"
url="http://search.cpan.org/~converter/Mail-ClamAV-0.29/"
arch="all"
@@ -22,6 +22,7 @@ build() {
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
	make -j1 || return 1
	make DESTDIR="$pkgdir" install
	find "$pkgdir" -name perllocal.pod -o -name .packlist -delete
}

md5sums="737ea1c041d9312cdcfe5b85eb45428e  Mail-ClamAV-0.29.tar.gz"
-- 
1.7.5.1


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Nevermind, a different patch from rnalrd that fixes the issue got
applied just after I sent this...

Jeff

On Sat, May 21, 2011 at 8:53 AM, Jeff Bilyk <jbilyk@gmail.com> wrote: