Index: head/databases/puppetdb-terminus5/Makefile =================================================================== --- head/databases/puppetdb-terminus5/Makefile (revision 533578) +++ head/databases/puppetdb-terminus5/Makefile (revision 533579) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= puppetdb-terminus -PORTVERSION= 5.2.13 +PORTVERSION= 5.2.14 CATEGORIES= databases ruby MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 5 DISTNAME= puppetdb-${PORTVERSION} MAINTAINER= puppet@FreeBSD.org COMMENT= PuppetDB storeconfigs backend terminus module LICENSE= APACHE20 BUILD_DEPENDS= puppet5>=0:sysutils/puppet5 CONFLICTS_INSTALL= puppetdb-terminus4-* puppetdb-terminus6-* USE_RUBY= yes NO_BUILD= yes USES= gmake post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile do-install: @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${GMAKE} install-puppetdb-termini .include Index: head/databases/puppetdb-terminus5/distinfo =================================================================== --- head/databases/puppetdb-terminus5/distinfo (revision 533578) +++ head/databases/puppetdb-terminus5/distinfo (revision 533579) @@ -1,3 +1,3 @@ -TIMESTAMP = 1584437918 -SHA256 (puppetdb-5.2.13.tar.gz) = 46284abe61f383537bd3401b88fb74f34d55e7021d8c59e85bdea22f8c8af5de -SIZE (puppetdb-5.2.13.tar.gz) = 26288851 +TIMESTAMP = 1588320989 +SHA256 (puppetdb-5.2.14.tar.gz) = 1d56cb4f4a05a669a9b4c9ef65f44674647092e1d09f039f92c5edf4e2b866f9 +SIZE (puppetdb-5.2.14.tar.gz) = 26296046 Index: head/databases/puppetdb5/Makefile =================================================================== --- head/databases/puppetdb5/Makefile (revision 533578) +++ head/databases/puppetdb5/Makefile (revision 533579) @@ -1,50 +1,50 @@ # $FreeBSD$ PORTNAME= puppetdb -PORTVERSION= 5.2.13 +PORTVERSION= 5.2.14 CATEGORIES= databases java MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 5 MAINTAINER= puppet@FreeBSD.org COMMENT= PuppetDB storeconfigs backend LICENSE= APACHE20 RUN_DEPENDS= bash:shells/bash USE_RC_SUBR= puppetdb CONFLICTS_INSTALL= puppetdb4-* puppetdb5-* USES= shebangfix SHEBANG_FILES= ext/bin/puppetdb \ ext/cli/anonymize \ ext/cli/config-migration \ ext/cli/foreground \ ext/cli/upgrade \ ext/cli/ssl-setup \ ext/cli/start \ ext/cli/stop \ ext/cli/reload \ ext/ezbake-functions.sh USE_JAVA= yes 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 do-install: @cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} make install-puppetdb .include Index: head/databases/puppetdb5/distinfo =================================================================== --- head/databases/puppetdb5/distinfo (revision 533578) +++ head/databases/puppetdb5/distinfo (revision 533579) @@ -1,3 +1,3 @@ -TIMESTAMP = 1584437870 -SHA256 (puppetdb-5.2.13.tar.gz) = 46284abe61f383537bd3401b88fb74f34d55e7021d8c59e85bdea22f8c8af5de -SIZE (puppetdb-5.2.13.tar.gz) = 26288851 +TIMESTAMP = 1588320944 +SHA256 (puppetdb-5.2.14.tar.gz) = 1d56cb4f4a05a669a9b4c9ef65f44674647092e1d09f039f92c5edf4e2b866f9 +SIZE (puppetdb-5.2.14.tar.gz) = 26296046 Index: head/databases/puppetdb5/pkg-plist =================================================================== --- head/databases/puppetdb5/pkg-plist (revision 533578) +++ head/databases/puppetdb5/pkg-plist (revision 533579) @@ -1,21 +1,22 @@ bin/puppetdb %%DATADIR%%/cli/apps/anonymize %%DATADIR%%/cli/apps/config-migration +%%DATADIR%%/cli/apps/delete-reports %%DATADIR%%/cli/apps/foreground %%DATADIR%%/cli/apps/reload %%DATADIR%%/cli/apps/ssl-setup %%DATADIR%%/cli/apps/start %%DATADIR%%/cli/apps/stop %%DATADIR%%/cli/apps/upgrade %%DATADIR%%/ezbake-functions.sh %%DATADIR%%/ezbake.manifest %%DATADIR%%/puppetdb.jar @group puppetdb @sample etc/puppetdb/bootstrap.cfg.sample @sample etc/puppetdb/conf.d/config.ini.sample @sample etc/puppetdb/conf.d/database.ini.sample @sample etc/puppetdb/conf.d/jetty.ini.sample @sample etc/puppetdb/conf.d/repl.ini.sample @sample etc/puppetdb/logback.xml.sample @sample etc/puppetdb/request-logging.xml.sample @group