Commit 062f8a96 authored by Rene Ladan's avatar Rene Ladan
Browse files

databases/puppetdb8: Remove expired port

2026-07-01 databases/puppetdb8: Discontinued, use databases/openvoxdb8
parent 54473887
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5484,3 +5484,4 @@ sysutils/rubygem-bolt|sysutils/rubygem-openbolt|2026-07-01|Has expired: Disconti
textproc/rubygem-puppet-strings|textproc/rubygem-openvox-strings|2026-07-01|Has expired: Discontinued, use textproc/rubygem-openvox-strings
sysutils/puppetserver8|sysutils/openvox-server8|2026-07-01|Has expired: Discontinued, use sysutils/openvox-server8
sysutils/puppet8|sysutils/openvox-agent8|2026-07-01|Has expired: Discontinued, use sysutils/openvox-agent8
databases/puppetdb8|databases/openvoxdb8|2026-07-01|Has expired: Discontinued, use databases/openvoxdb8
+0 −1
Original line number Diff line number Diff line
@@ -732,7 +732,6 @@
    SUBDIR += proxysql
    SUBDIR += pspg
    SUBDIR += puppetdb-terminus8
    SUBDIR += puppetdb8
    SUBDIR += puredb
    SUBDIR += pxlib
    SUBDIR += pxtools

databases/puppetdb8/Makefile

deleted100644 → 0
+0 −57
Original line number Diff line number Diff line
PORTNAME=	puppetdb
PORTVERSION=	8.8.1
PORTREVISION=	2
CATEGORIES=	databases java
MASTER_SITES=	https://downloads.puppetlabs.com/puppetdb/
PKGNAMESUFFIX=	8

MAINTAINER=	puppet@FreeBSD.org
COMMENT=	PuppetDB storeconfigs backend
WWW=		https://docs.puppetlabs.com/puppetdb/latest/

LICENSE=	APACHE20

DEPRECATED=	Discontinued, use databases/openvoxdb-8
EXPIRATION_DATE=2026-07-01

RUN_DEPENDS=	bash:shells/bash

USE_RC_SUBR=	puppetdb

CONFLICTS_INSTALL=	openvoxdb[0-9] puppetdb[0-9] # etc/puppetdb/bootstrap.cfg.sample
USES=		cpe java shebangfix
CPE_VENDOR=	puppet
SHEBANG_FILES=	ext/bin/puppetdb \
		ext/cli/anonymize \
		ext/cli/config-migration \
		ext/cli/foreground \
		ext/cli/ssl-setup \
		ext/cli/start \
		ext/cli/stop \
		ext/cli/reload \
		ext/cli/upgrade \
		ext/ezbake-functions.sh
JAVA_VERSION=	11+
NO_ARCH=	yes
NO_BUILD=	yes

USERS=		puppetdb
GROUPS=		puppetdb

SUB_LIST=	JAVA_HOME=${JAVA_HOME}
SUB_FILES=	pkg-message

post-patch:
.for file in Makefile ext/bin/puppetdb ext/cli/ssl-setup \
	ext/config/conf.d/jetty.ini ext/config/conf.d/config.ini
	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/${file}
.endfor
	@${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" ${WRKSRC}/ext/bin/puppetdb
	@${REINPLACE_CMD} -e 's|/puppetlabs/puppetdb/|/puppetdb/|' \
		-e 's|\(install -m 0644 ext/config/.*\)"|\1.sample"|' \
		${WRKSRC}/Makefile

do-install:
	@cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} make install-puppetdb

.include <bsd.port.mk>

databases/puppetdb8/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1730781495
SHA256 (puppetdb-8.8.1.tar.gz) = 3ab636d759dfb8d8f0b9eeb06ce8677892961e9c0ac00d5838351db0bde7af9c
SIZE (puppetdb-8.8.1.tar.gz) = 61668542
+0 −15
Original line number Diff line number Diff line
--- Makefile.orig	2024-06-10 16:24:36 UTC
+++ Makefile
@@ -1,9 +1,9 @@
-prefix = /usr/local
+prefix = %%PREFIX%%
 datadir = $(prefix)/share
-confdir = /etc
+confdir = %%PREFIX%%/etc
 rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']")
 rundir = /var/run
-bindir = /usr/bin
+bindir = %%PREFIX%%/bin
 
 install-puppetdb:
 	install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb"
Loading