Date: Mon, 8 Jul 2002 17:10:55 +0200 From: Erwin Lansing <erwin@lansing.dk> To: Erwin Lansing <erwin@lansing.dk> Cc: Anton Berezin <tobez@FreeBSD.org>, freebsd-ports@FreeBSD.org Subject: Re: ports/40329: maintainer-update security/p5-Crypt-SSLeay to 0.41 Message-ID: <20020708171055.A52319@droso.net> In-Reply-To: <20020708164503.I42656@droso.net>; from erwin@lansing.dk on Mon, Jul 08, 2002 at 04:45:03PM %2B0200 References: <200207081416.g68EG0Ne025136@freefall.freebsd.org> <20020708164503.I42656@droso.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jul 08, 2002 at 04:45:03PM +0200, Erwin Lansing wrote: > On Mon, Jul 08, 2002 at 04:16:00PM +0200, Anton Berezin wrote: > > Synopsis: maintainer-update security/p5-Crypt-SSLeay to 0.41 > > > > State-Changed-From-To: open->feedback > > State-Changed-By: tobez > > State-Changed-When: Mon Jul 8 16:15:10 CEST 2002 > > State-Changed-Why: > > The dependency on MIME::Base64 is missing, would you please > > provide corrected patch? > > > Ups. Sorry. > New patch attached. > I'm obviously still suffering from Monday morning syndrome, even though it's evening. Yet another patch attached, which silences some portlint warnings introduced in the previous patch. -- Erwin Lansing -- http://droso.org --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="p5-Crypt-SSLeay.diff" diff -ruN p5-Crypt-SSLeay.orig/Makefile p5-Crypt-SSLeay/Makefile --- p5-Crypt-SSLeay.orig/Makefile Wed Jul 3 10:47:32 2002 +++ p5-Crypt-SSLeay/Makefile Mon Jul 8 17:07:43 2002 @@ -6,13 +6,17 @@ # PORTNAME= Crypt-SSLeay -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= erwin@lansing.dk + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/URL.pm:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= ${BUILD_DEPENDS} RESTRICTED= "Crypto; export-controlled" PERL_CONFIGURE= yes diff -ruN p5-Crypt-SSLeay.orig/distinfo p5-Crypt-SSLeay/distinfo --- p5-Crypt-SSLeay.orig/distinfo Wed Jul 3 10:47:32 2002 +++ p5-Crypt-SSLeay/distinfo Mon Jul 8 16:06:33 2002 @@ -1 +1 @@ -MD5 (Crypt-SSLeay-0.40.tar.gz) = 3eb37a1269edd6bd00fd15936bc8a265 +MD5 (Crypt-SSLeay-0.41.tar.gz) = b79087ae9376458e49868298c150ebce --pWyiEgJYm5f9v55/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020708171055.A52319>