Date: Tue, 23 Jan 2018 04:15:06 +0000 (UTC) From: Zach Leslie <zleslie@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459725 - in head/sysutils/puppetserver: . files Message-ID: <201801230415.w0N4F6Zc032100@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zleslie Date: Tue Jan 23 04:15:06 2018 New Revision: 459725 URL: https://svnweb.freebsd.org/changeset/ports/459725 Log: Utilize symlink from sysutils/rubygem-facter To avoid needing to hardcode the facter version, utilize the latest symlinked version. Approved by: swills(mentor) Differential Revision: D13822 Modified: head/sysutils/puppetserver/Makefile head/sysutils/puppetserver/distinfo head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf Modified: head/sysutils/puppetserver/Makefile ============================================================================== --- head/sysutils/puppetserver/Makefile Tue Jan 23 03:54:59 2018 (r459724) +++ head/sysutils/puppetserver/Makefile Tue Jan 23 04:15:06 2018 (r459725) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= puppetserver -PORTVERSION= 2.7.2 -PORTREVISION= 1 +PORTVERSION= 2.8.0 +PORTREVISION= 0 CATEGORIES= sysutils java MASTER_SITES= http://downloads.puppetlabs.com/puppet/ Modified: head/sysutils/puppetserver/distinfo ============================================================================== --- head/sysutils/puppetserver/distinfo Tue Jan 23 03:54:59 2018 (r459724) +++ head/sysutils/puppetserver/distinfo Tue Jan 23 04:15:06 2018 (r459725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485891106 -SHA256 (puppetserver-2.7.2.tar.gz) = 49341bbc0d6ec95b1790f92f1ca32f199f5ce1de442f35fd28f7d9cb04ce9fc3 -SIZE (puppetserver-2.7.2.tar.gz) = 33990767 +TIMESTAMP = 1504668940 +SHA256 (puppetserver-2.8.0.tar.gz) = 0f6f49b149639b80c3caecaeced44c7c0cb98728da7ce12f6725b061f3152812 +SIZE (puppetserver-2.8.0.tar.gz) = 34015599 Modified: head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf ============================================================================== --- head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf Tue Jan 23 03:54:59 2018 (r459724) +++ head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf Tue Jan 23 04:15:06 2018 (r459725) @@ -6,7 +6,7 @@ ruby-load-path: [/opt/puppetlabs/puppet/lib/ruby/vendor_ruby] + ruby-load-path: [ + %%RUBY_SITELIBDIR%%, -+ %%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%/gems/facter-2.4.6/lib, ++ %%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%/gems/facter/lib, + ] # This setting determines where JRuby will install gems. It is used for loading gems,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801230415.w0N4F6Zc032100>