Index: head/databases/puppetdb-terminus5/Makefile =================================================================== --- head/databases/puppetdb-terminus5/Makefile (revision 483017) +++ head/databases/puppetdb-terminus5/Makefile (revision 483018) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= puppetdb-terminus -PORTVERSION= 5.2.4 +PORTVERSION= 5.2.6 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 483017) +++ head/databases/puppetdb-terminus5/distinfo (revision 483018) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531897501 -SHA256 (puppetdb-5.2.4.tar.gz) = 70df595460258d85e4cd31d5feb734e5cc6e0e5f96ee091d214ed4f051c67c8e -SIZE (puppetdb-5.2.4.tar.gz) = 25438658 +TIMESTAMP = 1540377218 +SHA256 (puppetdb-5.2.6.tar.gz) = c63fce70775eb7d84a62e29e6481d71c359a62ba714234726f79e87b373cb54f +SIZE (puppetdb-5.2.6.tar.gz) = 25637942 Index: head/databases/puppetdb5/Makefile =================================================================== --- head/databases/puppetdb5/Makefile (revision 483017) +++ head/databases/puppetdb5/Makefile (revision 483018) @@ -1,51 +1,52 @@ # $FreeBSD$ PORTNAME= puppetdb -PORTVERSION= 5.2.4 +PORTVERSION= 5.2.6 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 \ puppet:sysutils/puppet5 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 JAVA_VERSION= 1.7+ 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 483017) +++ head/databases/puppetdb5/distinfo (revision 483018) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531897593 -SHA256 (puppetdb-5.2.4.tar.gz) = 70df595460258d85e4cd31d5feb734e5cc6e0e5f96ee091d214ed4f051c67c8e -SIZE (puppetdb-5.2.4.tar.gz) = 25438658 +TIMESTAMP = 1540377204 +SHA256 (puppetdb-5.2.6.tar.gz) = c63fce70775eb7d84a62e29e6481d71c359a62ba714234726f79e87b373cb54f +SIZE (puppetdb-5.2.6.tar.gz) = 25637942 Index: head/databases/puppetdb5/pkg-plist =================================================================== --- head/databases/puppetdb5/pkg-plist (revision 483017) +++ head/databases/puppetdb5/pkg-plist (revision 483018) @@ -1,20 +1,21 @@ bin/puppetdb %%DATADIR%%/cli/apps/anonymize %%DATADIR%%/cli/apps/config-migration %%DATADIR%%/cli/apps/foreground +%%DATADIR%%/cli/apps/reload %%DATADIR%%/cli/apps/ssl-setup %%DATADIR%%/cli/apps/start %%DATADIR%%/cli/apps/stop -%%DATADIR%%/cli/apps/reload +%%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