Index: head/sysutils/puppetserver/Makefile =================================================================== --- head/sysutils/puppetserver/Makefile +++ head/sysutils/puppetserver/Makefile @@ -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/ Index: head/sysutils/puppetserver/distinfo =================================================================== --- head/sysutils/puppetserver/distinfo +++ head/sysutils/puppetserver/distinfo @@ -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 Index: head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf =================================================================== --- head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf +++ head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf @@ -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,