svn commit: r429166 - in head/devel: oniguruma4 oniguruma5

Nikolai Lifanov lifanov at FreeBSD.org
Thu Dec 22 15:57:38 UTC 2016


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


More information about the svn-ports-head mailing list