From owner-svn-ports-head@freebsd.org Thu Jul 13 21:15:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BE32DAE221; Thu, 13 Jul 2017 21:15:23 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 062126476F; Thu, 13 Jul 2017 21:15:22 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6DLFLk7081982; Thu, 13 Jul 2017 21:15:21 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6DLFLaM081979; Thu, 13 Jul 2017 21:15:21 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201707132115.v6DLFLaM081979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 13 Jul 2017 21:15:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445714 - in head/devel: oniguruma4 oniguruma5 oniguruma6 X-SVN-Group: ports-head X-SVN-Commit-Author: pawel X-SVN-Commit-Paths: in head/devel: oniguruma4 oniguruma5 oniguruma6 X-SVN-Commit-Revision: 445714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2017 21:15:23 -0000 Author: pawel Date: Thu Jul 13 21:15:21 2017 New Revision: 445714 URL: https://svnweb.freebsd.org/changeset/ports/445714 Log: Fix CONFLICTS_INSTALL variables Approved by: just fix it Modified: head/devel/oniguruma4/Makefile head/devel/oniguruma5/Makefile head/devel/oniguruma6/Makefile Modified: head/devel/oniguruma4/Makefile ============================================================================== --- head/devel/oniguruma4/Makefile Thu Jul 13 21:14:27 2017 (r445713) +++ head/devel/oniguruma4/Makefile Thu Jul 13 21:15:21 2017 (r445714) @@ -16,7 +16,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool -CONFLICTS_INSTALL= oniguruma[56]-.* +CONFLICTS_INSTALL= oniguruma[56] GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/oniguruma5/Makefile ============================================================================== --- head/devel/oniguruma5/Makefile Thu Jul 13 21:14:27 2017 (r445713) +++ head/devel/oniguruma5/Makefile Thu Jul 13 21:15:21 2017 (r445714) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS EXAMPLES -CONFLICTS_INSTALL= oniguruma[46]-.* +CONFLICTS_INSTALL= oniguruma[46] USE_GITHUB= yes GH_ACCOUNT= kkos Modified: head/devel/oniguruma6/Makefile ============================================================================== --- head/devel/oniguruma6/Makefile Thu Jul 13 21:14:27 2017 (r445713) +++ head/devel/oniguruma6/Makefile Thu Jul 13 21:15:21 2017 (r445714) @@ -18,7 +18,7 @@ GH_ACCOUNT= kkos OPTIONS_DEFINE= DOCS EXAMPLES -CONFLICTS_INSTALL= oniguruma[45]-.* +CONFLICTS_INSTALL= oniguruma[45] USES= pathfix autoreconf libtool PATHFIX_MAKEFILEIN= Makefile.am