From owner-svn-ports-all@freebsd.org Thu Nov 30 20:08:56 2017 Return-Path: Delivered-To: svn-ports-all@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 A1EB9E6A702; Thu, 30 Nov 2017 20:08:56 +0000 (UTC) (envelope-from antoine@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 6CBEC72813; Thu, 30 Nov 2017 20:08:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUK8tu1009890; Thu, 30 Nov 2017 20:08:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAUK8twD009887; Thu, 30 Nov 2017 20:08:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201711302008.vAUK8twD009887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 30 Nov 2017 20:08:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455222 - in head/sysutils: . ansible ansible1 ansible23 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/sysutils: . ansible ansible1 ansible23 X-SVN-Commit-Revision: 455222 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 20:08:56 -0000 Author: antoine Date: Thu Nov 30 20:08:55 2017 New Revision: 455222 URL: https://svnweb.freebsd.org/changeset/ports/455222 Log: Remove sysutils/ansible23, it clashes with python flavor work Do not add back without checking PKGBASE uniqueness for all flavors first With hat: portmgr Deleted: head/sysutils/ansible23/ Modified: head/sysutils/Makefile head/sysutils/ansible/Makefile head/sysutils/ansible1/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Nov 30 19:15:00 2017 (r455221) +++ head/sysutils/Makefile Thu Nov 30 20:08:55 2017 (r455222) @@ -39,7 +39,6 @@ SUBDIR += android-file-transfer-qt5 SUBDIR += ansible SUBDIR += ansible1 - SUBDIR += ansible23 SUBDIR += anvil SUBDIR += apachetop SUBDIR += apcpwr Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Thu Nov 30 19:15:00 2017 (r455221) +++ head/sysutils/ansible/Makefile Thu Nov 30 20:08:55 2017 (r455222) @@ -20,8 +20,6 @@ RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} -CONFLICTS?= ansible1-* ansible23-* - EXTRA_PATCHES?= # NO_ARCH= yes Modified: head/sysutils/ansible1/Makefile ============================================================================== --- head/sysutils/ansible1/Makefile Thu Nov 30 19:15:00 2017 (r455221) +++ head/sysutils/ansible1/Makefile Thu Nov 30 20:08:55 2017 (r455222) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= 1 PORTVERSION= 1.9.6 PORTREVISION= 1 -CONFLICTS= ansible-* ansible23-* +CONFLICTS= ansible-* MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo