Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2015 12:57:32 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400385 - in head/databases/puppetdb: . files
Message-ID:  <201510281257.t9SCvWn4063776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Oct 28 12:57:32 2015
New Revision: 400385
URL: https://svnweb.freebsd.org/changeset/ports/400385

Log:
  Update to 2.3.8
  
  PR:		204077
  Submitted by:	maintainer
  Sponsored by:	Absolight

Modified:
  head/databases/puppetdb/Makefile
  head/databases/puppetdb/distinfo
  head/databases/puppetdb/files/patch-ext__files__puppetdb-ssl-setup

Modified: head/databases/puppetdb/Makefile
==============================================================================
--- head/databases/puppetdb/Makefile	Wed Oct 28 12:57:27 2015	(r400384)
+++ head/databases/puppetdb/Makefile	Wed Oct 28 12:57:32 2015	(r400385)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	puppetdb
-PORTVERSION=	2.3.4
+PORTVERSION=	2.3.8
 CATEGORIES=	databases java
 MASTER_SITES=	http://downloads.puppetlabs.com/puppetdb/
 
@@ -11,7 +11,7 @@ COMMENT=	PuppetDB storeconfigs backend
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		puppet>=0:${PORTSDIR}/sysutils/puppet
+		puppet:${PORTSDIR}/sysutils/puppet
 BUILD_DEPENDS=	rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \
 		rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
 
@@ -26,7 +26,6 @@ SHEBANG_FILES=	ext/files/puppetdb \
 		ext/files/puppetdb-legacy \
 		ext/files/puppetdb-ssl-setup
 USE_JAVA=	yes
-USE_RUBY=	yes
 USE_RAKE=	yes
 NO_BUILD=	yes
 JAVA_VERSION=	1.7+
@@ -39,8 +38,6 @@ SUB_FILES=	pkg-message
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 .for file in tasks/install.rake ext/files/config.ini ext/files/puppetdb \
 	ext/files/puppetdb-import ext/files/puppetdb-anonymize \
@@ -52,4 +49,4 @@ post-patch:
 do-install:
 	@cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} rake install
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/databases/puppetdb/distinfo
==============================================================================
--- head/databases/puppetdb/distinfo	Wed Oct 28 12:57:27 2015	(r400384)
+++ head/databases/puppetdb/distinfo	Wed Oct 28 12:57:32 2015	(r400385)
@@ -1,2 +1,2 @@
-SHA256 (puppetdb-2.3.4.tar.gz) = bb48d7b8b26a54f814a8d35019392fc1414375080592884af1734ad72a594630
-SIZE (puppetdb-2.3.4.tar.gz) = 23814293
+SHA256 (puppetdb-2.3.8.tar.gz) = d17c942a9bf6ffca65d8afa253741df98cc7d11195819daa980743543a69263d
+SIZE (puppetdb-2.3.8.tar.gz) = 23815881

Modified: head/databases/puppetdb/files/patch-ext__files__puppetdb-ssl-setup
==============================================================================
--- head/databases/puppetdb/files/patch-ext__files__puppetdb-ssl-setup	Wed Oct 28 12:57:27 2015	(r400384)
+++ head/databases/puppetdb/files/patch-ext__files__puppetdb-ssl-setup	Wed Oct 28 12:57:32 2015	(r400385)
@@ -1,12 +1,10 @@
---- ./ext/files/puppetdb-ssl-setup.orig	2014-09-01 19:00:53.881157604 +0000
-+++ ./ext/files/puppetdb-ssl-setup	2014-09-01 19:04:54.653139914 +0000
-@@ -226,11 +226,11 @@
-   agent_confdir=`puppet agent --configprint confdir`
+--- ext/files/puppetdb-ssl-setup.orig	2015-10-28 11:03:42 UTC
++++ ext/files/puppetdb-ssl-setup
+@@ -227,10 +227,10 @@ else
    agent_vardir=`puppet agent --configprint vardir`
  
--  if [ -d "/etc/puppetlabs/puppetdb" ] ; then
+   if id -u pe-puppetdb > /dev/null 2>&1; then
 -    puppetdb_confdir="/etc/puppetlabs/puppetdb"
-+  if [ -d "%%PREFIX%%/etc/puppetlabs/puppetdb" ] ; then
 +    puppetdb_confdir="%%PREFIX%%/etc/puppetlabs/puppetdb"
      user=pe-puppetdb
    else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510281257.t9SCvWn4063776>