mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
3 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
||||||
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ansible
|
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}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
|
||||||
|
|
||||||
CONFLICTS?= ansible1-* ansible23-*
|
CONFLICTS?= ansible1-* ansible23-* ansible24-*
|
||||||
|
|
||||||
EXTRA_PATCHES?= #
|
EXTRA_PATCHES?= #
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PKGNAMESUFFIX= 1
|
PKGNAMESUFFIX= 1
|
||||||
PORTVERSION= 1.9.6
|
PORTVERSION= 1.9.6
|
||||||
PORTREVISION= 2
|
PORTREVISION= 2
|
||||||
|
|
||||||
CONFLICTS= ansible-* ansible23-*
|
CONFLICTS= ansible-* ansible23-* ansible24-*
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../ansible
|
MASTERDIR= ${.CURDIR}/../ansible
|
||||||
DISTINFO_FILE= ${.CURDIR}/distinfo
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
# Created by: Nikolai Lifanov <lifanov@FreeBSD.org>
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTVERSION= 2.3.2.0
|
PORTVERSION= 2.3.2.0
|
||||||
PKGNAMESUFFIX= 23
|
PKGNAMESUFFIX= 23
|
||||||
|
|
||||||
CONFLICTS= ansible-* ansible1-*
|
CONFLICTS= ansible-* ansible1-* ansible24-*
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../ansible
|
MASTERDIR= ${.CURDIR}/../ansible
|
||||||
DISTINFO_FILE= ${.CURDIR}/distinfo
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
||||||
|
|
Loading…
Add table
Reference in a new issue