Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2012 22:31:38 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301501 - head/devel/bugzilla42
Message-ID:  <201207242231.q6OMVcjC081434@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Tue Jul 24 22:31:38 2012
New Revision: 301501
URL: http://svn.freebsd.org/changeset/ports/301501

Log:
  - fix conflict line

Modified:
  head/devel/bugzilla42/Makefile.common

Modified: head/devel/bugzilla42/Makefile.common
==============================================================================
--- head/devel/bugzilla42/Makefile.common	Tue Jul 24 21:38:27 2012	(r301500)
+++ head/devel/bugzilla42/Makefile.common	Tue Jul 24 22:31:38 2012	(r301501)
@@ -4,7 +4,7 @@
 
 DIST_SUBDIR=	${PORTNAME}
 
-CONFLICTS=	bugzilla-3.*
+CONFLICTS=	bugzilla-3.* \
 		bugzilla-4.0.*
 
 PORTSCOUT=	limitw:1,even



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