Commit 031cddd0 authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove expired cfengine ports:

2026-05-01 sysutils/cfengine321: No longer supported by upstream
2026-05-01 sysutils/cfengine-masterfiles321: No longer supported by upstream
parent ff6d67fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5275,3 +5275,5 @@ games/flightgear-mb339-pan||2026-05-04|Has expired: Upstream is inactive for 15+
x11/urxvt-perls||2026-05-04|Has expired: Upstream repository archived in 2021
sysutils/cfengine-masterfiles322||2026-05-04|Has expired: No longer supported by upstream
sysutils/cfengine322||2026-05-04|Has expired: No longer supported by upstream
sysutils/cfengine321||2026-05-04|Has expired: No longer supported by upstream
sysutils/cfengine-masterfiles321||2026-05-04|Has expired: No longer supported by upstream
+0 −2
Original line number Diff line number Diff line
@@ -184,13 +184,11 @@
    SUBDIR += cfengine-masterfiles
    SUBDIR += cfengine-masterfiles-devel
    SUBDIR += cfengine-masterfiles-lts
    SUBDIR += cfengine-masterfiles321
    SUBDIR += cfengine-masterfiles323
    SUBDIR += cfengine-masterfiles324
    SUBDIR += cfengine-masterfiles325
    SUBDIR += cfengine-masterfiles326
    SUBDIR += cfengine-masterfiles327
    SUBDIR += cfengine321
    SUBDIR += cfengine323
    SUBDIR += cfengine324
    SUBDIR += cfengine325
+0 −34
Original line number Diff line number Diff line
PORTNAME=	cfengine-masterfiles
DISTVERSION=	3.21.3
CATEGORIES=	sysutils
MASTER_SITES=	https://cfengine-package-repos.s3.amazonaws.com/tarballs/

MAINTAINER=	cy@FreeBSD.org
COMMENT=	cfengine sample policies for installations and upgrades
WWW=		https://cfengine.com/

DEPRECATED=	No longer supported by upstream
EXPIRATION_DATE=2026-05-01

LICENSE=	GPLv3

CPE_VENDOR=	gnu
CPE_PRODUCT=	cfengine

CONFLICTS=	cfengine-masterfiles3[0-9] cfengine-masterfiles31[0-79]
.if !defined(MASTERDIR)
PKGNAMESUFFIX=	321
CONFLICTS+=	cfengine-masterfiles-3.*
.endif

RUN_DEPENDS=	cf-agent:sysutils/cfengine${PKGNAMESUFFIX}

FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}

MAKE_JOBS_UNSAFE=	yes
USES=		cpe gmake python:build
HAS_CONFIGURE=	yes
EXAMPLESDIR=	${PREFIX}/share/examples/cfengine-masterfiles
CONFIGURE_ARGS=	--prefix=${EXAMPLESDIR}

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1697224520
SHA256 (cfengine-masterfiles-3.21.3.tar.gz) = 5c5b003a0c7fa06a3f9b4a41fd1d77fa0642b2498a2dfd12ef6545d0273253cf
SIZE (cfengine-masterfiles-3.21.3.tar.gz) = 524370
+0 −8
Original line number Diff line number Diff line
CFEngine 3 is a popular open source configuration management system.
Its primary function is to provide automated configuration and
maintenance of large-scale computer systems.

The repository is intended to provide a stable base policy for
installations and upgrades, and is used by CFEngine 3.6 and newer.
The port installs the repository as examples which should be copied by
the user to the masterfiles directory (usually /var/cfengine/masterfiles).
Loading