Commit 48e3114e authored by Rene Ladan's avatar Rene Ladan
Browse files

*/*: Remove expired ports:

2021-06-22 sysutils/cfengine314: Expire one year after cfengine 3.16.0 released
2021-06-22 sysutils/cfengine-masterfiles314: Expire one year after cfengine 3.16.0 released
parent 020d123d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16417,3 +16417,5 @@ www/py-beautifulsoup448|www/py-beautifulsoup|2021-06-20|Remove obsoleted port. U
comms/rtl-443|comms/rtl-433|2021-06-21|Fix typo in port directory name
devel/elixir-tirexs||2021-06-24|Remove obsoleted port. No releases on hex.pm.
lang/perl5.28||2021-06-26|Has expired: Support ends three years after .0 release. Please upgrade to a more recent version of Perl
sysutils/cfengine314||2021-06-26|Has expired: Expire one year after cfengine 3.16.0 released
sysutils/cfengine-masterfiles314||2021-06-26|Has expired: Expire one year after cfengine 3.16.0 released
+0 −2
Original line number Diff line number Diff line
@@ -162,13 +162,11 @@
    SUBDIR += cfengine-masterfiles-devel
    SUBDIR += cfengine-masterfiles310
    SUBDIR += cfengine-masterfiles311
    SUBDIR += cfengine-masterfiles314
    SUBDIR += cfengine-masterfiles315
    SUBDIR += cfengine-masterfiles316
    SUBDIR += cfengine-masterfiles317
    SUBDIR += cfengine310
    SUBDIR += cfengine311
    SUBDIR += cfengine314
    SUBDIR += cfengine315
    SUBDIR += cfengine316
    SUBDIR += cfengine317
+0 −37
Original line number Diff line number Diff line
# Created by: cy@FreeBSD.org

PORTNAME=	cfengine-masterfiles
PORTVERSION=	3.14.0
CATEGORIES=	sysutils
MASTER_SITES=	https://cfengine-package-repos.s3.amazonaws.com/tarballs/

MAINTAINER=	cy@FreeBSD.org
#		gjb@FreeBSD.org is also committer for this port
#		skreuzer@FreeBSD.org is also committer for this port
COMMENT=	cfengine sample policies for installations and upgrades

LICENSE=	GPLv3

CPE_VENDOR=	gnu

DEPRECATED=		Expire one year after cfengine 3.16.0 released
EXPIRATION_DATE=	2021-06-22

CONFLICTS=	cfengine-masterfiles3[0-9]-* cfengine-masterfiles31[013-9]-*
.if !defined(MASTERDIR)
PKGNAMESUFFIX=	314
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 shebangfix
HAS_CONFIGURE=	yes
EXAMPLESDIR=	${PREFIX}/share/examples/cfengine-masterfiles
CONFIGURE_ARGS=	--prefix=${EXAMPLESDIR}
SHEBANG_FILES=	modules/packages/yum  modules/packages/zypper

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1562073630
SHA256 (cfengine-masterfiles-3.14.0.tar.gz) = 1afea1fbeb8aae24541d62b0f8ed7633540b2a5eec99561fa1318dc171ff1c7c
SIZE (cfengine-masterfiles-3.14.0.tar.gz) = 459854
+0 −10
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).

WWW: https://cfengine.com/
Loading