mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
sysutils/ansible* - prepare for sysutils/ansible update
o Remove vanity "Created by:" line o Add upcoming ansible24 port to CONFLICTS
This commit is contained in:
parent
3d94199ffd
commit
fb8f9e9a07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465603
@ -1,4 +1,3 @@
|
||||
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ansible
|
||||
@ -20,7 +19,7 @@ RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
|
||||
|
||||
CONFLICTS?= ansible1-* ansible23-*
|
||||
CONFLICTS?= ansible1-* ansible23-* ansible24-*
|
||||
|
||||
EXTRA_PATCHES?= #
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= 1
|
||||
PORTVERSION= 1.9.6
|
||||
PORTREVISION= 2
|
||||
|
||||
CONFLICTS= ansible-* ansible23-*
|
||||
CONFLICTS= ansible-* ansible23-* ansible24-*
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ansible
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo
|
||||
|
@ -1,10 +1,9 @@
|
||||
# Created by: Nikolai Lifanov <lifanov@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 2.3.2.0
|
||||
PKGNAMESUFFIX= 23
|
||||
|
||||
CONFLICTS= ansible-* ansible1-*
|
||||
CONFLICTS= ansible-* ansible1-* ansible24-*
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ansible
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo
|
||||
|
Loading…
Reference in New Issue
Block a user