mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove sysutils/ansible23, it clashes with python flavor work
Do not add back without checking PKGBASE uniqueness for all flavors first With hat: portmgr
This commit is contained in:
parent
8b14310c5c
commit
00270fbe8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455222
5 changed files with 1 additions and 29 deletions
|
@ -39,7 +39,6 @@
|
|||
SUBDIR += android-file-transfer-qt5
|
||||
SUBDIR += ansible
|
||||
SUBDIR += ansible1
|
||||
SUBDIR += ansible23
|
||||
SUBDIR += anvil
|
||||
SUBDIR += apachetop
|
||||
SUBDIR += apcpwr
|
||||
|
|
|
@ -20,8 +20,6 @@ RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR}
|
||||
|
||||
CONFLICTS?= ansible1-* ansible23-*
|
||||
|
||||
EXTRA_PATCHES?= #
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -5,7 +5,7 @@ PKGNAMESUFFIX= 1
|
|||
PORTVERSION= 1.9.6
|
||||
PORTREVISION= 1
|
||||
|
||||
CONFLICTS= ansible-* ansible23-*
|
||||
CONFLICTS= ansible-*
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ansible
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
# Created by: Nikolai Lifanov <lifanov@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 2.3.2.0
|
||||
PKGNAMESUFFIX= 23
|
||||
|
||||
CONFLICTS= ansible-* ansible1-*
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ansible
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
PLIST_FILES= man/man1/ansible-console.1.gz \
|
||||
man/man1/ansible-doc.1.gz \
|
||||
man/man1/ansible-galaxy.1.gz \
|
||||
man/man1/ansible-playbook.1.gz \
|
||||
man/man1/ansible-pull.1.gz \
|
||||
man/man1/ansible-vault.1.gz \
|
||||
man/man1/ansible.1.gz
|
||||
|
||||
EXTRA_PATCHES=
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1512055164
|
||||
SHA256 (ansible-2.3.2.0.tar.gz) = 0563b425279422487f12616ef719f6e558373b258dcf47e548d119be8d3168eb
|
||||
SIZE (ansible-2.3.2.0.tar.gz) = 4319664
|
Loading…
Add table
Reference in a new issue