Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2016 15:57:37 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429166 - in head/devel: oniguruma4 oniguruma5
Message-ID:  <201612221557.uBMFvb2B015137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Thu Dec 22 15:57:37 2016
New Revision: 429166
URL: https://svnweb.freebsd.org/changeset/ports/429166

Log:
  devel/oniguruma*: update CONFLICTS
  
  Reviewed by:	matthew
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8884

Modified:
  head/devel/oniguruma4/Makefile
  head/devel/oniguruma5/Makefile

Modified: head/devel/oniguruma4/Makefile
==============================================================================
--- head/devel/oniguruma4/Makefile	Thu Dec 22 15:49:11 2016	(r429165)
+++ head/devel/oniguruma4/Makefile	Thu Dec 22 15:57:37 2016	(r429166)
@@ -16,7 +16,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		libtool
-CONFLICTS=	oniguruma-2.*
+CONFLICTS_INSTALL=	oniguruma[56]-.*
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Modified: head/devel/oniguruma5/Makefile
==============================================================================
--- head/devel/oniguruma5/Makefile	Thu Dec 22 15:49:11 2016	(r429165)
+++ head/devel/oniguruma5/Makefile	Thu Dec 22 15:57:37 2016	(r429166)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-CONFLICTS=	oniguruma-2.*
+CONFLICTS_INSTALL=	oniguruma[46]-.*
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	kkos



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