Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2019 18:36:14 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503250 - in head/shells: ksh93 ksh93-devel
Message-ID:  <201906011836.x51IaEEx052157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Jun  1 18:36:13 2019
New Revision: 503250
URL: https://svnweb.freebsd.org/changeset/ports/503250

Log:
  Register conflicts with the new shells/ast-ksh port.

Modified:
  head/shells/ksh93-devel/Makefile   (contents, props changed)
  head/shells/ksh93/Makefile   (contents, props changed)

Modified: head/shells/ksh93-devel/Makefile
==============================================================================
--- head/shells/ksh93-devel/Makefile	Sat Jun  1 18:36:02 2019	(r503249)
+++ head/shells/ksh93-devel/Makefile	Sat Jun  1 18:36:13 2019	(r503250)
@@ -21,7 +21,7 @@ GH_PROJECT=	ast
 GH_TAGNAME=	${HASH}
 
 KSH_CONFLICTS=		pdksh-*
-KSH93_CONFLICTS=	ksh93-2*
+KSH93_CONFLICTS=	ksh93-2* ast-ksh-*
 
 LDFLAGS+=	-lm
 MESON_BUILD_DIR=	build

Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile	Sat Jun  1 18:36:02 2019	(r503249)
+++ head/shells/ksh93/Makefile	Sat Jun  1 18:36:13 2019	(r503250)
@@ -18,7 +18,7 @@ GH_PROJECT=	ast
 GH_TAGNAME=	${HASH}
 
 KSH_CONFLICTS=		pdksh-*
-KSH93_CONFLICTS=	ksh93-devel
+KSH93_CONFLICTS=	ksh93-devel ast-ksh-*
 
 LDFLAGS+=	-lm
 MESON_BUILD_DIR=	build



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