svn commit: r363569 - head/databases/p5-DBD-Pg32

Matthew Seaman matthew at FreeBSD.org
Thu Jul 31 10:32:42 UTC 2014


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


More information about the svn-ports-all mailing list