Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 10:32:42 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363569 - head/databases/p5-DBD-Pg32
Message-ID:  <201407311032.s6VAWgFO011501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Thu Jul 31 10:32:42 2014
New Revision: 363569
URL: http://svnweb.freebsd.org/changeset/ports/363569
QAT: https://qat.redports.org/buildarchive/r363569/

Log:
  Make p5-DBD-Pg32 conflict with any version of p5-DBD-Pg
  
  Submitted by:	sunpoet

Modified:
  head/databases/p5-DBD-Pg32/Makefile

Modified: head/databases/p5-DBD-Pg32/Makefile
==============================================================================
--- head/databases/p5-DBD-Pg32/Makefile	Thu Jul 31 10:30:16 2014	(r363568)
+++ head/databases/p5-DBD-Pg32/Makefile	Thu Jul 31 10:32:42 2014	(r363569)
@@ -17,7 +17,7 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-CONFLICTS_INSTALL=	p5-DBD-Pg-3.3.*
+CONFLICTS_INSTALL=	p5-DBD-Pg-[0123].*
 
 USES=		pgsql perl5
 USE_PERL5=	configure



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