Date: Mon, 8 Jul 2002 16:45:03 +0200 From: Erwin Lansing <erwin@lansing.dk> To: Anton Berezin <tobez@FreeBSD.org> Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/40329: maintainer-update security/p5-Crypt-SSLeay to 0.41 Message-ID: <20020708164503.I42656@droso.net> In-Reply-To: <200207081416.g68EG0Ne025136@freefall.freebsd.org>; from tobez@FreeBSD.org on Mon, Jul 08, 2002 at 04:16:00PM %2B0200 References: <200207081416.g68EG0Ne025136@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--ZmUaFz6apKcXQszQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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. /erwin -- Erwin Lansing -- http://droso.org --ZmUaFz6apKcXQszQ 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 16:21:45 2002 @@ -6,7 +6,7 @@ # PORTNAME= Crypt-SSLeay -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -18,6 +18,10 @@ PERL_CONFIGURE= yes CONFIGURE_ARGS+= "/usr" USE_OPENSSL= yes + +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} MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::SSLeay.3 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 --ZmUaFz6apKcXQszQ-- 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?20020708164503.I42656>