Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 21:26:39 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        Matthew Seaman <matthew@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers <ports-committers@freebsd.org>
Subject:   Re: svn commit: r363300 - head/databases/p5-DBD-Pg32
Message-ID:  <CAMHz58TKDSvDHRHLmQ3zpHmLGBpwj2ynTHcaQOWjq1_RfANq2Q@mail.gmail.com>
In-Reply-To: <201407290852.s6T8qIfG049523@svn.freebsd.org>
References:  <201407290852.s6T8qIfG049523@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 29, 2014 at 4:52 PM, Matthew Seaman <matthew@freebsd.org> wrote:

> Author: matthew
> Date: Tue Jul 29 08:52:17 2014
> New Revision: 363300
> URL: http://svnweb.freebsd.org/changeset/ports/363300
> QAT: https://qat.redports.org/buildarchive/r363300/
>
> Log:
>   Add the forgotten CONFLICTS_INSTALL line (D'Oh!)
>
> Modified:
>   head/databases/p5-DBD-Pg32/Makefile
>
> Modified: head/databases/p5-DBD-Pg32/Makefile
>
> ==============================================================================
> --- head/databases/p5-DBD-Pg32/Makefile Tue Jul 29 08:43:49 2014
>  (r363299)
> +++ head/databases/p5-DBD-Pg32/Makefile Tue Jul 29 08:52:17 2014
>  (r363300)
> @@ -17,6 +17,8 @@ LICENSE_COMB= dual
>  BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI
>  RUN_DEPENDS:=  ${BUILD_DEPENDS}
>
> +CONFLICTS_INSTALL=     p5-DBD-Pg-3.3.*
> +
>  USES=          pgsql perl5
>  USE_PERL5=     configure


FYI, I think it conflicts with p5-DBD-Pg of all versions, not only 3.3.*.
It should be "CONFLICTS_INSTALL=p5-DBD-Pg-[0-9]*".

Regards,
sunpoet



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