X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-bw0-f45.google.com (mail-bw0-f45.google.com [209.85.214.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1E4BDBC3FDE for ; Sat, 21 May 2011 10:03:47 +0000 (UTC) Received: by bwz16 with SMTP id 16so4021735bwz.4 for ; Sat, 21 May 2011 09:47:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=aW/dtakd62nK7ZD0LvRDQLL68efKfQ0p+kMxJdbEgk0=; b=gE4qdSB3AgwAZd3C+tWpno1HBalK3GqfD4WcEtsqC2iiOulVFzNQttMQCo6jWQkBBb UKHk7Rh7uKH6kNCTqGGvjaRq6+aup8n9Jpzarl3mV9tQMv1tB0Uni1sactILVNJa+KeT ZO2cxbpWvlkxz2qS5CwOyjhpfdpLIFSN2/r24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=KuTRmL1QfGlEpt2Xhl/Bye/4Mh0ttIz3bsarAVL+ho9eNdY7R4AvpzVkfrRg5ZWr8f +dx6O4002uoBCCST70N2FDFeeo1ItzHnRekGEkQHWyH5l5uQLMiYaX45b0aJPICiGCwy mPqdE4dVgkh5WRqYy6I9mG1wg/HWSGlAIAnJM= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.204.73.206 with SMTP id r14mr636188bkj.181.1305996417766; Sat, 21 May 2011 09:46:57 -0700 (PDT) Received: by 10.205.83.79 with HTTP; Sat, 21 May 2011 09:46:57 -0700 (PDT) In-Reply-To: <1305982380-1758-1-git-send-email-jbilyk@gmail.com> References: <1305982380-1758-1-git-send-email-jbilyk@gmail.com> Date: Sat, 21 May 2011 12:46:57 -0400 Message-ID: Subject: [alpine-devel] Re: [PATCH] main/perl-mail-clamav: remove perllocal.pod From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 wrote: > fixes #656 > --- > =A0main/perl-mail-clamav/APKBUILD | =A0 =A03 ++- > =A01 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/main/perl-mail-clamav/APKBUILD b/main/perl-mail-clamav/APKBU= ILD > index 6005790..b7c11f3 100644 > --- a/main/perl-mail-clamav/APKBUILD > +++ b/main/perl-mail-clamav/APKBUILD > @@ -3,7 +3,7 @@ > =A0pkgname=3Dperl-mail-clamav > =A0_realname=3DMail-ClamAV > =A0pkgver=3D0.29 > -pkgrel=3D4 > +pkgrel=3D5 > =A0pkgdesc=3D"Perl extension for the clamav virus scanner" > =A0url=3D"http://search.cpan.org/~converter/Mail-ClamAV-0.29/" > =A0arch=3D"all" > @@ -22,6 +22,7 @@ build() { > =A0 =A0 =A0 =A0PERL_MM_USE_DEFAULT=3D1 perl Makefile.PL INSTALLDIRS=3Dven= dor || return 1 > =A0 =A0 =A0 =A0make -j1 || return 1 > =A0 =A0 =A0 =A0make DESTDIR=3D"$pkgdir" install > + =A0 =A0 =A0 find "$pkgdir" -name perllocal.pod -o -name .packlist -dele= te > =A0} > > =A0md5sums=3D"737ea1c041d9312cdcfe5b85eb45428e =A0Mail-ClamAV-0.29.tar.gz= " > -- > 1.7.5.1 > > --=20 Jeff --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---