Commit 9850ae48 authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove expired ports:

2022-09-30 sysutils/py-ansible-core211: Depends on expired security/py-pycrypto
2022-12-31 sysutils/ansible4: Depends on expired security/py-pycrypto (via sysutils/py-ansible-core211)

Also, Ansible 4 is end-of-life upstream, see e.g.
- https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs
- https://endoflife.date/ansible
parent 0a7ac5cf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17740,3 +17740,5 @@ x11-toolkits/wxgtk28-contrib||2022-12-31|Has expired: Upstream support ended
x11-toolkits/wxgtk28-common||2022-12-31|Has expired: Upstream support ended
x11-toolkits/wxgtk28|x11-toolkits/wxgtk30|2022-12-31|Has expired: Upstream support ended, use wx 3.x
www/py-txrequests|www/py-requests-futures|2022-12-31|Has expired: Use www/py-requests-futures as upstream is unmaintained since 2018
sysutils/py-ansible-core211||2022-12-31|Has expired: Depends on expired security/py-pycrypto
sysutils/ansible4||2022-12-31|Has expired: Depends on expired security/py-pycrypto (via sysutils/py-ansible-core211)
+0 −2
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@
    SUBDIR += ansible-kld
    SUBDIR += ansible-sshjail
    SUBDIR += ansible-sysrc
    SUBDIR += ansible4
    SUBDIR += anvil
    SUBDIR += apache-mesos
    SUBDIR += apachetop
@@ -1055,7 +1054,6 @@
    SUBDIR += pxp-agent
    SUBDIR += py-ansible-compat
    SUBDIR += py-ansible-core
    SUBDIR += py-ansible-core211
    SUBDIR += py-ansible-lint
    SUBDIR += py-ansible-runner
    SUBDIR += py-azure-cli

sysutils/ansible4/Makefile

deleted100644 → 0
+0 −55
Original line number Diff line number Diff line
PORTNAME=	ansible
DISTVERSION=	4.10.0
CATEGORIES=	sysutils python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=	4

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	Radically simple IT automation
WWW=		https://www.ansible.com/

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Depends on expired security/py-pycrypto (via sysutils/py-ansible-core211)
EXPIRATION_DATE=2022-12-31

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansible-core211>0:sysutils/py-ansible-core211@${PY_FLAVOR}

USES=		ansible:env cpe python:3.6+ shebangfix
CPE_VENDOR=	redhat
USE_PYTHON=	autoplist concurrent distutils

SHEBANG_FILES=	ansible_collections/community/zabbix/roles/zabbix_proxy/files/install_semodule.bsx \
		ansible_collections/community/zabbix/roles/zabbix_server/files/install_semodule.bsx \
		ansible_collections/cyberark/conjur/ci/build_release \
		ansible_collections/cyberark/conjur/ci/publish_to_galaxy \
		ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/ovirt-dr
SHEBANG_GLOB=	*.py *.sh

CONFLICTS_INSTALL=	${_ANSIBLE_PACKAGES:N${PKGBASE}}

NO_ARCH=	yes

DO_MAKE_TEST=	ansible -m ping
TEST_TARGET=	localhost

_ANSIBLE_VERSIONS=	1 2 23 24 25 26 27 28 4
_ANSIBLE_PACKAGES=	${PYTHON_PKGNAMEPREFIX}ansible
.for version in ${_ANSIBLE_VERSIONS}
_ANSIBLE_PACKAGES+=	${PYTHON_PKGNAMEPREFIX}ansible${version}
.endfor

post-patch:
	${FIND} ${WRKSRC} -type f -exec ${GREP} --null -El '(/etc/ansible|/usr/share/ansible)' {} + | ${XARGS} -n 500 -0 ${REINPLACE_CMD} \
		-e 's|/etc/ansible|${ETCDIR}|g' \
		-e 's|/usr/share/ansible|${DATADIR}|g'
	${FIND} ${WRKSRC} -type f -name "*.bak" -delete

.include <bsd.port.mk>

# Make sure that we override the unique DATADIR and ETCDIR set
# by the implicit USES=uniquefiles.
DATADIR=	${ANSIBLE_DATADIR}
ETCDIR=		${ANSIBLE_ETCDIR}

sysutils/ansible4/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1643130968
SHA256 (ansible-4.10.0.tar.gz) = 88af9479e81a3931bb3a1b8c4eeb252cd4f38c03daafd6a5aa120d6b0d70d45c
SIZE (ansible-4.10.0.tar.gz) = 36832606

sysutils/ansible4/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
Ansible is a radically simple configuration-management, deployment,
task-execution, and multinode orchestration framework.
Loading