From owner-dev-commits-ports-all@freebsd.org Sat Jun 5 04:12:12 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 469CB63B136; Sat, 5 Jun 2021 04:12:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FxmRw0hyYz3sMB; Sat, 5 Jun 2021 04:12:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBA371CC7; Sat, 5 Jun 2021 04:12:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1554CBZC030823; Sat, 5 Jun 2021 04:12:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1554CBcT030822; Sat, 5 Jun 2021 04:12:11 GMT (envelope-from git) Date: Sat, 5 Jun 2021 04:12:11 GMT Message-Id: <202106050412.1554CBcT030822@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?B?Um9tYWluIFRhcnRpw6hyZQ==?= Subject: git: ed715b173484 - main - sysutils/pxp-agent: Update to 1.15.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ed715b1734844b99f7ff8a25f7d89ba39976d1e9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2021 04:12:12 -0000 The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed715b1734844b99f7ff8a25f7d89ba39976d1e9 commit ed715b1734844b99f7ff8a25f7d89ba39976d1e9 Author: Romain Tartière AuthorDate: 2021-05-28 18:39:36 +0000 Commit: Romain Tartière CommitDate: 2021-06-05 04:11:35 +0000 sysutils/pxp-agent: Update to 1.15.12 With hat: puppet --- sysutils/pxp-agent/Makefile | 6 ++++-- sysutils/pxp-agent/distinfo | 6 +++--- sysutils/pxp-agent/pkg-plist | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sysutils/pxp-agent/Makefile b/sysutils/pxp-agent/Makefile index a04e2121b901..8f89f96ab35b 100644 --- a/sysutils/pxp-agent/Makefile +++ b/sysutils/pxp-agent/Makefile @@ -1,5 +1,5 @@ PORTNAME= pxp-agent -PORTVERSION= 1.15.11 +PORTVERSION= 1.15.12 CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org @@ -13,12 +13,14 @@ LIB_DEPENDS= liblibcpp-pcp-client.so:net/cpp-pcp-client \ liblibcpp-hocon.so:devel/cpp-hocon \ libleatherman_util.so:devel/leatherman -USES= cmake ssl +USES= cmake shebangfix ssl USE_GITHUB= yes GH_ACCOUNT= puppetlabs CMAKE_OFF= ENABLE_CXX_WERROR LDFLAGS+= -lthr +SHEBANG_FILES= exe/apply_ruby_shim.rb +ruby_OLD_CMD= /opt/puppetlabs/puppet/bin/ruby .include diff --git a/sysutils/pxp-agent/distinfo b/sysutils/pxp-agent/distinfo index c2c5facdea2f..be7562303a68 100644 --- a/sysutils/pxp-agent/distinfo +++ b/sysutils/pxp-agent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621202732 -SHA256 (puppetlabs-pxp-agent-1.15.11_GH0.tar.gz) = 43ef13199f461c15df6526bdf07cda11a17dd40ae471b7055574c2ad18690def -SIZE (puppetlabs-pxp-agent-1.15.11_GH0.tar.gz) = 318528 +TIMESTAMP = 1622223416 +SHA256 (puppetlabs-pxp-agent-1.15.12_GH0.tar.gz) = 7087c4eba6a44072d055f2098cfeff284fd9d679ba25dd0aff227e41f5b2b489 +SIZE (puppetlabs-pxp-agent-1.15.12_GH0.tar.gz) = 318278 diff --git a/sysutils/pxp-agent/pkg-plist b/sysutils/pxp-agent/pkg-plist index a0b9122b265a..26dc8dcdeb16 100644 --- a/sysutils/pxp-agent/pkg-plist +++ b/sysutils/pxp-agent/pkg-plist @@ -1,5 +1,6 @@ bin/PowershellShim-Helper.ps1 bin/PowershellShim.ps1 +bin/apply_ruby_shim.rb bin/execution_wrapper bin/pxp-agent lib/libpxp-agent.a