svn commit: r410880 - head/dns/p5-Net-DNS

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Sat Mar 12 16:12:48 UTC 2016


On Sat, Mar 12, 2016 at 9:12 PM, Mathieu Arnold <mat at freebsd.org> wrote:

> Author: mat
> Date: Sat Mar 12 13:12:24 2016
> New Revision: 410880
> URL: https://svnweb.freebsd.org/changeset/ports/410880
>
> Log:
>   Don't overwrite BUILD_DEPENDS and RUN_DEPENDS.
>
>   Pointy hat to:        sunpoet (in r403493)
>   Sponsored by: Absolight
>
> Modified:
>   head/dns/p5-Net-DNS/Makefile
>
> Modified: head/dns/p5-Net-DNS/Makefile
>
> ==============================================================================
> --- head/dns/p5-Net-DNS/Makefile        Sat Mar 12 12:59:38 2016
> (r410879)
> +++ head/dns/p5-Net-DNS/Makefile        Sat Mar 12 13:12:24 2016
> (r410880)
> @@ -3,6 +3,7 @@
>
>  PORTNAME=      Net-DNS
>  PORTVERSION=   1.05
> +PORTREVISION=  1
>  PORTEPOCH=     1
>  CATEGORIES=    dns net perl5 ipv6
>  MASTER_SITES=  CPAN
> @@ -37,8 +38,8 @@ SSHFP_RUN_DEPENDS=    p5-Digest-BubbleBabbl
>  .include <bsd.port.pre.mk>
>
>  .if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502200
> -BUILD_DEPENDS= p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
> -RUN_DEPENDS=   p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
> +BUILD_DEPENDS+=
> p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
> +RUN_DEPENDS+=  p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
>  .endif
>
>
Nice catch! Thanks!

Regards,
sunpoet


>  .include <bsd.port.post.mk>
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"


More information about the svn-ports-all mailing list