Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2005 16:51:03 +0200
From:      Anton Berezin <tobez@tobez.org>
To:        Volker Stolz <vs@FreeBSD.org>
Cc:        perl@FreeBSD.org, leeym@FreeBSD.org
Subject:   Re: p5-Mail-SpamAssassin and versioned BUILD_DEPS, please review
Message-ID:  <20051005145103.GB75014@heechee.tobez.org>
In-Reply-To: <20051005144811.GL55946@i2.informatik.rwth-aachen.de>
References:  <20051005144811.GL55946@i2.informatik.rwth-aachen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 05, 2005 at 04:48:11PM +0200, Volker Stolz wrote:
> I know that you should always update all pre-requisites for a port, but this
> one seems to be a good start to introduce versioned dependencies since I actually
> got bitten by this on one of my hosts :)
> 
> Please review!

Looks fine - except - pardon my ignorance - but does it really,
definitely require Net::DNS 0.53 and not anything below it?

> Index: Makefile
> ===================================================================
> RCS file: /usr/freebsdcvs/cvs-ports/ports/mail/p5-Mail-SpamAssassin/Makefile,v
> retrieving revision 1.81
> diff -u -u -r1.81 Makefile
> --- Makefile	30 Sep 2005 00:31:51 -0000	1.81
> +++ Makefile	5 Oct 2005 14:37:05 -0000
> @@ -17,7 +17,7 @@
>  MAINTAINER=	perl@FreeBSD.org
>  COMMENT=	A highly efficient mail filter for identifying spam
>  
> -BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
> +BUILD_DEPENDS=	p5-Net-DNS>=0.53:${PORTSDIR}/dns/p5-Net-DNS \
>  		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
>  		${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools
>  RUN_DEPENDS=	${BUILD_DEPENDS}

\Anton.
-- 
An undefined problem has an infinite number of solutions.
-- Robert A. Humphrey



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051005145103.GB75014>